Shades of Tacao #EFAF7A
Tints of Tacao #EFAF7A
RGB
CMYK
RGB Variations
Color information
#EFAF7A (or 0xEFAF7A) is known color: Tacao. HEX triplet: EF, AF and 7A. RGB value is (239,175,122). Sum of RGB (Red+Green+Blue) = 239+175+122=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF7A is #105085. Grayscale: #BCBCBC. Windows color (decimal): -1069190 or 8040431. OLE color: 8040431.
HSL color Cylindrical-coordinate representation of color #EFAF7A: hue angle of 27.18º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFAF7A is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 122 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.06 |
| HSL | 27.18º | 0.79% | 0.71% | - |
| HSV(B) | 27.18º | 0.49% | 0.94% | - |
| XYZ | 54.44 | 50.42 | 25.27 | - |
| YUV | 188.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 122 | 0 | 0.27 | 0.49 | 0.06 | 27.18 | 0.79 | 0.71 |
| Hex | EF | AF | 7A | 0 | 1B | 31 | 6 | 1B | 4F | 47 |
| Octal | 357 | 257 | 172 | 0 | 33 | 61 | 6 | 33 | 117 | 107 |
| Binary | 11101111 | 10101111 | 1111010 | 0 | 11011 | 110001 | 110 | 11011 | 1001111 | 1000111 |
Color Harmonies of #EFAF7A
Complementary color
Monochromatic Colors of #EFAF7A
Black with #EFAF7A
Text Example
Text Example
White with #EFAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF7A; }
p { color: rgb(239,175,122); }
H1.HeaderClassName
{
color: #EFAF7A;
}
.AnyTagClassName
{
color: #EFAF7A;
}
</style>
background-color css
<style>
a { background-color: #EFAF7A; }
a { background-color: rgb(239,175,122); }
div.DivClassName
{
background-color: #EFAF7A;
}
.BgClassName
{
background-color: #EFAF7A;
}
</style>
border-color css
<style>
span { border-color: #EFAF7A; }
span { border-color: rgb(239,175,122); }
td.TdClassName
{
border-color: #EFAF7A;
}
.TagClassName
{
border-color: #EFAF7A;
}
</style>