Shades of Tacao #EAA372
Tints of Tacao #EAA372
RGB
CMYK
RGB Variations
Color information
#EAA372 (or 0xEAA372) is known color: Tacao. HEX triplet: EA, A3 and 72. RGB value is (234,163,114). Sum of RGB (Red+Green+Blue) = 234+163+114=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA372 is #155C8D. Grayscale: #B2B2B2. Windows color (decimal): -1399950 or 7513066. OLE color: 7513066.
HSL color Cylindrical-coordinate representation of color #EAA372: hue angle of 24.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAA372 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 114 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.08 |
| HSL | 24.5º | 0.74% | 0.68% | - |
| HSV(B) | 24.5º | 0.51% | 0.92% | - |
| XYZ | 50.07 | 44.9 | 21.95 | - |
| YUV | 178.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 114 | 0 | 0.30 | 0.51 | 0.08 | 24.5 | 0.74 | 0.68 |
| Hex | EA | A3 | 72 | 0 | 1E | 33 | 8 | 18 | 4A | 44 |
| Octal | 352 | 243 | 162 | 0 | 36 | 63 | 10 | 30 | 112 | 104 |
| Binary | 11101010 | 10100011 | 1110010 | 0 | 11110 | 110011 | 1000 | 11000 | 1001010 | 1000100 |
Color Harmonies of #EAA372
Complementary color
Monochromatic Colors of #EAA372
Black with #EAA372
Text Example
Text Example
White with #EAA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA372; }
p { color: rgb(234,163,114); }
H1.HeaderClassName
{
color: #EAA372;
}
.AnyTagClassName
{
color: #EAA372;
}
</style>
background-color css
<style>
a { background-color: #EAA372; }
a { background-color: rgb(234,163,114); }
div.DivClassName
{
background-color: #EAA372;
}
.BgClassName
{
background-color: #EAA372;
}
</style>
border-color css
<style>
span { border-color: #EAA372; }
span { border-color: rgb(234,163,114); }
td.TdClassName
{
border-color: #EAA372;
}
.TagClassName
{
border-color: #EAA372;
}
</style>