Shades of Sundown #EFA59E
Tints of Sundown #EFA59E
RGB
CMYK
RGB Variations
Color information
#EFA59E (or 0xEFA59E) is known color: Sundown. HEX triplet: EF, A5 and 9E. RGB value is (239,165,158). Sum of RGB (Red+Green+Blue) = 239+165+158=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA59E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA59E is #105A61. Grayscale: #BABABA. Windows color (decimal): -1071714 or 10397167. OLE color: 10397167.
HSL color Cylindrical-coordinate representation of color #EFA59E: hue angle of 5.19º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA59E is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 158 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.06 |
| HSL | 5.19º | 0.72% | 0.78% | - |
| HSV(B) | 5.19º | 0.34% | 0.94% | - |
| XYZ | 55.22 | 47.73 | 38.65 | - |
| YUV | 186.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 158 | 0 | 0.31 | 0.34 | 0.06 | 5.19 | 0.72 | 0.78 |
| Hex | EF | A5 | 9E | 0 | 1F | 22 | 6 | 5 | 48 | 4E |
| Octal | 357 | 245 | 236 | 0 | 37 | 42 | 6 | 5 | 110 | 116 |
| Binary | 11101111 | 10100101 | 10011110 | 0 | 11111 | 100010 | 110 | 101 | 1001000 | 1001110 |
Color Harmonies of #EFA59E
Complementary color
Monochromatic Colors of #EFA59E
Black with #EFA59E
Text Example
Text Example
White with #EFA59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA59E; }
p { color: rgb(239,165,158); }
H1.HeaderClassName
{
color: #EFA59E;
}
.AnyTagClassName
{
color: #EFA59E;
}
</style>
background-color css
<style>
a { background-color: #EFA59E; }
a { background-color: rgb(239,165,158); }
div.DivClassName
{
background-color: #EFA59E;
}
.BgClassName
{
background-color: #EFA59E;
}
</style>
border-color css
<style>
span { border-color: #EFA59E; }
span { border-color: rgb(239,165,158); }
td.TdClassName
{
border-color: #EFA59E;
}
.TagClassName
{
border-color: #EFA59E;
}
</style>