Shades of Tacao #EEA67E
Tints of Tacao #EEA67E
RGB
CMYK
RGB Variations
Color information
#EEA67E (or 0xEEA67E) is known color: Tacao. HEX triplet: EE, A6 and 7E. RGB value is (238,166,126). Sum of RGB (Red+Green+Blue) = 238+166+126=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA67E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA67E is #115981. Grayscale: #B7B7B7. Windows color (decimal): -1137026 or 8300270. OLE color: 8300270.
HSL color Cylindrical-coordinate representation of color #EEA67E: hue angle of 21.43º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEA67E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 126 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.07 |
| HSL | 21.43º | 0.77% | 0.71% | - |
| HSV(B) | 21.43º | 0.47% | 0.93% | - |
| XYZ | 52.66 | 46.96 | 26.03 | - |
| YUV | 182.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 126 | 0 | 0.30 | 0.47 | 0.07 | 21.43 | 0.77 | 0.71 |
| Hex | EE | A6 | 7E | 0 | 1E | 2F | 7 | 15 | 4D | 47 |
| Octal | 356 | 246 | 176 | 0 | 36 | 57 | 7 | 25 | 115 | 107 |
| Binary | 11101110 | 10100110 | 1111110 | 0 | 11110 | 101111 | 111 | 10101 | 1001101 | 1000111 |
Color Harmonies of #EEA67E
Complementary color
Monochromatic Colors of #EEA67E
Black with #EEA67E
Text Example
Text Example
White with #EEA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA67E; }
p { color: rgb(238,166,126); }
H1.HeaderClassName
{
color: #EEA67E;
}
.AnyTagClassName
{
color: #EEA67E;
}
</style>
background-color css
<style>
a { background-color: #EEA67E; }
a { background-color: rgb(238,166,126); }
div.DivClassName
{
background-color: #EEA67E;
}
.BgClassName
{
background-color: #EEA67E;
}
</style>
border-color css
<style>
span { border-color: #EEA67E; }
span { border-color: rgb(238,166,126); }
td.TdClassName
{
border-color: #EEA67E;
}
.TagClassName
{
border-color: #EEA67E;
}
</style>