#EEB99E

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

Shades of Wax Flower #EEB99E

Tints of Wax Flower #EEB99E

Color information

#EEB99E (or 0xEEB99E) is unknown color: approx Wax Flower. HEX triplet: EE, B9 and 9E. RGB value is (238,185,158). Sum of RGB (Red+Green+Blue) = 238+185+158=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB99E is #114661. Grayscale: #C5C5C5. Windows color (decimal): -1132130 or 10402286. OLE color: 10402286.

HSL color Cylindrical-coordinate representation of color #EEB99E: hue angle of 20.25º 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 #EEB99E is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238185158-
CMYK00.220.340.07
HSL20.25º70.18%77.65%-
HSV(B)20.25º33.61%93.33%-
XYZ58.7855.3439.93-
YUV197.77105.56156.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=40.96%
G=31.84%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818515800.220.340.0720.2570.1877.65
HexEEB99E01622714464e
Octal35627123602642724106116
Binary1110111010111001100111100101101000101111010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB99E; }

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

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

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

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

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

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

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

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