Html Css Color HEX #E2A599 Rose

📋 copy color: '#E2A599'

red 226 ◦ green 165 ◦ blue 153

#E2A599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #E2A599

Tints of Rose #E2A599

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.13%

R = 41.54%
G = 30.33%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2A599 (or 0xE2A599) is known color: 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

RGB 226 165 153 -
CMYK 0 0.27 0.32 0.11
HSL 9.86º 0.56% 0.74% -
HSV(B) 9.86º 0.32% 0.89% -
XYZ 50.57 45.38 36.23 -
YUV 181.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 226 165 153 0 0.27 0.32 0.11 9.86 0.56 0.74
Hex E2 A5 99 0 1B 20 B A 38 4A
Octal 342 245 231 0 33 40 13 12 70 112
Binary 11100010 10100101 10011001 0 11011 100000 1011 1010 111000 1001010

Color Harmonies of #E2A599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A599

Black with #E2A599

Text Example


Text Example

White with #E2A599

Text Example


Text Example

HTML Codes & Css Web 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>