Shades of Tacao #EFAF85
Tints of Tacao #EFAF85
RGB
CMYK
RGB Variations
Color information
#EFAF85 (or 0xEFAF85) is known color: Tacao. HEX triplet: EF, AF and 85. RGB value is (239,175,133). Sum of RGB (Red+Green+Blue) = 239+175+133=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF85 is #10507A. Grayscale: #BDBDBD. Windows color (decimal): -1069179 or 8761327. OLE color: 8761327.
HSL color Cylindrical-coordinate representation of color #EFAF85: hue angle of 23.77º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFAF85 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 133 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.06 |
| HSL | 23.77º | 0.77% | 0.73% | - |
| HSV(B) | 23.77º | 0.44% | 0.94% | - |
| XYZ | 55.16 | 50.7 | 29.07 | - |
| YUV | 189.35 | 96.2 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 133 | 0 | 0.27 | 0.44 | 0.06 | 23.77 | 0.77 | 0.73 |
| Hex | EF | AF | 85 | 0 | 1B | 2C | 6 | 18 | 4D | 49 |
| Octal | 357 | 257 | 205 | 0 | 33 | 54 | 6 | 30 | 115 | 111 |
| Binary | 11101111 | 10101111 | 10000101 | 0 | 11011 | 101100 | 110 | 11000 | 1001101 | 1001001 |
Color Harmonies of #EFAF85
Complementary color
Monochromatic Colors of #EFAF85
Black with #EFAF85
Text Example
Text Example
White with #EFAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF85; }
p { color: rgb(239,175,133); }
H1.HeaderClassName
{
color: #EFAF85;
}
.AnyTagClassName
{
color: #EFAF85;
}
</style>
background-color css
<style>
a { background-color: #EFAF85; }
a { background-color: rgb(239,175,133); }
div.DivClassName
{
background-color: #EFAF85;
}
.BgClassName
{
background-color: #EFAF85;
}
</style>
border-color css
<style>
span { border-color: #EFAF85; }
span { border-color: rgb(239,175,133); }
td.TdClassName
{
border-color: #EFAF85;
}
.TagClassName
{
border-color: #EFAF85;
}
</style>