#EEA895

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

Shades of Wax Flower #EEA895

Tints of Wax Flower #EEA895

Color information

#EEA895 (or 0xEEA895) is unknown color: approx Wax Flower. HEX triplet: EE, A8 and 95. RGB value is (238,168,149). Sum of RGB (Red+Green+Blue) = 238+168+149=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA895 is #11576A. Grayscale: #BABABA. Windows color (decimal): -1136491 or 9808110. OLE color: 9808110.

HSL color Cylindrical-coordinate representation of color #EEA895: hue angle of 12.81º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA895 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238168149-
CMYK00.290.370.07
HSL12.81º72.36%75.88%-
HSV(B)12.81º37.39%93.33%-
XYZ54.6948.3534.88-
YUV186.76106.69164.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.88%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=42.88%
G=30.27%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816814900.290.370.0712.8172.3675.88
HexEEA89501D257d484c
Octal35625022503545715110114
Binary111011101010100010010101011101100101111110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA895; }

 p { color: rgb(238,168,149); }

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

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

 a { background-color: rgb(238,168,149); }

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

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

 span { border-color: rgb(238,168,149); }

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