Shades of Rose #E0A795
Tints of Rose #E0A795
RGB
CMYK
RGB Variations
Color information
#E0A795 (or 0xE0A795) is known color: Rose. HEX triplet: E0, A7 and 95. RGB value is (224,167,149). Sum of RGB (Red+Green+Blue) = 224+167+149=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A795 is #1F586A. Grayscale: #B6B6B6. Windows color (decimal): -2054251 or 9807840. OLE color: 9807840.
HSL color Cylindrical-coordinate representation of color #E0A795: hue angle of 14.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0A795 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 149 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.12 |
| HSL | 14.4º | 0.55% | 0.73% | - |
| HSV(B) | 14.4º | 0.33% | 0.88% | - |
| XYZ | 49.98 | 45.65 | 34.61 | - |
| YUV | 181.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 149 | 0 | 0.25 | 0.33 | 0.12 | 14.4 | 0.55 | 0.73 |
| Hex | E0 | A7 | 95 | 0 | 19 | 21 | C | E | 37 | 49 |
| Octal | 340 | 247 | 225 | 0 | 31 | 41 | 14 | 16 | 67 | 111 |
| Binary | 11100000 | 10100111 | 10010101 | 0 | 11001 | 100001 | 1100 | 1110 | 110111 | 1001001 |
Color Harmonies of #E0A795
Complementary color
Monochromatic Colors of #E0A795
Black with #E0A795
Text Example
Text Example
White with #E0A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A795; }
p { color: rgb(224,167,149); }
H1.HeaderClassName
{
color: #E0A795;
}
.AnyTagClassName
{
color: #E0A795;
}
</style>
background-color css
<style>
a { background-color: #E0A795; }
a { background-color: rgb(224,167,149); }
div.DivClassName
{
background-color: #E0A795;
}
.BgClassName
{
background-color: #E0A795;
}
</style>
border-color css
<style>
span { border-color: #E0A795; }
span { border-color: rgb(224,167,149); }
td.TdClassName
{
border-color: #E0A795;
}
.TagClassName
{
border-color: #E0A795;
}
</style>