#EEB39D

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

Shades of Wax Flower #EEB39D

Tints of Wax Flower #EEB39D

Color information

#EEB39D (or 0xEEB39D) is unknown color: approx Wax Flower. HEX triplet: EE, B3 and 9D. RGB value is (238,179,157). Sum of RGB (Red+Green+Blue) = 238+179+157=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB39D is #114C62. Grayscale: #C2C2C2. Windows color (decimal): -1133667 or 10335214. OLE color: 10335214.

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

Color convert

RGB238179157-
CMYK00.250.340.07
HSL16.3º70.43%77.45%-
HSV(B)16.3º34.03%93.33%-
XYZ57.4752.8539.07-
YUV194.13107.05159.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.46%
GREEN value IS 179 (70.31% from 255) = 31.18%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=41.46%
G=31.18%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817915700.250.340.0716.370.4377.45
HexEEB39D01922710464d
Octal35626323503142720106115
Binary1110111010110011100111010110011000101111000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB39D; }

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

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

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

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

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

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

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

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