Html Css Color HEX #E1AA95 Rose

📋 copy color: '#E1AA95'

red 225 ◦ green 170 ◦ blue 149

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

Shades of Rose #E1AA95

Tints of Rose #E1AA95

RGB

 RED value IS 225 (88.28% from 255) = 41.36%

 GREEN value IS 170 (66.8% from 255) = 31.25%

 BLUE value IS 149 (58.59% from 255) = 27.39%

R = 41.36%
G = 31.25%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E1AA95 (or 0xE1AA95) is known color: Rose. HEX triplet: E1, AA and 95. RGB value is (225,170,149). Sum of RGB (Red+Green+Blue) = 225+170+149=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AA95 is #1E556A. Grayscale: #B8B8B8. Windows color (decimal): -1987947 or 9808609. OLE color: 9808609.

HSL color Cylindrical-coordinate representation of color #E1AA95: hue angle of 16.58º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1AA95 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 170 149 -
CMYK 0 0.24 0.34 0.12
HSL 16.58º 0.56% 0.73% -
HSV(B) 16.58º 0.34% 0.88% -
XYZ 50.85 46.93 34.81 -
YUV 184.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 225 170 149 0 0.24 0.34 0.12 16.58 0.56 0.73
Hex E1 AA 95 0 18 22 C 11 38 49
Octal 341 252 225 0 30 42 14 21 70 111
Binary 11100001 10101010 10010101 0 11000 100010 1100 10001 111000 1001001

Color Harmonies of #E1AA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA95

Black with #E1AA95

Text Example


Text Example

White with #E1AA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA95; }

 p { color: rgb(225,170,149); }

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

background-color css

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

 a { background-color: rgb(225,170,149); }

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

border-color css

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

 span { border-color: rgb(225,170,149); }

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