Shades of Tacao #EEA377
Tints of Tacao #EEA377
RGB
CMYK
RGB Variations
Color information
#EEA377 (or 0xEEA377) is known color: Tacao. HEX triplet: EE, A3 and 77. RGB value is (238,163,119). Sum of RGB (Red+Green+Blue) = 238+163+119=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA377 is #115C88. Grayscale: #B4B4B4. Windows color (decimal): -1137801 or 7840750. OLE color: 7840750.
HSL color Cylindrical-coordinate representation of color #EEA377: hue angle of 22.18º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEA377 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 119 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.07 |
| HSL | 22.18º | 0.78% | 0.7% | - |
| HSV(B) | 22.18º | 0.5% | 0.93% | - |
| XYZ | 51.69 | 45.7 | 23.55 | - |
| YUV | 180.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 119 | 0 | 0.32 | 0.50 | 0.07 | 22.18 | 0.78 | 0.7 |
| Hex | EE | A3 | 77 | 0 | 20 | 32 | 7 | 16 | 4E | 46 |
| Octal | 356 | 243 | 167 | 0 | 40 | 62 | 7 | 26 | 116 | 106 |
| Binary | 11101110 | 10100011 | 1110111 | 0 | 100000 | 110010 | 111 | 10110 | 1001110 | 1000110 |
Color Harmonies of #EEA377
Complementary color
Monochromatic Colors of #EEA377
Black with #EEA377
Text Example
Text Example
White with #EEA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA377; }
p { color: rgb(238,163,119); }
H1.HeaderClassName
{
color: #EEA377;
}
.AnyTagClassName
{
color: #EEA377;
}
</style>
background-color css
<style>
a { background-color: #EEA377; }
a { background-color: rgb(238,163,119); }
div.DivClassName
{
background-color: #EEA377;
}
.BgClassName
{
background-color: #EEA377;
}
</style>
border-color css
<style>
span { border-color: #EEA377; }
span { border-color: rgb(238,163,119); }
td.TdClassName
{
border-color: #EEA377;
}
.TagClassName
{
border-color: #EEA377;
}
</style>