Shades of Tacao #EAAA77
Tints of Tacao #EAAA77
RGB
CMYK
RGB Variations
Color information
#EAAA77 (or 0xEAAA77) is known color: Tacao. HEX triplet: EA, AA and 77. RGB value is (234,170,119). Sum of RGB (Red+Green+Blue) = 234+170+119=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA77 is #155588. Grayscale: #B7B7B7. Windows color (decimal): -1398153 or 7842538. OLE color: 7842538.
HSL color Cylindrical-coordinate representation of color #EAAA77: hue angle of 26.61º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAAA77 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 119 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.08 |
| HSL | 26.61º | 0.73% | 0.69% | - |
| HSV(B) | 26.61º | 0.49% | 0.92% | - |
| XYZ | 51.64 | 47.57 | 23.91 | - |
| YUV | 183.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 119 | 0 | 0.27 | 0.49 | 0.08 | 26.61 | 0.73 | 0.69 |
| Hex | EA | AA | 77 | 0 | 1B | 31 | 8 | 1B | 49 | 45 |
| Octal | 352 | 252 | 167 | 0 | 33 | 61 | 10 | 33 | 111 | 105 |
| Binary | 11101010 | 10101010 | 1110111 | 0 | 11011 | 110001 | 1000 | 11011 | 1001001 | 1000101 |
Color Harmonies of #EAAA77
Complementary color
Monochromatic Colors of #EAAA77
Black with #EAAA77
Text Example
Text Example
White with #EAAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA77; }
p { color: rgb(234,170,119); }
H1.HeaderClassName
{
color: #EAAA77;
}
.AnyTagClassName
{
color: #EAAA77;
}
</style>
background-color css
<style>
a { background-color: #EAAA77; }
a { background-color: rgb(234,170,119); }
div.DivClassName
{
background-color: #EAAA77;
}
.BgClassName
{
background-color: #EAAA77;
}
</style>
border-color css
<style>
span { border-color: #EAAA77; }
span { border-color: rgb(234,170,119); }
td.TdClassName
{
border-color: #EAAA77;
}
.TagClassName
{
border-color: #EAAA77;
}
</style>