#E0AA96

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

Shades of Rose #E0AA96

Tints of Rose #E0AA96

Color information

#E0AA96 (or 0xE0AA96) is unknown color: approx Rose. HEX triplet: E0, AA and 96. RGB value is (224,170,150). Sum of RGB (Red+Green+Blue) = 224+170+150=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AA96 is #1F5569. Grayscale: #B8B8B8. Windows color (decimal): -2053482 or 9874144. OLE color: 9874144.

HSL color Cylindrical-coordinate representation of color #E0AA96: hue angle of 16.22º degrees, saturation: 0.54, 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 #E0AA96 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224170150-
CMYK00.240.330.12
HSL16.22º54.41%73.33%-
HSV(B)16.22º33.04%87.84%-
XYZ50.6246.835.22-
YUV183.87108.89156.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=41.18%
G=31.25%
B=27.57%

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
Decimal22417015000.240.330.1216.2254.4173.33
HexE0AA9601821C103649
Octal34025222603041142066111
Binary1110000010101010100101100110001000011100100001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA96; }

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

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

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

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

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

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

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

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