Shades of Sundown #EFA3A0
Tints of Sundown #EFA3A0
RGB
CMYK
RGB Variations
Color information
#EFA3A0 (or 0xEFA3A0) is known color: Sundown. HEX triplet: EF, A3 and A0. RGB value is (239,163,160). Sum of RGB (Red+Green+Blue) = 239+163+160=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA3A0 is #105C5F. Grayscale: #B9B9B9. Windows color (decimal): -1072224 or 10527727. OLE color: 10527727.
HSL color Cylindrical-coordinate representation of color #EFA3A0: hue angle of 2.28º 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 #EFA3A0 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 160 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.06 |
| HSL | 2.28º | 0.71% | 0.78% | - |
| HSV(B) | 2.28º | 0.33% | 0.94% | - |
| XYZ | 55.04 | 47.08 | 39.44 | - |
| YUV | 185.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 160 | 0 | 0.32 | 0.33 | 0.06 | 2.28 | 0.71 | 0.78 |
| Hex | EF | A3 | A0 | 0 | 20 | 21 | 6 | 2 | 47 | 4E |
| Octal | 357 | 243 | 240 | 0 | 40 | 41 | 6 | 2 | 107 | 116 |
| Binary | 11101111 | 10100011 | 10100000 | 0 | 100000 | 100001 | 110 | 10 | 1000111 | 1001110 |
Color Harmonies of #EFA3A0
Complementary color
Monochromatic Colors of #EFA3A0
Black with #EFA3A0
Text Example
Text Example
White with #EFA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3A0; }
p { color: rgb(239,163,160); }
H1.HeaderClassName
{
color: #EFA3A0;
}
.AnyTagClassName
{
color: #EFA3A0;
}
</style>
background-color css
<style>
a { background-color: #EFA3A0; }
a { background-color: rgb(239,163,160); }
div.DivClassName
{
background-color: #EFA3A0;
}
.BgClassName
{
background-color: #EFA3A0;
}
</style>
border-color css
<style>
span { border-color: #EFA3A0; }
span { border-color: rgb(239,163,160); }
td.TdClassName
{
border-color: #EFA3A0;
}
.TagClassName
{
border-color: #EFA3A0;
}
</style>