Shades of Tacao #EEA476
Tints of Tacao #EEA476
RGB
CMYK
RGB Variations
Color information
#EEA476 (or 0xEEA476) is known color: Tacao. HEX triplet: EE, A4 and 76. RGB value is (238,164,118). Sum of RGB (Red+Green+Blue) = 238+164+118=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA476 is #115B89. Grayscale: #B5B5B5. Windows color (decimal): -1137546 or 7775470. OLE color: 7775470.
HSL color Cylindrical-coordinate representation of color #EEA476: hue angle of 23º 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 #EEA476 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 118 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.07 |
| HSL | 23º | 0.78% | 0.7% | - |
| HSV(B) | 23º | 0.5% | 0.93% | - |
| XYZ | 51.81 | 46.04 | 23.29 | - |
| YUV | 180.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 118 | 0 | 0.31 | 0.50 | 0.07 | 23 | 0.78 | 0.7 |
| Hex | EE | A4 | 76 | 0 | 1F | 32 | 7 | 17 | 4E | 46 |
| Octal | 356 | 244 | 166 | 0 | 37 | 62 | 7 | 27 | 116 | 106 |
| Binary | 11101110 | 10100100 | 1110110 | 0 | 11111 | 110010 | 111 | 10111 | 1001110 | 1000110 |
Color Harmonies of #EEA476
Complementary color
Monochromatic Colors of #EEA476
Black with #EEA476
Text Example
Text Example
White with #EEA476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA476; }
p { color: rgb(238,164,118); }
H1.HeaderClassName
{
color: #EEA476;
}
.AnyTagClassName
{
color: #EEA476;
}
</style>
background-color css
<style>
a { background-color: #EEA476; }
a { background-color: rgb(238,164,118); }
div.DivClassName
{
background-color: #EEA476;
}
.BgClassName
{
background-color: #EEA476;
}
</style>
border-color css
<style>
span { border-color: #EEA476; }
span { border-color: rgb(238,164,118); }
td.TdClassName
{
border-color: #EEA476;
}
.TagClassName
{
border-color: #EEA476;
}
</style>