#E2A599

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

Shades of Rose #E2A599

Tints of Rose #E2A599

Color information

#E2A599 (or 0xE2A599) is unknown color: approx Rose. HEX triplet: E2, A5 and 99. RGB value is (226,165,153). Sum of RGB (Red+Green+Blue) = 226+165+153=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A599 is #1D5A66. Grayscale: #B5B5B5. Windows color (decimal): -1923687 or 10069474. OLE color: 10069474.

HSL color Cylindrical-coordinate representation of color #E2A599: hue angle of 9.86º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2A599 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226165153-
CMYK00.270.320.11
HSL9.86º55.73%74.31%-
HSV(B)9.86º32.3%88.63%-
XYZ50.5745.3836.23-
YUV181.87111.71159.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 153 (60.16% from 255) = 28.12%
R=41.54%
G=30.33%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616515300.270.320.119.8655.7374.31
HexE2A59901B20Ba384a
Octal34224523103340131270112
Binary111000101010010110011001011011100000101110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A599; }

 p { color: rgb(226,165,153); }

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

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

 a { background-color: rgb(226,165,153); }

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

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

 span { border-color: rgb(226,165,153); }

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