Shades of Sundown #EFA4A0
Tints of Sundown #EFA4A0
RGB
CMYK
RGB Variations
Color information
#EFA4A0 (or 0xEFA4A0) is known color: Sundown. HEX triplet: EF, A4 and A0. RGB value is (239,164,160). Sum of RGB (Red+Green+Blue) = 239+164+160=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA4A0 is #105B5F. Grayscale: #BABABA. Windows color (decimal): -1071968 or 10527983. OLE color: 10527983.
HSL color Cylindrical-coordinate representation of color #EFA4A0: hue angle of 3.04º 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 #EFA4A0 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 160 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.06 |
| HSL | 3.04º | 0.71% | 0.78% | - |
| HSV(B) | 3.04º | 0.33% | 0.94% | - |
| XYZ | 55.22 | 47.44 | 39.5 | - |
| YUV | 185.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 160 | 0 | 0.31 | 0.33 | 0.06 | 3.04 | 0.71 | 0.78 |
| Hex | EF | A4 | A0 | 0 | 1F | 21 | 6 | 3 | 47 | 4E |
| Octal | 357 | 244 | 240 | 0 | 37 | 41 | 6 | 3 | 107 | 116 |
| Binary | 11101111 | 10100100 | 10100000 | 0 | 11111 | 100001 | 110 | 11 | 1000111 | 1001110 |
Color Harmonies of #EFA4A0
Complementary color
Monochromatic Colors of #EFA4A0
Black with #EFA4A0
Text Example
Text Example
White with #EFA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4A0; }
p { color: rgb(239,164,160); }
H1.HeaderClassName
{
color: #EFA4A0;
}
.AnyTagClassName
{
color: #EFA4A0;
}
</style>
background-color css
<style>
a { background-color: #EFA4A0; }
a { background-color: rgb(239,164,160); }
div.DivClassName
{
background-color: #EFA4A0;
}
.BgClassName
{
background-color: #EFA4A0;
}
</style>
border-color css
<style>
span { border-color: #EFA4A0; }
span { border-color: rgb(239,164,160); }
td.TdClassName
{
border-color: #EFA4A0;
}
.TagClassName
{
border-color: #EFA4A0;
}
</style>