#EEB4A2

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

Shades of Wax Flower #EEB4A2

Tints of Wax Flower #EEB4A2

Color information

#EEB4A2 (or 0xEEB4A2) is unknown color: approx Wax Flower. HEX triplet: EE, B4 and A2. RGB value is (238,180,162). Sum of RGB (Red+Green+Blue) = 238+180+162=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB4A2 is #114B5D. Grayscale: #C3C3C3. Windows color (decimal): -1133406 or 10663150. OLE color: 10663150.

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

Color convert

RGB238180162-
CMYK00.240.320.07
HSL14.21º69.09%78.43%-
HSV(B)14.21º31.93%93.33%-
XYZ58.153.4341.43-
YUV195.29109.22158.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 180 (70.70% from 255) = 31.03%
BLUE value IS 162 (63.67% from 255) = 27.93%
R=41.03%
G=31.03%
B=27.93%

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
Decimal23818016200.240.320.0714.2169.0978.43
HexEEB4A2018207e454e
Octal35626424203040716105116
Binary111011101011010010100010011000100000111111010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB4A2; }

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

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

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

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

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

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

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

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