#E0A59C

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

Shades of Rose #E0A59C

Tints of Rose #E0A59C

Color information

#E0A59C (or 0xE0A59C) is unknown color: approx Rose. HEX triplet: E0, A5 and 9C. RGB value is (224,165,156). Sum of RGB (Red+Green+Blue) = 224+165+156=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A59C is #1F5A63. Grayscale: #B5B5B5. Windows color (decimal): -2054756 or 10266080. OLE color: 10266080.

HSL color Cylindrical-coordinate representation of color #E0A59C: hue angle of 7.94º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0A59C is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224165156-
CMYK00.260.300.12
HSL7.94º52.31%74.51%-
HSV(B)7.94º30.36%87.84%-
XYZ50.245.1637.52-
YUV181.61113.55158.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=41.10%
G=30.28%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416515600.260.300.127.9452.3174.51
HexE0A59C01A1EC8344b
Octal34024523403236141064113
Binary11100000101001011001110001101011110110010001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A59C; }

 p { color: rgb(224,165,156); }

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

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

 a { background-color: rgb(224,165,156); }

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

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

 span { border-color: rgb(224,165,156); }

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