Shades of Sundown #EFAAA0
Tints of Sundown #EFAAA0
RGB
CMYK
RGB Variations
Color information
#EFAAA0 (or 0xEFAAA0) is known color: Sundown. HEX triplet: EF, AA and A0. RGB value is (239,170,160). Sum of RGB (Red+Green+Blue) = 239+170+160=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAA0 is #10555F. Grayscale: #BDBDBD. Windows color (decimal): -1070432 or 10529519. OLE color: 10529519.
HSL color Cylindrical-coordinate representation of color #EFAAA0: hue angle of 7.59º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFAAA0 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 160 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.06 |
| HSL | 7.59º | 0.71% | 0.78% | - |
| HSV(B) | 7.59º | 0.33% | 0.94% | - |
| XYZ | 56.32 | 49.64 | 39.87 | - |
| YUV | 189.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 160 | 0 | 0.29 | 0.33 | 0.06 | 7.59 | 0.71 | 0.78 |
| Hex | EF | AA | A0 | 0 | 1D | 21 | 6 | 8 | 47 | 4E |
| Octal | 357 | 252 | 240 | 0 | 35 | 41 | 6 | 10 | 107 | 116 |
| Binary | 11101111 | 10101010 | 10100000 | 0 | 11101 | 100001 | 110 | 1000 | 1000111 | 1001110 |
Color Harmonies of #EFAAA0
Complementary color
Monochromatic Colors of #EFAAA0
Black with #EFAAA0
Text Example
Text Example
White with #EFAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAA0; }
p { color: rgb(239,170,160); }
H1.HeaderClassName
{
color: #EFAAA0;
}
.AnyTagClassName
{
color: #EFAAA0;
}
</style>
background-color css
<style>
a { background-color: #EFAAA0; }
a { background-color: rgb(239,170,160); }
div.DivClassName
{
background-color: #EFAAA0;
}
.BgClassName
{
background-color: #EFAAA0;
}
</style>
border-color css
<style>
span { border-color: #EFAAA0; }
span { border-color: rgb(239,170,160); }
td.TdClassName
{
border-color: #EFAAA0;
}
.TagClassName
{
border-color: #EFAAA0;
}
</style>