Shades of Sundown #EFA19D
Tints of Sundown #EFA19D
RGB
CMYK
RGB Variations
Color information
#EFA19D (or 0xEFA19D) is known color: Sundown. HEX triplet: EF, A1 and 9D. RGB value is (239,161,157). Sum of RGB (Red+Green+Blue) = 239+161+157=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA19D is #105E62. Grayscale: #B7B7B7. Windows color (decimal): -1072739 or 10330607. OLE color: 10330607.
HSL color Cylindrical-coordinate representation of color #EFA19D: hue angle of 2.93º 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 #EFA19D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 157 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.06 |
| HSL | 2.93º | 0.72% | 0.78% | - |
| HSV(B) | 2.93º | 0.34% | 0.94% | - |
| XYZ | 54.43 | 46.27 | 37.96 | - |
| YUV | 183.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 157 | 0 | 0.33 | 0.34 | 0.06 | 2.93 | 0.72 | 0.78 |
| Hex | EF | A1 | 9D | 0 | 21 | 22 | 6 | 3 | 48 | 4E |
| Octal | 357 | 241 | 235 | 0 | 41 | 42 | 6 | 3 | 110 | 116 |
| Binary | 11101111 | 10100001 | 10011101 | 0 | 100001 | 100010 | 110 | 11 | 1001000 | 1001110 |
Color Harmonies of #EFA19D
Complementary color
Monochromatic Colors of #EFA19D
Black with #EFA19D
Text Example
Text Example
White with #EFA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA19D; }
p { color: rgb(239,161,157); }
H1.HeaderClassName
{
color: #EFA19D;
}
.AnyTagClassName
{
color: #EFA19D;
}
</style>
background-color css
<style>
a { background-color: #EFA19D; }
a { background-color: rgb(239,161,157); }
div.DivClassName
{
background-color: #EFA19D;
}
.BgClassName
{
background-color: #EFA19D;
}
</style>
border-color css
<style>
span { border-color: #EFA19D; }
span { border-color: rgb(239,161,157); }
td.TdClassName
{
border-color: #EFA19D;
}
.TagClassName
{
border-color: #EFA19D;
}
</style>