Shades of Tacao #EEA770
Tints of Tacao #EEA770
RGB
CMYK
RGB Variations
Color information
#EEA770 (or 0xEEA770) is known color: Tacao. HEX triplet: EE, A7 and 70. RGB value is (238,167,112). Sum of RGB (Red+Green+Blue) = 238+167+112=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA770 is #11588F. Grayscale: #B6B6B6. Windows color (decimal): -1136784 or 7383022. OLE color: 7383022.
HSL color Cylindrical-coordinate representation of color #EEA770: hue angle of 26.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEA770 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 112 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.07 |
| HSL | 26.19º | 0.79% | 0.69% | - |
| HSV(B) | 26.19º | 0.53% | 0.93% | - |
| XYZ | 52 | 46.98 | 21.66 | - |
| YUV | 181.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 112 | 0 | 0.30 | 0.53 | 0.07 | 26.19 | 0.79 | 0.69 |
| Hex | EE | A7 | 70 | 0 | 1E | 35 | 7 | 1A | 4F | 45 |
| Octal | 356 | 247 | 160 | 0 | 36 | 65 | 7 | 32 | 117 | 105 |
| Binary | 11101110 | 10100111 | 1110000 | 0 | 11110 | 110101 | 111 | 11010 | 1001111 | 1000101 |
Color Harmonies of #EEA770
Complementary color
Monochromatic Colors of #EEA770
Black with #EEA770
Text Example
Text Example
White with #EEA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA770; }
p { color: rgb(238,167,112); }
H1.HeaderClassName
{
color: #EEA770;
}
.AnyTagClassName
{
color: #EEA770;
}
</style>
background-color css
<style>
a { background-color: #EEA770; }
a { background-color: rgb(238,167,112); }
div.DivClassName
{
background-color: #EEA770;
}
.BgClassName
{
background-color: #EEA770;
}
</style>
border-color css
<style>
span { border-color: #EEA770; }
span { border-color: rgb(238,167,112); }
td.TdClassName
{
border-color: #EEA770;
}
.TagClassName
{
border-color: #EEA770;
}
</style>