#EFBBA5

Color #EFBBA5 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EFBBA5

Tints of Wax Flower #EFBBA5

Color information

#EFBBA5 (or 0xEFBBA5) is unknown color: approx Wax Flower. HEX triplet: EF, BB and A5. RGB value is (239,187,165). Sum of RGB (Red+Green+Blue) = 239+187+165=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBA5 is #10445A. Grayscale: #C8C8C8. Windows color (decimal): -1066075 or 10861551. OLE color: 10861551.

HSL color Cylindrical-coordinate representation of color #EFBBA5: hue angle of 17.84º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFBBA5 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239187165-
CMYK00.220.310.06
HSL17.84º69.81%79.22%-
HSV(B)17.84º30.96%93.73%-
XYZ60.1656.6143.35-
YUV200.04108.23155.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 165 (64.84% from 255) = 27.92%
R=40.44%
G=31.64%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918716500.220.310.0617.8469.8179.22
HexEFBBA50161F612464f
Octal35727324502637622106117
Binary111011111011101110100101010110111111101001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBA5; }

 p { color: rgb(239,187,165); }

 H1.HeaderClassName
 {
   color: #EFBBA5;
 }
 .AnyTagClassName
 {
   color: #EFBBA5;
 }
</style>
background-color css

<style>
 a { background-color: #EFBBA5; }

 a { background-color: rgb(239,187,165); }

 div.DivClassName
 {
   background-color: #EFBBA5;
 }
 .BgClassName
 {
   background-color: #EFBBA5;
 }
</style>
border-color css

<style>
 span { border-color: #EFBBA5; }

 span { border-color: rgb(239,187,165); }

 td.TdClassName
 {
   border-color: #EFBBA5;
 }
 .TagClassName
 {
   border-color: #EFBBA5;
 }
</style>