Html Css Color HEX #E0AA97 Rose

📋 copy color: '#E0AA97'

red 224 ◦ green 170 ◦ blue 151

#E0AA97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #E0AA97

Tints of Rose #E0AA97

RGB

 RED value IS 224 (87.89% from 255) = 41.1%

 GREEN value IS 170 (66.8% from 255) = 31.19%

 BLUE value IS 151 (59.38% from 255) = 27.71%

R = 41.1%
G = 31.19%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0AA97 (or 0xE0AA97) is known color: 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

RGB 224 170 151 -
CMYK 0 0.24 0.33 0.12
HSL 15.62º 0.54% 0.74% -
HSV(B) 15.62º 0.33% 0.88% -
XYZ 50.7 46.83 35.65 -
YUV 183.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 224 170 151 0 0.24 0.33 0.12 15.62 0.54 0.74
Hex E0 AA 97 0 18 21 C 10 36 4A
Octal 340 252 227 0 30 41 14 20 66 112
Binary 11100000 10101010 10010111 0 11000 100001 1100 10000 110110 1001010

Color Harmonies of #E0AA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AA97

Black with #E0AA97

Text Example


Text Example

White with #E0AA97

Text Example


Text Example

HTML Codes & Css Web 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>