#EEB09F

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

Shades of Wax Flower #EEB09F

Tints of Wax Flower #EEB09F

Color information

#EEB09F (or 0xEEB09F) is unknown color: approx Wax Flower. HEX triplet: EE, B0 and 9F. RGB value is (238,176,159). Sum of RGB (Red+Green+Blue) = 238+176+159=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB09F is #114F60. Grayscale: #C0C0C0. Windows color (decimal): -1134433 or 10465518. OLE color: 10465518.

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

Color convert

RGB238176159-
CMYK00.260.330.07
HSL12.91º69.91%77.84%-
HSV(B)12.91º33.19%93.33%-
XYZ57.0451.7339.78-
YUV192.6109.04160.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=41.54%
G=30.72%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817615900.260.330.0712.9169.9177.84
HexEEB09F01A217d464e
Octal35626023703241715106116
Binary111011101011000010011111011010100001111110110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB09F; }

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

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

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

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

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

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

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

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