Shades of Sundown #EFA79F
Tints of Sundown #EFA79F
RGB
CMYK
RGB Variations
Color information
#EFA79F (or 0xEFA79F) is known color: Sundown. HEX triplet: EF, A7 and 9F. RGB value is (239,167,159). Sum of RGB (Red+Green+Blue) = 239+167+159=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA79F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA79F is #105860. Grayscale: #BBBBBB. Windows color (decimal): -1071201 or 10463215. OLE color: 10463215.
HSL color Cylindrical-coordinate representation of color #EFA79F: hue angle of 6º 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 #EFA79F is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 159 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.06 |
| HSL | 6º | 0.71% | 0.78% | - |
| HSV(B) | 6º | 0.33% | 0.94% | - |
| XYZ | 55.67 | 48.49 | 39.23 | - |
| YUV | 187.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 159 | 0 | 0.30 | 0.33 | 0.06 | 6 | 0.71 | 0.78 |
| Hex | EF | A7 | 9F | 0 | 1E | 21 | 6 | 6 | 47 | 4E |
| Octal | 357 | 247 | 237 | 0 | 36 | 41 | 6 | 6 | 107 | 116 |
| Binary | 11101111 | 10100111 | 10011111 | 0 | 11110 | 100001 | 110 | 110 | 1000111 | 1001110 |
Color Harmonies of #EFA79F
Complementary color
Monochromatic Colors of #EFA79F
Black with #EFA79F
Text Example
Text Example
White with #EFA79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA79F; }
p { color: rgb(239,167,159); }
H1.HeaderClassName
{
color: #EFA79F;
}
.AnyTagClassName
{
color: #EFA79F;
}
</style>
background-color css
<style>
a { background-color: #EFA79F; }
a { background-color: rgb(239,167,159); }
div.DivClassName
{
background-color: #EFA79F;
}
.BgClassName
{
background-color: #EFA79F;
}
</style>
border-color css
<style>
span { border-color: #EFA79F; }
span { border-color: rgb(239,167,159); }
td.TdClassName
{
border-color: #EFA79F;
}
.TagClassName
{
border-color: #EFA79F;
}
</style>