Shades of Tacao #E9AD72
Tints of Tacao #E9AD72
RGB
CMYK
RGB Variations
Color information
#E9AD72 (or 0xE9AD72) is known color: Tacao. HEX triplet: E9, AD and 72. RGB value is (233,173,114). Sum of RGB (Red+Green+Blue) = 233+173+114=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD72 is #16528D. Grayscale: #B8B8B8. Windows color (decimal): -1462926 or 7515625. OLE color: 7515625.
HSL color Cylindrical-coordinate representation of color #E9AD72: hue angle of 29.75º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9AD72 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 114 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.09 |
| HSL | 29.75º | 0.73% | 0.68% | - |
| HSV(B) | 29.75º | 0.51% | 0.91% | - |
| XYZ | 51.59 | 48.43 | 22.55 | - |
| YUV | 184.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 114 | 0 | 0.26 | 0.51 | 0.09 | 29.75 | 0.73 | 0.68 |
| Hex | E9 | AD | 72 | 0 | 1A | 33 | 9 | 1E | 49 | 44 |
| Octal | 351 | 255 | 162 | 0 | 32 | 63 | 11 | 36 | 111 | 104 |
| Binary | 11101001 | 10101101 | 1110010 | 0 | 11010 | 110011 | 1001 | 11110 | 1001001 | 1000100 |
Color Harmonies of #E9AD72
Complementary color
Monochromatic Colors of #E9AD72
Black with #E9AD72
Text Example
Text Example
White with #E9AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD72; }
p { color: rgb(233,173,114); }
H1.HeaderClassName
{
color: #E9AD72;
}
.AnyTagClassName
{
color: #E9AD72;
}
</style>
background-color css
<style>
a { background-color: #E9AD72; }
a { background-color: rgb(233,173,114); }
div.DivClassName
{
background-color: #E9AD72;
}
.BgClassName
{
background-color: #E9AD72;
}
</style>
border-color css
<style>
span { border-color: #E9AD72; }
span { border-color: rgb(233,173,114); }
td.TdClassName
{
border-color: #E9AD72;
}
.TagClassName
{
border-color: #E9AD72;
}
</style>