#EEB5A2

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

Shades of Wax Flower #EEB5A2

Tints of Wax Flower #EEB5A2

Color information

#EEB5A2 (or 0xEEB5A2) is unknown color: approx Wax Flower. HEX triplet: EE, B5 and A2. RGB value is (238,181,162). Sum of RGB (Red+Green+Blue) = 238+181+162=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 162 (63.67% from 255 or 27.88% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB5A2 is #114A5D. Grayscale: #C4C4C4. Windows color (decimal): -1133150 or 10663406. OLE color: 10663406.

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

Color convert

RGB238181162-
CMYK00.240.320.07
HSL15º69.09%78.43%-
HSV(B)15º31.93%93.33%-
XYZ58.3153.8341.5-
YUV195.88108.88158.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 181 (71.09% from 255) = 31.15%
BLUE value IS 162 (63.67% from 255) = 27.88%
R=40.96%
G=31.15%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818116200.240.320.071569.0978.43
HexEEB5A2018207f454e
Octal35626524203040717105116
Binary111011101011010110100010011000100000111111110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB5A2; }

 p { color: rgb(238,181,162); }

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

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

 a { background-color: rgb(238,181,162); }

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

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

 span { border-color: rgb(238,181,162); }

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