Shades of Tacao #EEA672
Tints of Tacao #EEA672
RGB
CMYK
RGB Variations
Color information
#EEA672 (or 0xEEA672) is known color: Tacao. HEX triplet: EE, A6 and 72. RGB value is (238,166,114). Sum of RGB (Red+Green+Blue) = 238+166+114=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA672 is #11598D. Grayscale: #B5B5B5. Windows color (decimal): -1137038 or 7513838. OLE color: 7513838.
HSL color Cylindrical-coordinate representation of color #EEA672: hue angle of 25.16º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEA672 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 114 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.07 |
| HSL | 25.16º | 0.78% | 0.69% | - |
| HSV(B) | 25.16º | 0.52% | 0.93% | - |
| XYZ | 51.93 | 46.66 | 22.19 | - |
| YUV | 181.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 114 | 0 | 0.30 | 0.52 | 0.07 | 25.16 | 0.78 | 0.69 |
| Hex | EE | A6 | 72 | 0 | 1E | 34 | 7 | 19 | 4E | 45 |
| Octal | 356 | 246 | 162 | 0 | 36 | 64 | 7 | 31 | 116 | 105 |
| Binary | 11101110 | 10100110 | 1110010 | 0 | 11110 | 110100 | 111 | 11001 | 1001110 | 1000101 |
Color Harmonies of #EEA672
Complementary color
Monochromatic Colors of #EEA672
Black with #EEA672
Text Example
Text Example
White with #EEA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA672; }
p { color: rgb(238,166,114); }
H1.HeaderClassName
{
color: #EEA672;
}
.AnyTagClassName
{
color: #EEA672;
}
</style>
background-color css
<style>
a { background-color: #EEA672; }
a { background-color: rgb(238,166,114); }
div.DivClassName
{
background-color: #EEA672;
}
.BgClassName
{
background-color: #EEA672;
}
</style>
border-color css
<style>
span { border-color: #EEA672; }
span { border-color: rgb(238,166,114); }
td.TdClassName
{
border-color: #EEA672;
}
.TagClassName
{
border-color: #EEA672;
}
</style>