Html Css Color HEX #E0A899 Rose

📋 copy color: '#E0A899'

red 224 ◦ green 168 ◦ blue 153

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

Shades of Rose #E0A899

Tints of Rose #E0A899

RGB

 RED value IS 224 (87.89% from 255) = 41.1%

 GREEN value IS 168 (66.02% from 255) = 30.83%

 BLUE value IS 153 (60.16% from 255) = 28.07%

R = 41.1%
G = 30.83%
B = 28.07%

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

#E0A899 (or 0xE0A899) is known color: Rose. HEX triplet: E0, A8 and 99. RGB value is (224,168,153). Sum of RGB (Red+Green+Blue) = 224+168+153=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A899 is #1F5766. Grayscale: #B7B7B7. Windows color (decimal): -2053991 or 10070240. OLE color: 10070240.

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

Color convert

RGB 224 168 153 -
CMYK 0 0.25 0.32 0.12
HSL 12.68º 0.53% 0.74% -
HSV(B) 12.68º 0.32% 0.88% -
XYZ 50.49 46.15 36.38 -
YUV 183.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 224 168 153 0 0.25 0.32 0.12 12.68 0.53 0.74
Hex E0 A8 99 0 19 20 C D 35 4A
Octal 340 250 231 0 31 40 14 15 65 112
Binary 11100000 10101000 10011001 0 11001 100000 1100 1101 110101 1001010

Color Harmonies of #E0A899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A899

Black with #E0A899

Text Example


Text Example

White with #E0A899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A899; }

 p { color: rgb(224,168,153); }

 H1.HeaderClassName
 {
   color: #E0A899;
 }
 .AnyTagClassName
 {
   color: #E0A899;
 }
</style>

background-color css

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

 a { background-color: rgb(224,168,153); }

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

border-color css

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

 span { border-color: rgb(224,168,153); }

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