Shades of Sundown #EFAFAF
Tints of Sundown #EFAFAF
RGB
CMYK
RGB Variations
Color information
#EFAFAF (or 0xEFAFAF) is known color: Sundown. HEX triplet: EF, AF and AF. RGB value is (239,175,175). Sum of RGB (Red+Green+Blue) = 239+175+175=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFAF is #105050. Grayscale: #C2C2C2. Windows color (decimal): -1069137 or 11513839. OLE color: 11513839.
HSL color Cylindrical-coordinate representation of color #EFAFAF: hue angle of 0º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFAF is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 175 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.06 |
| HSL | 0º | 0.67% | 0.81% | - |
| HSV(B) | 0º | 0.27% | 0.94% | - |
| XYZ | 58.66 | 52.11 | 47.52 | - |
| YUV | 194.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 175 | 0 | 0.27 | 0.27 | 0.06 | 0 | 0.67 | 0.81 |
| Hex | EF | AF | AF | 0 | 1B | 1B | 6 | 0 | 43 | 51 |
| Octal | 357 | 257 | 257 | 0 | 33 | 33 | 6 | 0 | 103 | 121 |
| Binary | 11101111 | 10101111 | 10101111 | 0 | 11011 | 11011 | 110 | 0 | 1000011 | 1010001 |
Color Harmonies of #EFAFAF
Complementary color
Monochromatic Colors of #EFAFAF
Black with #EFAFAF
Text Example
Text Example
White with #EFAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFAF; }
p { color: rgb(239,175,175); }
H1.HeaderClassName
{
color: #EFAFAF;
}
.AnyTagClassName
{
color: #EFAFAF;
}
</style>
background-color css
<style>
a { background-color: #EFAFAF; }
a { background-color: rgb(239,175,175); }
div.DivClassName
{
background-color: #EFAFAF;
}
.BgClassName
{
background-color: #EFAFAF;
}
</style>
border-color css
<style>
span { border-color: #EFAFAF; }
span { border-color: rgb(239,175,175); }
td.TdClassName
{
border-color: #EFAFAF;
}
.TagClassName
{
border-color: #EFAFAF;
}
</style>