Shades of Sundown #EFA6A0
Tints of Sundown #EFA6A0
RGB
CMYK
RGB Variations
Color information
#EFA6A0 (or 0xEFA6A0) is known color: Sundown. HEX triplet: EF, A6 and A0. RGB value is (239,166,160). Sum of RGB (Red+Green+Blue) = 239+166+160=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6A0 is #10595F. Grayscale: #BBBBBB. Windows color (decimal): -1071456 or 10528495. OLE color: 10528495.
HSL color Cylindrical-coordinate representation of color #EFA6A0: hue angle of 4.56º 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 #EFA6A0 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 160 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.06 |
| HSL | 4.56º | 0.71% | 0.78% | - |
| HSV(B) | 4.56º | 0.33% | 0.94% | - |
| XYZ | 55.58 | 48.16 | 39.62 | - |
| YUV | 187.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 160 | 0 | 0.31 | 0.33 | 0.06 | 4.56 | 0.71 | 0.78 |
| Hex | EF | A6 | A0 | 0 | 1F | 21 | 6 | 5 | 47 | 4E |
| Octal | 357 | 246 | 240 | 0 | 37 | 41 | 6 | 5 | 107 | 116 |
| Binary | 11101111 | 10100110 | 10100000 | 0 | 11111 | 100001 | 110 | 101 | 1000111 | 1001110 |
Color Harmonies of #EFA6A0
Complementary color
Monochromatic Colors of #EFA6A0
Black with #EFA6A0
Text Example
Text Example
White with #EFA6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6A0; }
p { color: rgb(239,166,160); }
H1.HeaderClassName
{
color: #EFA6A0;
}
.AnyTagClassName
{
color: #EFA6A0;
}
</style>
background-color css
<style>
a { background-color: #EFA6A0; }
a { background-color: rgb(239,166,160); }
div.DivClassName
{
background-color: #EFA6A0;
}
.BgClassName
{
background-color: #EFA6A0;
}
</style>
border-color css
<style>
span { border-color: #EFA6A0; }
span { border-color: rgb(239,166,160); }
td.TdClassName
{
border-color: #EFA6A0;
}
.TagClassName
{
border-color: #EFA6A0;
}
</style>