Shades of Sundown #EFA09D
Tints of Sundown #EFA09D
RGB
CMYK
RGB Variations
Color information
#EFA09D (or 0xEFA09D) is known color: Sundown. HEX triplet: EF, A0 and 9D. RGB value is (239,160,157). Sum of RGB (Red+Green+Blue) = 239+160+157=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA09D is #105F62. Grayscale: #B7B7B7. Windows color (decimal): -1072995 or 10330351. OLE color: 10330351.
HSL color Cylindrical-coordinate representation of color #EFA09D: hue angle of 2.2º 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 #EFA09D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 157 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.06 |
| HSL | 2.2º | 0.72% | 0.78% | - |
| HSV(B) | 2.2º | 0.34% | 0.94% | - |
| XYZ | 54.25 | 45.93 | 37.9 | - |
| YUV | 183.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 157 | 0 | 0.33 | 0.34 | 0.06 | 2.2 | 0.72 | 0.78 |
| Hex | EF | A0 | 9D | 0 | 21 | 22 | 6 | 2 | 48 | 4E |
| Octal | 357 | 240 | 235 | 0 | 41 | 42 | 6 | 2 | 110 | 116 |
| Binary | 11101111 | 10100000 | 10011101 | 0 | 100001 | 100010 | 110 | 10 | 1001000 | 1001110 |
Color Harmonies of #EFA09D
Complementary color
Monochromatic Colors of #EFA09D
Black with #EFA09D
Text Example
Text Example
White with #EFA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA09D; }
p { color: rgb(239,160,157); }
H1.HeaderClassName
{
color: #EFA09D;
}
.AnyTagClassName
{
color: #EFA09D;
}
</style>
background-color css
<style>
a { background-color: #EFA09D; }
a { background-color: rgb(239,160,157); }
div.DivClassName
{
background-color: #EFA09D;
}
.BgClassName
{
background-color: #EFA09D;
}
</style>
border-color css
<style>
span { border-color: #EFA09D; }
span { border-color: rgb(239,160,157); }
td.TdClassName
{
border-color: #EFA09D;
}
.TagClassName
{
border-color: #EFA09D;
}
</style>