Shades of Tacao #EEA972
Tints of Tacao #EEA972
RGB
CMYK
RGB Variations
Color information
#EEA972 (or 0xEEA972) is known color: Tacao. HEX triplet: EE, A9 and 72. RGB value is (238,169,114). Sum of RGB (Red+Green+Blue) = 238+169+114=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA972 is #11568D. Grayscale: #B7B7B7. Windows color (decimal): -1136270 or 7514606. OLE color: 7514606.
HSL color Cylindrical-coordinate representation of color #EEA972: hue angle of 26.61º 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 #EEA972 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 114 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.07 |
| HSL | 26.61º | 0.78% | 0.69% | - |
| HSV(B) | 26.61º | 0.52% | 0.93% | - |
| XYZ | 52.49 | 47.77 | 22.37 | - |
| YUV | 183.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 114 | 0 | 0.29 | 0.52 | 0.07 | 26.61 | 0.78 | 0.69 |
| Hex | EE | A9 | 72 | 0 | 1D | 34 | 7 | 1B | 4E | 45 |
| Octal | 356 | 251 | 162 | 0 | 35 | 64 | 7 | 33 | 116 | 105 |
| Binary | 11101110 | 10101001 | 1110010 | 0 | 11101 | 110100 | 111 | 11011 | 1001110 | 1000101 |
Color Harmonies of #EEA972
Complementary color
Monochromatic Colors of #EEA972
Black with #EEA972
Text Example
Text Example
White with #EEA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA972; }
p { color: rgb(238,169,114); }
H1.HeaderClassName
{
color: #EEA972;
}
.AnyTagClassName
{
color: #EEA972;
}
</style>
background-color css
<style>
a { background-color: #EEA972; }
a { background-color: rgb(238,169,114); }
div.DivClassName
{
background-color: #EEA972;
}
.BgClassName
{
background-color: #EEA972;
}
</style>
border-color css
<style>
span { border-color: #EEA972; }
span { border-color: rgb(238,169,114); }
td.TdClassName
{
border-color: #EEA972;
}
.TagClassName
{
border-color: #EEA972;
}
</style>