Shades of Tacao #EEA872
Tints of Tacao #EEA872
RGB
CMYK
RGB Variations
Color information
#EEA872 (or 0xEEA872) is known color: Tacao. HEX triplet: EE, A8 and 72. RGB value is (238,168,114). Sum of RGB (Red+Green+Blue) = 238+168+114=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA872 is #11578D. Grayscale: #B7B7B7. Windows color (decimal): -1136526 or 7514350. OLE color: 7514350.
HSL color Cylindrical-coordinate representation of color #EEA872: hue angle of 26.13º 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 #EEA872 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 114 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.07 |
| HSL | 26.13º | 0.78% | 0.69% | - |
| HSV(B) | 26.13º | 0.52% | 0.93% | - |
| XYZ | 52.3 | 47.4 | 22.31 | - |
| YUV | 182.77 | 89.19 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 114 | 0 | 0.29 | 0.52 | 0.07 | 26.13 | 0.78 | 0.69 |
| Hex | EE | A8 | 72 | 0 | 1D | 34 | 7 | 1A | 4E | 45 |
| Octal | 356 | 250 | 162 | 0 | 35 | 64 | 7 | 32 | 116 | 105 |
| Binary | 11101110 | 10101000 | 1110010 | 0 | 11101 | 110100 | 111 | 11010 | 1001110 | 1000101 |
Color Harmonies of #EEA872
Complementary color
Monochromatic Colors of #EEA872
Black with #EEA872
Text Example
Text Example
White with #EEA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA872; }
p { color: rgb(238,168,114); }
H1.HeaderClassName
{
color: #EEA872;
}
.AnyTagClassName
{
color: #EEA872;
}
</style>
background-color css
<style>
a { background-color: #EEA872; }
a { background-color: rgb(238,168,114); }
div.DivClassName
{
background-color: #EEA872;
}
.BgClassName
{
background-color: #EEA872;
}
</style>
border-color css
<style>
span { border-color: #EEA872; }
span { border-color: rgb(238,168,114); }
td.TdClassName
{
border-color: #EEA872;
}
.TagClassName
{
border-color: #EEA872;
}
</style>