Shades of Tacao #EEA876
Tints of Tacao #EEA876
RGB
CMYK
RGB Variations
Color information
#EEA876 (or 0xEEA876) is known color: Tacao. HEX triplet: EE, A8 and 76. RGB value is (238,168,118). Sum of RGB (Red+Green+Blue) = 238+168+118=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA876 is #115789. Grayscale: #B7B7B7. Windows color (decimal): -1136522 or 7776494. OLE color: 7776494.
HSL color Cylindrical-coordinate representation of color #EEA876: hue angle of 25º 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 #EEA876 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 118 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.07 |
| HSL | 25º | 0.78% | 0.7% | - |
| HSV(B) | 25º | 0.5% | 0.93% | - |
| XYZ | 52.53 | 47.49 | 23.54 | - |
| YUV | 183.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 118 | 0 | 0.29 | 0.50 | 0.07 | 25 | 0.78 | 0.7 |
| Hex | EE | A8 | 76 | 0 | 1D | 32 | 7 | 19 | 4E | 46 |
| Octal | 356 | 250 | 166 | 0 | 35 | 62 | 7 | 31 | 116 | 106 |
| Binary | 11101110 | 10101000 | 1110110 | 0 | 11101 | 110010 | 111 | 11001 | 1001110 | 1000110 |
Color Harmonies of #EEA876
Complementary color
Monochromatic Colors of #EEA876
Black with #EEA876
Text Example
Text Example
White with #EEA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA876; }
p { color: rgb(238,168,118); }
H1.HeaderClassName
{
color: #EEA876;
}
.AnyTagClassName
{
color: #EEA876;
}
</style>
background-color css
<style>
a { background-color: #EEA876; }
a { background-color: rgb(238,168,118); }
div.DivClassName
{
background-color: #EEA876;
}
.BgClassName
{
background-color: #EEA876;
}
</style>
border-color css
<style>
span { border-color: #EEA876; }
span { border-color: rgb(238,168,118); }
td.TdClassName
{
border-color: #EEA876;
}
.TagClassName
{
border-color: #EEA876;
}
</style>