Shades of Sundown #EFA5A0
Tints of Sundown #EFA5A0
RGB
CMYK
RGB Variations
Color information
#EFA5A0 (or 0xEFA5A0) is known color: Sundown. HEX triplet: EF, A5 and A0. RGB value is (239,165,160). Sum of RGB (Red+Green+Blue) = 239+165+160=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA5A0 is #105A5F. Grayscale: #BABABA. Windows color (decimal): -1071712 or 10528239. OLE color: 10528239.
HSL color Cylindrical-coordinate representation of color #EFA5A0: hue angle of 3.8º 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 #EFA5A0 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 160 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.06 |
| HSL | 3.8º | 0.71% | 0.78% | - |
| HSV(B) | 3.8º | 0.33% | 0.94% | - |
| XYZ | 55.4 | 47.8 | 39.56 | - |
| YUV | 186.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 160 | 0 | 0.31 | 0.33 | 0.06 | 3.8 | 0.71 | 0.78 |
| Hex | EF | A5 | A0 | 0 | 1F | 21 | 6 | 4 | 47 | 4E |
| Octal | 357 | 245 | 240 | 0 | 37 | 41 | 6 | 4 | 107 | 116 |
| Binary | 11101111 | 10100101 | 10100000 | 0 | 11111 | 100001 | 110 | 100 | 1000111 | 1001110 |
Color Harmonies of #EFA5A0
Complementary color
Monochromatic Colors of #EFA5A0
Black with #EFA5A0
Text Example
Text Example
White with #EFA5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5A0; }
p { color: rgb(239,165,160); }
H1.HeaderClassName
{
color: #EFA5A0;
}
.AnyTagClassName
{
color: #EFA5A0;
}
</style>
background-color css
<style>
a { background-color: #EFA5A0; }
a { background-color: rgb(239,165,160); }
div.DivClassName
{
background-color: #EFA5A0;
}
.BgClassName
{
background-color: #EFA5A0;
}
</style>
border-color css
<style>
span { border-color: #EFA5A0; }
span { border-color: rgb(239,165,160); }
td.TdClassName
{
border-color: #EFA5A0;
}
.TagClassName
{
border-color: #EFA5A0;
}
</style>