Shades of Tacao #EEA67C
Tints of Tacao #EEA67C
RGB
CMYK
RGB Variations
Color information
#EEA67C (or 0xEEA67C) is known color: Tacao. HEX triplet: EE, A6 and 7C. RGB value is (238,166,124). Sum of RGB (Red+Green+Blue) = 238+166+124=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA67C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA67C is #115983. Grayscale: #B6B6B6. Windows color (decimal): -1137028 or 8169198. OLE color: 8169198.
HSL color Cylindrical-coordinate representation of color #EEA67C: hue angle of 22.11º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEA67C is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 124 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.07 |
| HSL | 22.11º | 0.77% | 0.71% | - |
| HSV(B) | 22.11º | 0.48% | 0.93% | - |
| XYZ | 52.53 | 46.9 | 25.35 | - |
| YUV | 182.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 124 | 0 | 0.30 | 0.48 | 0.07 | 22.11 | 0.77 | 0.71 |
| Hex | EE | A6 | 7C | 0 | 1E | 30 | 7 | 16 | 4D | 47 |
| Octal | 356 | 246 | 174 | 0 | 36 | 60 | 7 | 26 | 115 | 107 |
| Binary | 11101110 | 10100110 | 1111100 | 0 | 11110 | 110000 | 111 | 10110 | 1001101 | 1000111 |
Color Harmonies of #EEA67C
Complementary color
Monochromatic Colors of #EEA67C
Black with #EEA67C
Text Example
Text Example
White with #EEA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA67C; }
p { color: rgb(238,166,124); }
H1.HeaderClassName
{
color: #EEA67C;
}
.AnyTagClassName
{
color: #EEA67C;
}
</style>
background-color css
<style>
a { background-color: #EEA67C; }
a { background-color: rgb(238,166,124); }
div.DivClassName
{
background-color: #EEA67C;
}
.BgClassName
{
background-color: #EEA67C;
}
</style>
border-color css
<style>
span { border-color: #EEA67C; }
span { border-color: rgb(238,166,124); }
td.TdClassName
{
border-color: #EEA67C;
}
.TagClassName
{
border-color: #EEA67C;
}
</style>