Shades of Sundown #EFA29F
Tints of Sundown #EFA29F
RGB
CMYK
RGB Variations
Color information
#EFA29F (or 0xEFA29F) is known color: Sundown. HEX triplet: EF, A2 and 9F. RGB value is (239,162,159). Sum of RGB (Red+Green+Blue) = 239+162+159=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA29F is #105D60. Grayscale: #B8B8B8. Windows color (decimal): -1072481 or 10461935. OLE color: 10461935.
HSL color Cylindrical-coordinate representation of color #EFA29F: hue angle of 2.25º 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 #EFA29F is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 159 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.06 |
| HSL | 2.25º | 0.71% | 0.78% | - |
| HSV(B) | 2.25º | 0.33% | 0.94% | - |
| XYZ | 54.77 | 46.69 | 38.93 | - |
| YUV | 184.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 159 | 0 | 0.32 | 0.33 | 0.06 | 2.25 | 0.71 | 0.78 |
| Hex | EF | A2 | 9F | 0 | 20 | 21 | 6 | 2 | 47 | 4E |
| Octal | 357 | 242 | 237 | 0 | 40 | 41 | 6 | 2 | 107 | 116 |
| Binary | 11101111 | 10100010 | 10011111 | 0 | 100000 | 100001 | 110 | 10 | 1000111 | 1001110 |
Color Harmonies of #EFA29F
Complementary color
Monochromatic Colors of #EFA29F
Black with #EFA29F
Text Example
Text Example
White with #EFA29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA29F; }
p { color: rgb(239,162,159); }
H1.HeaderClassName
{
color: #EFA29F;
}
.AnyTagClassName
{
color: #EFA29F;
}
</style>
background-color css
<style>
a { background-color: #EFA29F; }
a { background-color: rgb(239,162,159); }
div.DivClassName
{
background-color: #EFA29F;
}
.BgClassName
{
background-color: #EFA29F;
}
</style>
border-color css
<style>
span { border-color: #EFA29F; }
span { border-color: rgb(239,162,159); }
td.TdClassName
{
border-color: #EFA29F;
}
.TagClassName
{
border-color: #EFA29F;
}
</style>