Shades of Tacao #EEA978
Tints of Tacao #EEA978
RGB
CMYK
RGB Variations
Color information
#EEA978 (or 0xEEA978) is known color: Tacao. HEX triplet: EE, A9 and 78. RGB value is (238,169,120). Sum of RGB (Red+Green+Blue) = 238+169+120=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA978 is #115687. Grayscale: #B8B8B8. Windows color (decimal): -1136264 or 7907822. OLE color: 7907822.
HSL color Cylindrical-coordinate representation of color #EEA978: hue angle of 24.92º 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 #EEA978 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 120 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.07 |
| HSL | 24.92º | 0.78% | 0.7% | - |
| HSV(B) | 24.92º | 0.5% | 0.93% | - |
| XYZ | 52.84 | 47.91 | 24.23 | - |
| YUV | 184.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 120 | 0 | 0.29 | 0.50 | 0.07 | 24.92 | 0.78 | 0.7 |
| Hex | EE | A9 | 78 | 0 | 1D | 32 | 7 | 19 | 4E | 46 |
| Octal | 356 | 251 | 170 | 0 | 35 | 62 | 7 | 31 | 116 | 106 |
| Binary | 11101110 | 10101001 | 1111000 | 0 | 11101 | 110010 | 111 | 11001 | 1001110 | 1000110 |
Color Harmonies of #EEA978
Complementary color
Monochromatic Colors of #EEA978
Black with #EEA978
Text Example
Text Example
White with #EEA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA978; }
p { color: rgb(238,169,120); }
H1.HeaderClassName
{
color: #EEA978;
}
.AnyTagClassName
{
color: #EEA978;
}
</style>
background-color css
<style>
a { background-color: #EEA978; }
a { background-color: rgb(238,169,120); }
div.DivClassName
{
background-color: #EEA978;
}
.BgClassName
{
background-color: #EEA978;
}
</style>
border-color css
<style>
span { border-color: #EEA978; }
span { border-color: rgb(238,169,120); }
td.TdClassName
{
border-color: #EEA978;
}
.TagClassName
{
border-color: #EEA978;
}
</style>