#EEAEA0

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

Shades of Wax Flower #EEAEA0

Tints of Wax Flower #EEAEA0

Color information

#EEAEA0 (or 0xEEAEA0) is unknown color: approx Wax Flower. HEX triplet: EE, AE and A0. RGB value is (238,174,160). Sum of RGB (Red+Green+Blue) = 238+174+160=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAEA0 is #11515F. Grayscale: #BFBFBF. Windows color (decimal): -1134944 or 10530542. OLE color: 10530542.

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

Color convert

RGB238174160-
CMYK00.270.330.07
HSL10.77º69.64%78.04%-
HSV(B)10.77º32.77%93.33%-
XYZ56.7450.9940.11-
YUV191.54110.2161.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 160 (62.89% from 255) = 27.97%
R=41.61%
G=30.42%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817416000.270.330.0710.7769.6478.04
HexEEAEA001B217b464e
Octal35625624003341713106116
Binary111011101010111010100000011011100001111101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEA0; }

 p { color: rgb(238,174,160); }

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

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

 a { background-color: rgb(238,174,160); }

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

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

 span { border-color: rgb(238,174,160); }

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