Shades of Tacao #EAA672
Tints of Tacao #EAA672
RGB
CMYK
RGB Variations
Color information
#EAA672 (or 0xEAA672) is known color: Tacao. HEX triplet: EA, A6 and 72. RGB value is (234,166,114). Sum of RGB (Red+Green+Blue) = 234+166+114=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA672 is #15598D. Grayscale: #B4B4B4. Windows color (decimal): -1399182 or 7513834. OLE color: 7513834.
HSL color Cylindrical-coordinate representation of color #EAA672: hue angle of 26º 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 #EAA672 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 114 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.08 |
| HSL | 26º | 0.74% | 0.68% | - |
| HSV(B) | 26º | 0.51% | 0.92% | - |
| XYZ | 50.61 | 45.98 | 22.13 | - |
| YUV | 180.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 114 | 0 | 0.29 | 0.51 | 0.08 | 26 | 0.74 | 0.68 |
| Hex | EA | A6 | 72 | 0 | 1D | 33 | 8 | 1A | 4A | 44 |
| Octal | 352 | 246 | 162 | 0 | 35 | 63 | 10 | 32 | 112 | 104 |
| Binary | 11101010 | 10100110 | 1110010 | 0 | 11101 | 110011 | 1000 | 11010 | 1001010 | 1000100 |
Color Harmonies of #EAA672
Complementary color
Monochromatic Colors of #EAA672
Black with #EAA672
Text Example
Text Example
White with #EAA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA672; }
p { color: rgb(234,166,114); }
H1.HeaderClassName
{
color: #EAA672;
}
.AnyTagClassName
{
color: #EAA672;
}
</style>
background-color css
<style>
a { background-color: #EAA672; }
a { background-color: rgb(234,166,114); }
div.DivClassName
{
background-color: #EAA672;
}
.BgClassName
{
background-color: #EAA672;
}
</style>
border-color css
<style>
span { border-color: #EAA672; }
span { border-color: rgb(234,166,114); }
td.TdClassName
{
border-color: #EAA672;
}
.TagClassName
{
border-color: #EAA672;
}
</style>