#EEB39E

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

Shades of Wax Flower #EEB39E

Tints of Wax Flower #EEB39E

Color information

#EEB39E (or 0xEEB39E) is unknown color: approx Wax Flower. HEX triplet: EE, B3 and 9E. RGB value is (238,179,158). Sum of RGB (Red+Green+Blue) = 238+179+158=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB39E is #114C61. Grayscale: #C2C2C2. Windows color (decimal): -1133666 or 10400750. OLE color: 10400750.

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

Color convert

RGB238179158-
CMYK00.250.340.07
HSL15.75º70.18%77.65%-
HSV(B)15.75º33.61%93.33%-
XYZ57.5552.8939.52-
YUV194.25107.55159.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.39%
GREEN value IS 179 (70.31% from 255) = 31.13%
BLUE value IS 158 (62.11% from 255) = 27.48%
R=41.39%
G=31.13%
B=27.48%

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
Decimal23817915800.250.340.0715.7570.1877.65
HexEEB39E01922710464e
Octal35626323603142720106116
Binary1110111010110011100111100110011000101111000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB39E; }

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

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

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

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

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

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

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

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