Shades of Tacao #EEA982
Tints of Tacao #EEA982
RGB
CMYK
RGB Variations
Color information
#EEA982 (or 0xEEA982) is known color: Tacao. HEX triplet: EE, A9 and 82. RGB value is (238,169,130). Sum of RGB (Red+Green+Blue) = 238+169+130=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA982 is #11567D. Grayscale: #B9B9B9. Windows color (decimal): -1136254 or 8563182. OLE color: 8563182.
HSL color Cylindrical-coordinate representation of color #EEA982: hue angle of 21.67º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEA982 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 130 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.07 |
| HSL | 21.67º | 0.76% | 0.72% | - |
| HSV(B) | 21.67º | 0.45% | 0.93% | - |
| XYZ | 53.48 | 48.16 | 27.6 | - |
| YUV | 185.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 130 | 0 | 0.29 | 0.45 | 0.07 | 21.67 | 0.76 | 0.72 |
| Hex | EE | A9 | 82 | 0 | 1D | 2D | 7 | 16 | 4C | 48 |
| Octal | 356 | 251 | 202 | 0 | 35 | 55 | 7 | 26 | 114 | 110 |
| Binary | 11101110 | 10101001 | 10000010 | 0 | 11101 | 101101 | 111 | 10110 | 1001100 | 1001000 |
Color Harmonies of #EEA982
Complementary color
Monochromatic Colors of #EEA982
Black with #EEA982
Text Example
Text Example
White with #EEA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA982; }
p { color: rgb(238,169,130); }
H1.HeaderClassName
{
color: #EEA982;
}
.AnyTagClassName
{
color: #EEA982;
}
</style>
background-color css
<style>
a { background-color: #EEA982; }
a { background-color: rgb(238,169,130); }
div.DivClassName
{
background-color: #EEA982;
}
.BgClassName
{
background-color: #EEA982;
}
</style>
border-color css
<style>
span { border-color: #EEA982; }
span { border-color: rgb(238,169,130); }
td.TdClassName
{
border-color: #EEA982;
}
.TagClassName
{
border-color: #EEA982;
}
</style>