Shades of Tacao #EEA76E
Tints of Tacao #EEA76E
RGB
CMYK
RGB Variations
Color information
#EEA76E (or 0xEEA76E) is known color: Tacao. HEX triplet: EE, A7 and 6E. RGB value is (238,167,110). Sum of RGB (Red+Green+Blue) = 238+167+110=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA76E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA76E is #115891. Grayscale: #B6B6B6. Windows color (decimal): -1136786 or 7251950. OLE color: 7251950.
HSL color Cylindrical-coordinate representation of color #EEA76E: hue angle of 26.72º 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 #EEA76E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 110 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.07 |
| HSL | 26.72º | 0.79% | 0.68% | - |
| HSV(B) | 26.72º | 0.54% | 0.93% | - |
| XYZ | 51.89 | 46.94 | 21.08 | - |
| YUV | 181.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 110 | 0 | 0.30 | 0.54 | 0.07 | 26.72 | 0.79 | 0.68 |
| Hex | EE | A7 | 6E | 0 | 1E | 36 | 7 | 1B | 4F | 44 |
| Octal | 356 | 247 | 156 | 0 | 36 | 66 | 7 | 33 | 117 | 104 |
| Binary | 11101110 | 10100111 | 1101110 | 0 | 11110 | 110110 | 111 | 11011 | 1001111 | 1000100 |
Color Harmonies of #EEA76E
Complementary color
Monochromatic Colors of #EEA76E
Black with #EEA76E
Text Example
Text Example
White with #EEA76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA76E; }
p { color: rgb(238,167,110); }
H1.HeaderClassName
{
color: #EEA76E;
}
.AnyTagClassName
{
color: #EEA76E;
}
</style>
background-color css
<style>
a { background-color: #EEA76E; }
a { background-color: rgb(238,167,110); }
div.DivClassName
{
background-color: #EEA76E;
}
.BgClassName
{
background-color: #EEA76E;
}
</style>
border-color css
<style>
span { border-color: #EEA76E; }
span { border-color: rgb(238,167,110); }
td.TdClassName
{
border-color: #EEA76E;
}
.TagClassName
{
border-color: #EEA76E;
}
</style>