Shades of Sundown #EFA0A0
Tints of Sundown #EFA0A0
RGB
CMYK
RGB Variations
Color information
#EFA0A0 (or 0xEFA0A0) is known color: Sundown. HEX triplet: EF, A0 and A0. RGB value is (239,160,160). Sum of RGB (Red+Green+Blue) = 239+160+160=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA0A0 is #105F5F. Grayscale: #B7B7B7. Windows color (decimal): -1072992 or 10526959. OLE color: 10526959.
HSL color Cylindrical-coordinate representation of color #EFA0A0: hue angle of 0º 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 #EFA0A0 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 160 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.06 |
| HSL | 0º | 0.71% | 0.78% | - |
| HSV(B) | 0º | 0.33% | 0.94% | - |
| XYZ | 54.51 | 46.03 | 39.27 | - |
| YUV | 183.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 160 | 0 | 0.33 | 0.33 | 0.06 | 0 | 0.71 | 0.78 |
| Hex | EF | A0 | A0 | 0 | 21 | 21 | 6 | 0 | 47 | 4E |
| Octal | 357 | 240 | 240 | 0 | 41 | 41 | 6 | 0 | 107 | 116 |
| Binary | 11101111 | 10100000 | 10100000 | 0 | 100001 | 100001 | 110 | 0 | 1000111 | 1001110 |
Color Harmonies of #EFA0A0
Complementary color
Monochromatic Colors of #EFA0A0
Black with #EFA0A0
Text Example
Text Example
White with #EFA0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0A0; }
p { color: rgb(239,160,160); }
H1.HeaderClassName
{
color: #EFA0A0;
}
.AnyTagClassName
{
color: #EFA0A0;
}
</style>
background-color css
<style>
a { background-color: #EFA0A0; }
a { background-color: rgb(239,160,160); }
div.DivClassName
{
background-color: #EFA0A0;
}
.BgClassName
{
background-color: #EFA0A0;
}
</style>
border-color css
<style>
span { border-color: #EFA0A0; }
span { border-color: rgb(239,160,160); }
td.TdClassName
{
border-color: #EFA0A0;
}
.TagClassName
{
border-color: #EFA0A0;
}
</style>