#EEB39F

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

Shades of Wax Flower #EEB39F

Tints of Wax Flower #EEB39F

Color information

#EEB39F (or 0xEEB39F) is unknown color: approx Wax Flower. HEX triplet: EE, B3 and 9F. RGB value is (238,179,159). Sum of RGB (Red+Green+Blue) = 238+179+159=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB39F is #114C60. Grayscale: #C2C2C2. Windows color (decimal): -1133665 or 10466286. OLE color: 10466286.

HSL color Cylindrical-coordinate representation of color #EEB39F: hue angle of 15.19º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEB39F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238179159-
CMYK00.250.330.07
HSL15.19º69.91%77.84%-
HSV(B)15.19º33.19%93.33%-
XYZ57.6452.9239.98-
YUV194.36108.05159.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.32%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 159 (62.5% from 255) = 27.60%
R=41.32%
G=31.08%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817915900.250.330.0715.1969.9177.84
HexEEB39F019217f464e
Octal35626323703141717106116
Binary111011101011001110011111011001100001111111110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB39F; }

 p { color: rgb(238,179,159); }

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

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

 a { background-color: rgb(238,179,159); }

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

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

 span { border-color: rgb(238,179,159); }

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