Shades of Tacao #EEA96E
Tints of Tacao #EEA96E
RGB
CMYK
RGB Variations
Color information
#EEA96E (or 0xEEA96E) is known color: Tacao. HEX triplet: EE, A9 and 6E. RGB value is (238,169,110). Sum of RGB (Red+Green+Blue) = 238+169+110=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA96E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA96E is #115691. Grayscale: #B7B7B7. Windows color (decimal): -1136274 or 7252462. OLE color: 7252462.
HSL color Cylindrical-coordinate representation of color #EEA96E: hue angle of 27.66º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEA96E is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 110 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.07 |
| HSL | 27.66º | 0.79% | 0.68% | - |
| HSV(B) | 27.66º | 0.54% | 0.93% | - |
| XYZ | 52.26 | 47.68 | 21.2 | - |
| YUV | 182.91 | 86.86 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 110 | 0 | 0.29 | 0.54 | 0.07 | 27.66 | 0.79 | 0.68 |
| Hex | EE | A9 | 6E | 0 | 1D | 36 | 7 | 1C | 4F | 44 |
| Octal | 356 | 251 | 156 | 0 | 35 | 66 | 7 | 34 | 117 | 104 |
| Binary | 11101110 | 10101001 | 1101110 | 0 | 11101 | 110110 | 111 | 11100 | 1001111 | 1000100 |
Color Harmonies of #EEA96E
Complementary color
Monochromatic Colors of #EEA96E
Black with #EEA96E
Text Example
Text Example
White with #EEA96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA96E; }
p { color: rgb(238,169,110); }
H1.HeaderClassName
{
color: #EEA96E;
}
.AnyTagClassName
{
color: #EEA96E;
}
</style>
background-color css
<style>
a { background-color: #EEA96E; }
a { background-color: rgb(238,169,110); }
div.DivClassName
{
background-color: #EEA96E;
}
.BgClassName
{
background-color: #EEA96E;
}
</style>
border-color css
<style>
span { border-color: #EEA96E; }
span { border-color: rgb(238,169,110); }
td.TdClassName
{
border-color: #EEA96E;
}
.TagClassName
{
border-color: #EEA96E;
}
</style>