Html Css Color HEX #E0AA95 Rose

📋 copy color: '#E0AA95'

red 224 ◦ green 170 ◦ blue 149

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

Shades of Rose #E0AA95

Tints of Rose #E0AA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.44%

R = 41.25%
G = 31.31%
B = 27.44%

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

#E0AA95 (or 0xE0AA95) is known color: Rose. HEX triplet: E0, AA and 95. RGB value is (224,170,149). Sum of RGB (Red+Green+Blue) = 224+170+149=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AA95 is #1F556A. Grayscale: #B7B7B7. Windows color (decimal): -2053483 or 9808608. OLE color: 9808608.

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

Color convert

RGB 224 170 149 -
CMYK 0 0.24 0.33 0.12
HSL 16.8º 0.55% 0.73% -
HSV(B) 16.8º 0.33% 0.88% -
XYZ 50.54 46.77 34.8 -
YUV 183.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 224 170 149 0 0.24 0.33 0.12 16.8 0.55 0.73
Hex E0 AA 95 0 18 21 C 11 37 49
Octal 340 252 225 0 30 41 14 21 67 111
Binary 11100000 10101010 10010101 0 11000 100001 1100 10001 110111 1001001

Color Harmonies of #E0AA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AA95

Black with #E0AA95

Text Example


Text Example

White with #E0AA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AA95; }

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

 H1.HeaderClassName
 {
   color: #E0AA95;
 }
 .AnyTagClassName
 {
   color: #E0AA95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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