#E0AA97

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

Shades of Rose #E0AA97

Tints of Rose #E0AA97

Color information

#E0AA97 (or 0xE0AA97) is unknown color: approx Rose. HEX triplet: E0, AA and 97. RGB value is (224,170,151). Sum of RGB (Red+Green+Blue) = 224+170+151=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AA97 is #1F5568. Grayscale: #B8B8B8. Windows color (decimal): -2053481 or 9939680. OLE color: 9939680.

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

Color convert

RGB224170151-
CMYK00.240.330.12
HSL15.62º54.07%73.53%-
HSV(B)15.62º32.59%87.84%-
XYZ50.746.8335.65-
YUV183.98109.39156.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=41.10%
G=31.19%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417015100.240.330.1215.6254.0773.53
HexE0AA9701821C10364a
Octal34025222703041142066112
Binary1110000010101010100101110110001000011100100001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA97; }

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

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

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

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

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

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

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

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