Shades of Tacao #E9A574
Tints of Tacao #E9A574
RGB
CMYK
RGB Variations
Color information
#E9A574 (or 0xE9A574) is known color: Tacao. HEX triplet: E9, A5 and 74. RGB value is (233,165,116). Sum of RGB (Red+Green+Blue) = 233+165+116=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A574 is #165A8B. Grayscale: #B4B4B4. Windows color (decimal): -1464972 or 7644649. OLE color: 7644649.
HSL color Cylindrical-coordinate representation of color #E9A574: hue angle of 25.13º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9A574 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 116 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.09 |
| HSL | 25.13º | 0.73% | 0.68% | - |
| HSV(B) | 25.13º | 0.5% | 0.91% | - |
| XYZ | 50.21 | 45.49 | 22.66 | - |
| YUV | 179.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 116 | 0 | 0.29 | 0.50 | 0.09 | 25.13 | 0.73 | 0.68 |
| Hex | E9 | A5 | 74 | 0 | 1D | 32 | 9 | 19 | 49 | 44 |
| Octal | 351 | 245 | 164 | 0 | 35 | 62 | 11 | 31 | 111 | 104 |
| Binary | 11101001 | 10100101 | 1110100 | 0 | 11101 | 110010 | 1001 | 11001 | 1001001 | 1000100 |
Color Harmonies of #E9A574
Complementary color
Monochromatic Colors of #E9A574
Black with #E9A574
Text Example
Text Example
White with #E9A574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A574; }
p { color: rgb(233,165,116); }
H1.HeaderClassName
{
color: #E9A574;
}
.AnyTagClassName
{
color: #E9A574;
}
</style>
background-color css
<style>
a { background-color: #E9A574; }
a { background-color: rgb(233,165,116); }
div.DivClassName
{
background-color: #E9A574;
}
.BgClassName
{
background-color: #E9A574;
}
</style>
border-color css
<style>
span { border-color: #E9A574; }
span { border-color: rgb(233,165,116); }
td.TdClassName
{
border-color: #E9A574;
}
.TagClassName
{
border-color: #E9A574;
}
</style>