Shades of Tacao #E9A474
Tints of Tacao #E9A474
RGB
CMYK
RGB Variations
Color information
#E9A474 (or 0xE9A474) is known color: Tacao. HEX triplet: E9, A4 and 74. RGB value is (233,164,116). Sum of RGB (Red+Green+Blue) = 233+164+116=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A474 is #165B8B. Grayscale: #B3B3B3. Windows color (decimal): -1465228 or 7644393. OLE color: 7644393.
HSL color Cylindrical-coordinate representation of color #E9A474: hue angle of 24.62º 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 #E9A474 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 116 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.09 |
| HSL | 24.62º | 0.73% | 0.68% | - |
| HSV(B) | 24.62º | 0.5% | 0.91% | - |
| XYZ | 50.03 | 45.14 | 22.6 | - |
| YUV | 179.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 116 | 0 | 0.30 | 0.50 | 0.09 | 24.62 | 0.73 | 0.68 |
| Hex | E9 | A4 | 74 | 0 | 1E | 32 | 9 | 19 | 49 | 44 |
| Octal | 351 | 244 | 164 | 0 | 36 | 62 | 11 | 31 | 111 | 104 |
| Binary | 11101001 | 10100100 | 1110100 | 0 | 11110 | 110010 | 1001 | 11001 | 1001001 | 1000100 |
Color Harmonies of #E9A474
Complementary color
Monochromatic Colors of #E9A474
Black with #E9A474
Text Example
Text Example
White with #E9A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A474; }
p { color: rgb(233,164,116); }
H1.HeaderClassName
{
color: #E9A474;
}
.AnyTagClassName
{
color: #E9A474;
}
</style>
background-color css
<style>
a { background-color: #E9A474; }
a { background-color: rgb(233,164,116); }
div.DivClassName
{
background-color: #E9A474;
}
.BgClassName
{
background-color: #E9A474;
}
</style>
border-color css
<style>
span { border-color: #E9A474; }
span { border-color: rgb(233,164,116); }
td.TdClassName
{
border-color: #E9A474;
}
.TagClassName
{
border-color: #E9A474;
}
</style>