#EEB09E

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

Shades of Wax Flower #EEB09E

Tints of Wax Flower #EEB09E

Color information

#EEB09E (or 0xEEB09E) is unknown color: approx Wax Flower. HEX triplet: EE, B0 and 9E. RGB value is (238,176,158). Sum of RGB (Red+Green+Blue) = 238+176+158=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB09E is #114F61. Grayscale: #C0C0C0. Windows color (decimal): -1134434 or 10399982. OLE color: 10399982.

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

Color convert

RGB238176158-
CMYK00.260.340.07
HSL13.5º70.18%77.65%-
HSV(B)13.5º33.61%93.33%-
XYZ56.9651.739.32-
YUV192.49108.54160.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 176 (69.14% from 255) = 30.77%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=41.61%
G=30.77%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817615800.260.340.0713.570.1877.65
HexEEB09E01A227e464e
Octal35626023603242716106116
Binary111011101011000010011110011010100010111111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB09E; }

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

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

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

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

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

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

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

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