Shades of Tacao #EEA576
Tints of Tacao #EEA576
RGB
CMYK
RGB Variations
Color information
#EEA576 (or 0xEEA576) is known color: Tacao. HEX triplet: EE, A5 and 76. RGB value is (238,165,118). Sum of RGB (Red+Green+Blue) = 238+165+118=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA576 is #115A89. Grayscale: #B5B5B5. Windows color (decimal): -1137290 or 7775726. OLE color: 7775726.
HSL color Cylindrical-coordinate representation of color #EEA576: hue angle of 23.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEA576 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 118 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.07 |
| HSL | 23.5º | 0.78% | 0.7% | - |
| HSV(B) | 23.5º | 0.5% | 0.93% | - |
| XYZ | 51.99 | 46.4 | 23.35 | - |
| YUV | 181.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 118 | 0 | 0.31 | 0.50 | 0.07 | 23.5 | 0.78 | 0.7 |
| Hex | EE | A5 | 76 | 0 | 1F | 32 | 7 | 18 | 4E | 46 |
| Octal | 356 | 245 | 166 | 0 | 37 | 62 | 7 | 30 | 116 | 106 |
| Binary | 11101110 | 10100101 | 1110110 | 0 | 11111 | 110010 | 111 | 11000 | 1001110 | 1000110 |
Color Harmonies of #EEA576
Complementary color
Monochromatic Colors of #EEA576
Black with #EEA576
Text Example
Text Example
White with #EEA576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA576; }
p { color: rgb(238,165,118); }
H1.HeaderClassName
{
color: #EEA576;
}
.AnyTagClassName
{
color: #EEA576;
}
</style>
background-color css
<style>
a { background-color: #EEA576; }
a { background-color: rgb(238,165,118); }
div.DivClassName
{
background-color: #EEA576;
}
.BgClassName
{
background-color: #EEA576;
}
</style>
border-color css
<style>
span { border-color: #EEA576; }
span { border-color: rgb(238,165,118); }
td.TdClassName
{
border-color: #EEA576;
}
.TagClassName
{
border-color: #EEA576;
}
</style>