#E2A499

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

Shades of Rose #E2A499

Tints of Rose #E2A499

Color information

#E2A499 (or 0xE2A499) is unknown color: approx Rose. HEX triplet: E2, A4 and 99. RGB value is (226,164,153). Sum of RGB (Red+Green+Blue) = 226+164+153=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A499 is #1D5B66. Grayscale: #B5B5B5. Windows color (decimal): -1923943 or 10069218. OLE color: 10069218.

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

Color convert

RGB226164153-
CMYK00.270.320.11
HSL9.04º55.73%74.31%-
HSV(B)9.04º32.3%88.63%-
XYZ50.3945.0236.17-
YUV181.28112.04159.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 153 (60.16% from 255) = 28.18%
R=41.62%
G=30.20%
B=28.18%

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
Decimal22616415300.270.320.119.0455.7374.31
HexE2A49901B20B9384a
Octal34224423103340131170112
Binary111000101010010010011001011011100000101110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A499; }

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

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

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

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

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

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

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

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