Shades of Tacao #EAAA74
Tints of Tacao #EAAA74
RGB
CMYK
RGB Variations
Color information
#EAAA74 (or 0xEAAA74) is known color: Tacao. HEX triplet: EA, AA and 74. RGB value is (234,170,116). Sum of RGB (Red+Green+Blue) = 234+170+116=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA74 is #15558B. Grayscale: #B7B7B7. Windows color (decimal): -1398156 or 7645930. OLE color: 7645930.
HSL color Cylindrical-coordinate representation of color #EAAA74: hue angle of 27.46º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAAA74 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 116 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.08 |
| HSL | 27.46º | 0.74% | 0.69% | - |
| HSV(B) | 27.46º | 0.5% | 0.92% | - |
| XYZ | 51.46 | 47.5 | 22.98 | - |
| YUV | 182.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 116 | 0 | 0.27 | 0.50 | 0.08 | 27.46 | 0.74 | 0.69 |
| Hex | EA | AA | 74 | 0 | 1B | 32 | 8 | 1B | 4A | 45 |
| Octal | 352 | 252 | 164 | 0 | 33 | 62 | 10 | 33 | 112 | 105 |
| Binary | 11101010 | 10101010 | 1110100 | 0 | 11011 | 110010 | 1000 | 11011 | 1001010 | 1000101 |
Color Harmonies of #EAAA74
Complementary color
Monochromatic Colors of #EAAA74
Black with #EAAA74
Text Example
Text Example
White with #EAAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA74; }
p { color: rgb(234,170,116); }
H1.HeaderClassName
{
color: #EAAA74;
}
.AnyTagClassName
{
color: #EAAA74;
}
</style>
background-color css
<style>
a { background-color: #EAAA74; }
a { background-color: rgb(234,170,116); }
div.DivClassName
{
background-color: #EAAA74;
}
.BgClassName
{
background-color: #EAAA74;
}
</style>
border-color css
<style>
span { border-color: #EAAA74; }
span { border-color: rgb(234,170,116); }
td.TdClassName
{
border-color: #EAAA74;
}
.TagClassName
{
border-color: #EAAA74;
}
</style>