Shades of Sundown #EFABAB
Tints of Sundown #EFABAB
RGB
CMYK
RGB Variations
Color information
#EFABAB (or 0xEFABAB) is known color: Sundown. HEX triplet: EF, AB and AB. RGB value is (239,171,171). Sum of RGB (Red+Green+Blue) = 239+171+171=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABAB is #105454. Grayscale: #BFBFBF. Windows color (decimal): -1070165 or 11250671. OLE color: 11250671.
HSL color Cylindrical-coordinate representation of color #EFABAB: hue angle of 0º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABAB is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 171 | 171 | - |
CMYK | 0 | 0.28 | 0.28 | 0.06 |
HSL | 0º | 0.68% | 0.8% | - |
HSV(B) | 0º | 0.28% | 0.94% | - |
XYZ | 57.51 | 50.42 | 45.23 | - |
YUV | 191.33 | 116.53 | 162 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 171 | 171 | 0 | 0.28 | 0.28 | 0.06 | 0 | 0.68 | 0.8 |
Hex | EF | AB | AB | 0 | 1C | 1C | 6 | 0 | 44 | 50 |
Octal | 357 | 253 | 253 | 0 | 34 | 34 | 6 | 0 | 104 | 120 |
Binary | 11101111 | 10101011 | 10101011 | 0 | 11100 | 11100 | 110 | 0 | 1000100 | 1010000 |
Color Harmonies of #EFABAB
Complementary color
Monochromatic Colors of #EFABAB
Black with #EFABAB
Text Example
Text Example
White with #EFABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABAB; }
p { color: rgb(239,171,171); }
H1.HeaderClassName
{
color: #EFABAB;
}
.AnyTagClassName
{
color: #EFABAB;
}
</style>
background-color css
<style>
a { background-color: #EFABAB; }
a { background-color: rgb(239,171,171); }
div.DivClassName
{
background-color: #EFABAB;
}
.BgClassName
{
background-color: #EFABAB;
}
</style>
border-color css
<style>
span { border-color: #EFABAB; }
span { border-color: rgb(239,171,171); }
td.TdClassName
{
border-color: #EFABAB;
}
.TagClassName
{
border-color: #EFABAB;
}
</style>