Shades of Sundown #EFA4A1
Tints of Sundown #EFA4A1
RGB
CMYK
RGB Variations
Color information
#EFA4A1 (or 0xEFA4A1) is known color: Sundown. HEX triplet: EF, A4 and A1. RGB value is (239,164,161). Sum of RGB (Red+Green+Blue) = 239+164+161=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA4A1 is #105B5E. Grayscale: #BABABA. Windows color (decimal): -1071967 or 10593519. OLE color: 10593519.
HSL color Cylindrical-coordinate representation of color #EFA4A1: hue angle of 2.31º 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 #EFA4A1 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 161 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.06 |
| HSL | 2.31º | 0.71% | 0.78% | - |
| HSV(B) | 2.31º | 0.33% | 0.94% | - |
| XYZ | 55.31 | 47.47 | 39.97 | - |
| YUV | 186.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 161 | 0 | 0.31 | 0.33 | 0.06 | 2.31 | 0.71 | 0.78 |
| Hex | EF | A4 | A1 | 0 | 1F | 21 | 6 | 2 | 47 | 4E |
| Octal | 357 | 244 | 241 | 0 | 37 | 41 | 6 | 2 | 107 | 116 |
| Binary | 11101111 | 10100100 | 10100001 | 0 | 11111 | 100001 | 110 | 10 | 1000111 | 1001110 |
Color Harmonies of #EFA4A1
Complementary color
Monochromatic Colors of #EFA4A1
Black with #EFA4A1
Text Example
Text Example
White with #EFA4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4A1; }
p { color: rgb(239,164,161); }
H1.HeaderClassName
{
color: #EFA4A1;
}
.AnyTagClassName
{
color: #EFA4A1;
}
</style>
background-color css
<style>
a { background-color: #EFA4A1; }
a { background-color: rgb(239,164,161); }
div.DivClassName
{
background-color: #EFA4A1;
}
.BgClassName
{
background-color: #EFA4A1;
}
</style>
border-color css
<style>
span { border-color: #EFA4A1; }
span { border-color: rgb(239,164,161); }
td.TdClassName
{
border-color: #EFA4A1;
}
.TagClassName
{
border-color: #EFA4A1;
}
</style>