Shades of Tacao #EAA370
Tints of Tacao #EAA370
RGB
CMYK
RGB Variations
Color information
#EAA370 (or 0xEAA370) is known color: Tacao. HEX triplet: EA, A3 and 70. RGB value is (234,163,112). Sum of RGB (Red+Green+Blue) = 234+163+112=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA370 is #155C8F. Grayscale: #B2B2B2. Windows color (decimal): -1399952 or 7381994. OLE color: 7381994.
HSL color Cylindrical-coordinate representation of color #EAA370: hue angle of 25.08º 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 #EAA370 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 112 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.08 |
| HSL | 25.08º | 0.74% | 0.68% | - |
| HSV(B) | 25.08º | 0.52% | 0.92% | - |
| XYZ | 49.95 | 44.86 | 21.35 | - |
| YUV | 178.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 112 | 0 | 0.30 | 0.52 | 0.08 | 25.08 | 0.74 | 0.68 |
| Hex | EA | A3 | 70 | 0 | 1E | 34 | 8 | 19 | 4A | 44 |
| Octal | 352 | 243 | 160 | 0 | 36 | 64 | 10 | 31 | 112 | 104 |
| Binary | 11101010 | 10100011 | 1110000 | 0 | 11110 | 110100 | 1000 | 11001 | 1001010 | 1000100 |
Color Harmonies of #EAA370
Complementary color
Monochromatic Colors of #EAA370
Black with #EAA370
Text Example
Text Example
White with #EAA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA370; }
p { color: rgb(234,163,112); }
H1.HeaderClassName
{
color: #EAA370;
}
.AnyTagClassName
{
color: #EAA370;
}
</style>
background-color css
<style>
a { background-color: #EAA370; }
a { background-color: rgb(234,163,112); }
div.DivClassName
{
background-color: #EAA370;
}
.BgClassName
{
background-color: #EAA370;
}
</style>
border-color css
<style>
span { border-color: #EAA370; }
span { border-color: rgb(234,163,112); }
td.TdClassName
{
border-color: #EAA370;
}
.TagClassName
{
border-color: #EAA370;
}
</style>