Shades of Tacao #EEA780
Tints of Tacao #EEA780
RGB
CMYK
RGB Variations
Color information
#EEA780 (or 0xEEA780) is known color: Tacao. HEX triplet: EE, A7 and 80. RGB value is (238,167,128). Sum of RGB (Red+Green+Blue) = 238+167+128=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA780 is #11587F. Grayscale: #B8B8B8. Windows color (decimal): -1136768 or 8431598. OLE color: 8431598.
HSL color Cylindrical-coordinate representation of color #EEA780: hue angle of 21.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEA780 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 128 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.07 |
| HSL | 21.27º | 0.76% | 0.72% | - |
| HSV(B) | 21.27º | 0.46% | 0.93% | - |
| XYZ | 52.97 | 47.37 | 26.77 | - |
| YUV | 183.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 128 | 0 | 0.30 | 0.46 | 0.07 | 21.27 | 0.76 | 0.72 |
| Hex | EE | A7 | 80 | 0 | 1E | 2E | 7 | 15 | 4C | 48 |
| Octal | 356 | 247 | 200 | 0 | 36 | 56 | 7 | 25 | 114 | 110 |
| Binary | 11101110 | 10100111 | 10000000 | 0 | 11110 | 101110 | 111 | 10101 | 1001100 | 1001000 |
Color Harmonies of #EEA780
Complementary color
Monochromatic Colors of #EEA780
Black with #EEA780
Text Example
Text Example
White with #EEA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA780; }
p { color: rgb(238,167,128); }
H1.HeaderClassName
{
color: #EEA780;
}
.AnyTagClassName
{
color: #EEA780;
}
</style>
background-color css
<style>
a { background-color: #EEA780; }
a { background-color: rgb(238,167,128); }
div.DivClassName
{
background-color: #EEA780;
}
.BgClassName
{
background-color: #EEA780;
}
</style>
border-color css
<style>
span { border-color: #EEA780; }
span { border-color: rgb(238,167,128); }
td.TdClassName
{
border-color: #EEA780;
}
.TagClassName
{
border-color: #EEA780;
}
</style>