Shades of Tacao #EAA771
Tints of Tacao #EAA771
RGB
CMYK
RGB Variations
Color information
#EAA771 (or 0xEAA771) is known color: Tacao. HEX triplet: EA, A7 and 71. RGB value is (234,167,113). Sum of RGB (Red+Green+Blue) = 234+167+113=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA771 is #15588E. Grayscale: #B5B5B5. Windows color (decimal): -1398927 or 7448554. OLE color: 7448554.
HSL color Cylindrical-coordinate representation of color #EAA771: hue angle of 26.78º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAA771 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 113 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.08 |
| HSL | 26.78º | 0.74% | 0.68% | - |
| HSV(B) | 26.78º | 0.52% | 0.92% | - |
| XYZ | 50.73 | 46.32 | 21.89 | - |
| YUV | 180.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 113 | 0 | 0.29 | 0.52 | 0.08 | 26.78 | 0.74 | 0.68 |
| Hex | EA | A7 | 71 | 0 | 1D | 34 | 8 | 1B | 4A | 44 |
| Octal | 352 | 247 | 161 | 0 | 35 | 64 | 10 | 33 | 112 | 104 |
| Binary | 11101010 | 10100111 | 1110001 | 0 | 11101 | 110100 | 1000 | 11011 | 1001010 | 1000100 |
Color Harmonies of #EAA771
Complementary color
Monochromatic Colors of #EAA771
Black with #EAA771
Text Example
Text Example
White with #EAA771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA771; }
p { color: rgb(234,167,113); }
H1.HeaderClassName
{
color: #EAA771;
}
.AnyTagClassName
{
color: #EAA771;
}
</style>
background-color css
<style>
a { background-color: #EAA771; }
a { background-color: rgb(234,167,113); }
div.DivClassName
{
background-color: #EAA771;
}
.BgClassName
{
background-color: #EAA771;
}
</style>
border-color css
<style>
span { border-color: #EAA771; }
span { border-color: rgb(234,167,113); }
td.TdClassName
{
border-color: #EAA771;
}
.TagClassName
{
border-color: #EAA771;
}
</style>