Shades of Tacao #EEA774
Tints of Tacao #EEA774
RGB
CMYK
RGB Variations
Color information
#EEA774 (or 0xEEA774) is known color: Tacao. HEX triplet: EE, A7 and 74. RGB value is (238,167,116). Sum of RGB (Red+Green+Blue) = 238+167+116=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA774 is #11588B. Grayscale: #B6B6B6. Windows color (decimal): -1136780 or 7645166. OLE color: 7645166.
HSL color Cylindrical-coordinate representation of color #EEA774: hue angle of 25.08º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEA774 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 116 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.07 |
| HSL | 25.08º | 0.78% | 0.69% | - |
| HSV(B) | 25.08º | 0.51% | 0.93% | - |
| XYZ | 52.23 | 47.08 | 22.86 | - |
| YUV | 182.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 116 | 0 | 0.30 | 0.51 | 0.07 | 25.08 | 0.78 | 0.69 |
| Hex | EE | A7 | 74 | 0 | 1E | 33 | 7 | 19 | 4E | 45 |
| Octal | 356 | 247 | 164 | 0 | 36 | 63 | 7 | 31 | 116 | 105 |
| Binary | 11101110 | 10100111 | 1110100 | 0 | 11110 | 110011 | 111 | 11001 | 1001110 | 1000101 |
Color Harmonies of #EEA774
Complementary color
Monochromatic Colors of #EEA774
Black with #EEA774
Text Example
Text Example
White with #EEA774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA774; }
p { color: rgb(238,167,116); }
H1.HeaderClassName
{
color: #EEA774;
}
.AnyTagClassName
{
color: #EEA774;
}
</style>
background-color css
<style>
a { background-color: #EEA774; }
a { background-color: rgb(238,167,116); }
div.DivClassName
{
background-color: #EEA774;
}
.BgClassName
{
background-color: #EEA774;
}
</style>
border-color css
<style>
span { border-color: #EEA774; }
span { border-color: rgb(238,167,116); }
td.TdClassName
{
border-color: #EEA774;
}
.TagClassName
{
border-color: #EEA774;
}
</style>