Shades of Sundown #EAABAA
Tints of Sundown #EAABAA
RGB
CMYK
RGB Variations
Color information
#EAABAA (or 0xEAABAA) is known color: Sundown. HEX triplet: EA, AB and AA. RGB value is (234,171,170). Sum of RGB (Red+Green+Blue) = 234+171+170=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAABAA is #155455. Grayscale: #BDBDBD. Windows color (decimal): -1397846 or 11185130. OLE color: 11185130.
HSL color Cylindrical-coordinate representation of color #EAABAA: hue angle of 0.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABAA is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 170 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.08 |
| HSL | 0.94º | 0.6% | 0.79% | - |
| HSV(B) | 0.94º | 0.27% | 0.92% | - |
| XYZ | 55.75 | 49.52 | 44.65 | - |
| YUV | 189.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 170 | 0 | 0.27 | 0.27 | 0.08 | 0.94 | 0.6 | 0.79 |
| Hex | EA | AB | AA | 0 | 1B | 1B | 8 | 1 | 3C | 4F |
| Octal | 352 | 253 | 252 | 0 | 33 | 33 | 10 | 1 | 74 | 117 |
| Binary | 11101010 | 10101011 | 10101010 | 0 | 11011 | 11011 | 1000 | 1 | 111100 | 1001111 |
Color Harmonies of #EAABAA
Complementary color
Monochromatic Colors of #EAABAA
Black with #EAABAA
Text Example
Text Example
White with #EAABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABAA; }
p { color: rgb(234,171,170); }
H1.HeaderClassName
{
color: #EAABAA;
}
.AnyTagClassName
{
color: #EAABAA;
}
</style>
background-color css
<style>
a { background-color: #EAABAA; }
a { background-color: rgb(234,171,170); }
div.DivClassName
{
background-color: #EAABAA;
}
.BgClassName
{
background-color: #EAABAA;
}
</style>
border-color css
<style>
span { border-color: #EAABAA; }
span { border-color: rgb(234,171,170); }
td.TdClassName
{
border-color: #EAABAA;
}
.TagClassName
{
border-color: #EAABAA;
}
</style>