Shades of Tacao #EEA670
Tints of Tacao #EEA670
RGB
CMYK
RGB Variations
Color information
#EEA670 (or 0xEEA670) is known color: Tacao. HEX triplet: EE, A6 and 70. RGB value is (238,166,112). Sum of RGB (Red+Green+Blue) = 238+166+112=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA670 is #11598F. Grayscale: #B5B5B5. Windows color (decimal): -1137040 or 7382766. OLE color: 7382766.
HSL color Cylindrical-coordinate representation of color #EEA670: hue angle of 25.71º 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 #EEA670 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 112 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.07 |
| HSL | 25.71º | 0.79% | 0.69% | - |
| HSV(B) | 25.71º | 0.53% | 0.93% | - |
| XYZ | 51.82 | 46.62 | 21.6 | - |
| YUV | 181.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 112 | 0 | 0.30 | 0.53 | 0.07 | 25.71 | 0.79 | 0.69 |
| Hex | EE | A6 | 70 | 0 | 1E | 35 | 7 | 1A | 4F | 45 |
| Octal | 356 | 246 | 160 | 0 | 36 | 65 | 7 | 32 | 117 | 105 |
| Binary | 11101110 | 10100110 | 1110000 | 0 | 11110 | 110101 | 111 | 11010 | 1001111 | 1000101 |
Color Harmonies of #EEA670
Complementary color
Monochromatic Colors of #EEA670
Black with #EEA670
Text Example
Text Example
White with #EEA670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA670; }
p { color: rgb(238,166,112); }
H1.HeaderClassName
{
color: #EEA670;
}
.AnyTagClassName
{
color: #EEA670;
}
</style>
background-color css
<style>
a { background-color: #EEA670; }
a { background-color: rgb(238,166,112); }
div.DivClassName
{
background-color: #EEA670;
}
.BgClassName
{
background-color: #EEA670;
}
</style>
border-color css
<style>
span { border-color: #EEA670; }
span { border-color: rgb(238,166,112); }
td.TdClassName
{
border-color: #EEA670;
}
.TagClassName
{
border-color: #EEA670;
}
</style>