Html Css Color HEX #E0A999 Rose

📋 copy color: '#E0A999'

red 224 ◦ green 169 ◦ blue 153

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

Shades of Rose #E0A999

Tints of Rose #E0A999

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 value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

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

RGB 224 169 153 -
CMYK 0 0.25 0.32 0.12
HSL 13.52º 0.53% 0.74% -
HSV(B) 13.52º 0.32% 0.88% -
XYZ 50.68 46.52 36.45 -
YUV 183.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 224 169 153 0 0.25 0.32 0.12 13.52 0.53 0.74
Hex E0 A9 99 0 19 20 C E 35 4A
Octal 340 251 231 0 31 40 14 16 65 112
Binary 11100000 10101001 10011001 0 11001 100000 1100 1110 110101 1001010

Color Harmonies of #E0A999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A999

Black with #E0A999

Text Example


Text Example

White with #E0A999

Text Example


Text Example

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