Shades of Tacao #EEA975
Tints of Tacao #EEA975
RGB
CMYK
RGB Variations
Color information
#EEA975 (or 0xEEA975) is known color: Tacao. HEX triplet: EE, A9 and 75. RGB value is (238,169,117). Sum of RGB (Red+Green+Blue) = 238+169+117=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA975 is #11568A. Grayscale: #B7B7B7. Windows color (decimal): -1136267 or 7711214. OLE color: 7711214.
HSL color Cylindrical-coordinate representation of color #EEA975: hue angle of 25.79º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEA975 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 117 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.07 |
| HSL | 25.79º | 0.78% | 0.7% | - |
| HSV(B) | 25.79º | 0.51% | 0.93% | - |
| XYZ | 52.66 | 47.84 | 23.29 | - |
| YUV | 183.7 | 90.36 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 117 | 0 | 0.29 | 0.51 | 0.07 | 25.79 | 0.78 | 0.7 |
| Hex | EE | A9 | 75 | 0 | 1D | 33 | 7 | 1A | 4E | 46 |
| Octal | 356 | 251 | 165 | 0 | 35 | 63 | 7 | 32 | 116 | 106 |
| Binary | 11101110 | 10101001 | 1110101 | 0 | 11101 | 110011 | 111 | 11010 | 1001110 | 1000110 |
Color Harmonies of #EEA975
Complementary color
Monochromatic Colors of #EEA975
Black with #EEA975
Text Example
Text Example
White with #EEA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA975; }
p { color: rgb(238,169,117); }
H1.HeaderClassName
{
color: #EEA975;
}
.AnyTagClassName
{
color: #EEA975;
}
</style>
background-color css
<style>
a { background-color: #EEA975; }
a { background-color: rgb(238,169,117); }
div.DivClassName
{
background-color: #EEA975;
}
.BgClassName
{
background-color: #EEA975;
}
</style>
border-color css
<style>
span { border-color: #EEA975; }
span { border-color: rgb(238,169,117); }
td.TdClassName
{
border-color: #EEA975;
}
.TagClassName
{
border-color: #EEA975;
}
</style>