#E0AA99

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

Shades of Rose #E0AA99

Tints of Rose #E0AA99

Color information

#E0AA99 (or 0xE0AA99) is unknown color: approx Rose. HEX triplet: E0, AA and 99. RGB value is (224,170,153). Sum of RGB (Red+Green+Blue) = 224+170+153=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AA99 is #1F5566. Grayscale: #B8B8B8. Windows color (decimal): -2053479 or 10070752. OLE color: 10070752.

HSL color Cylindrical-coordinate representation of color #E0AA99: hue angle of 14.37º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0AA99 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB224170153-
CMYK00.240.320.12
HSL14.37º53.38%73.92%-
HSV(B)14.37º31.7%87.84%-
XYZ50.8646.936.51-
YUV184.21110.39156.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=40.95%
G=31.08%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417015300.240.320.1214.3753.3873.92
HexE0AA9901820Ce354a
Octal34025223103040141665112
Binary111000001010101010011001011000100000110011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA99; }

 p { color: rgb(224,170,153); }

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

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

 a { background-color: rgb(224,170,153); }

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

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

 span { border-color: rgb(224,170,153); }

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