Shades of Rose #E0A79A
Tints of Rose #E0A79A
RGB
CMYK
RGB Variations
Color information
#E0A79A (or 0xE0A79A) is known color: Rose. HEX triplet: E0, A7 and 9A. RGB value is (224,167,154). Sum of RGB (Red+Green+Blue) = 224+167+154=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A79A is #1F5865. Grayscale: #B6B6B6. Windows color (decimal): -2054246 or 10135520. OLE color: 10135520.
HSL color Cylindrical-coordinate representation of color #E0A79A: hue angle of 11.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0A79A is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 154 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.12 |
| HSL | 11.14º | 0.53% | 0.74% | - |
| HSV(B) | 11.14º | 0.31% | 0.88% | - |
| XYZ | 50.39 | 45.82 | 36.76 | - |
| YUV | 182.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 154 | 0 | 0.25 | 0.31 | 0.12 | 11.14 | 0.53 | 0.74 |
| Hex | E0 | A7 | 9A | 0 | 19 | 1F | C | B | 35 | 4A |
| Octal | 340 | 247 | 232 | 0 | 31 | 37 | 14 | 13 | 65 | 112 |
| Binary | 11100000 | 10100111 | 10011010 | 0 | 11001 | 11111 | 1100 | 1011 | 110101 | 1001010 |
Color Harmonies of #E0A79A
Complementary color
Monochromatic Colors of #E0A79A
Black with #E0A79A
Text Example
Text Example
White with #E0A79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A79A; }
p { color: rgb(224,167,154); }
H1.HeaderClassName
{
color: #E0A79A;
}
.AnyTagClassName
{
color: #E0A79A;
}
</style>
background-color css
<style>
a { background-color: #E0A79A; }
a { background-color: rgb(224,167,154); }
div.DivClassName
{
background-color: #E0A79A;
}
.BgClassName
{
background-color: #E0A79A;
}
</style>
border-color css
<style>
span { border-color: #E0A79A; }
span { border-color: rgb(224,167,154); }
td.TdClassName
{
border-color: #E0A79A;
}
.TagClassName
{
border-color: #E0A79A;
}
</style>