#E0A999

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

Shades of Rose #E0A999

Tints of Rose #E0A999

Color information

#E0A999 (or 0xE0A999) is unknown color: approx Rose. HEX triplet: E0, A9 and 99. RGB value is (224,169,153). Sum of RGB (Red+Green+Blue) = 224+169+153=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A999 is #1F5666. Grayscale: #B7B7B7. Windows color (decimal): -2053735 or 10070496. OLE color: 10070496.

HSL color Cylindrical-coordinate representation of color #E0A999: hue angle of 13.52º 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 #E0A999 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB224169153-
CMYK00.250.320.12
HSL13.52º53.38%73.92%-
HSV(B)13.52º31.7%87.84%-
XYZ50.6846.5236.45-
YUV183.62110.72156.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 153 (60.16% from 255) = 28.02%
R=41.03%
G=30.95%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416915300.250.320.1213.5253.3873.92
HexE0A99901920Ce354a
Octal34025123103140141665112
Binary111000001010100110011001011001100000110011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A999; }

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

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

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

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

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

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

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

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