Shades of Tacao #EFAF80
Tints of Tacao #EFAF80
RGB
CMYK
RGB Variations
Color information
#EFAF80 (or 0xEFAF80) is known color: Tacao. HEX triplet: EF, AF and 80. RGB value is (239,175,128). Sum of RGB (Red+Green+Blue) = 239+175+128=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF80 is #10507F. Grayscale: #BDBDBD. Windows color (decimal): -1069184 or 8433647. OLE color: 8433647.
HSL color Cylindrical-coordinate representation of color #EFAF80: hue angle of 25.41º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFAF80 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 128 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.06 |
| HSL | 25.41º | 0.78% | 0.72% | - |
| HSV(B) | 25.41º | 0.46% | 0.94% | - |
| XYZ | 54.82 | 50.57 | 27.29 | - |
| YUV | 188.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 128 | 0 | 0.27 | 0.46 | 0.06 | 25.41 | 0.78 | 0.72 |
| Hex | EF | AF | 80 | 0 | 1B | 2E | 6 | 19 | 4E | 48 |
| Octal | 357 | 257 | 200 | 0 | 33 | 56 | 6 | 31 | 116 | 110 |
| Binary | 11101111 | 10101111 | 10000000 | 0 | 11011 | 101110 | 110 | 11001 | 1001110 | 1001000 |
Color Harmonies of #EFAF80
Complementary color
Monochromatic Colors of #EFAF80
Black with #EFAF80
Text Example
Text Example
White with #EFAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF80; }
p { color: rgb(239,175,128); }
H1.HeaderClassName
{
color: #EFAF80;
}
.AnyTagClassName
{
color: #EFAF80;
}
</style>
background-color css
<style>
a { background-color: #EFAF80; }
a { background-color: rgb(239,175,128); }
div.DivClassName
{
background-color: #EFAF80;
}
.BgClassName
{
background-color: #EFAF80;
}
</style>
border-color css
<style>
span { border-color: #EFAF80; }
span { border-color: rgb(239,175,128); }
td.TdClassName
{
border-color: #EFAF80;
}
.TagClassName
{
border-color: #EFAF80;
}
</style>