Shades of Tacao #EEA976
Tints of Tacao #EEA976
RGB
CMYK
RGB Variations
Color information
#EEA976 (or 0xEEA976) is known color: Tacao. HEX triplet: EE, A9 and 76. RGB value is (238,169,118). Sum of RGB (Red+Green+Blue) = 238+169+118=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA976 is #115689. Grayscale: #B8B8B8. Windows color (decimal): -1136266 or 7776750. OLE color: 7776750.
HSL color Cylindrical-coordinate representation of color #EEA976: hue angle of 25.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 #EEA976 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 118 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.07 |
| HSL | 25.5º | 0.78% | 0.7% | - |
| HSV(B) | 25.5º | 0.5% | 0.93% | - |
| XYZ | 52.72 | 47.86 | 23.6 | - |
| YUV | 183.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 118 | 0 | 0.29 | 0.50 | 0.07 | 25.5 | 0.78 | 0.7 |
| Hex | EE | A9 | 76 | 0 | 1D | 32 | 7 | 1A | 4E | 46 |
| Octal | 356 | 251 | 166 | 0 | 35 | 62 | 7 | 32 | 116 | 106 |
| Binary | 11101110 | 10101001 | 1110110 | 0 | 11101 | 110010 | 111 | 11010 | 1001110 | 1000110 |
Color Harmonies of #EEA976
Complementary color
Monochromatic Colors of #EEA976
Black with #EEA976
Text Example
Text Example
White with #EEA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA976; }
p { color: rgb(238,169,118); }
H1.HeaderClassName
{
color: #EEA976;
}
.AnyTagClassName
{
color: #EEA976;
}
</style>
background-color css
<style>
a { background-color: #EEA976; }
a { background-color: rgb(238,169,118); }
div.DivClassName
{
background-color: #EEA976;
}
.BgClassName
{
background-color: #EEA976;
}
</style>
border-color css
<style>
span { border-color: #EEA976; }
span { border-color: rgb(238,169,118); }
td.TdClassName
{
border-color: #EEA976;
}
.TagClassName
{
border-color: #EEA976;
}
</style>