Shades of Tacao #EEA471
Tints of Tacao #EEA471
RGB
CMYK
RGB Variations
Color information
#EEA471 (or 0xEEA471) is known color: Tacao. HEX triplet: EE, A4 and 71. RGB value is (238,164,113). Sum of RGB (Red+Green+Blue) = 238+164+113=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA471 is #115B8E. Grayscale: #B4B4B4. Windows color (decimal): -1137551 or 7447790. OLE color: 7447790.
HSL color Cylindrical-coordinate representation of color #EEA471: hue angle of 24.48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEA471 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 113 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.07 |
| HSL | 24.48º | 0.79% | 0.69% | - |
| HSV(B) | 24.48º | 0.53% | 0.93% | - |
| XYZ | 51.52 | 45.92 | 21.77 | - |
| YUV | 180.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 113 | 0 | 0.31 | 0.53 | 0.07 | 24.48 | 0.79 | 0.69 |
| Hex | EE | A4 | 71 | 0 | 1F | 35 | 7 | 18 | 4F | 45 |
| Octal | 356 | 244 | 161 | 0 | 37 | 65 | 7 | 30 | 117 | 105 |
| Binary | 11101110 | 10100100 | 1110001 | 0 | 11111 | 110101 | 111 | 11000 | 1001111 | 1000101 |
Color Harmonies of #EEA471
Complementary color
Monochromatic Colors of #EEA471
Black with #EEA471
Text Example
Text Example
White with #EEA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA471; }
p { color: rgb(238,164,113); }
H1.HeaderClassName
{
color: #EEA471;
}
.AnyTagClassName
{
color: #EEA471;
}
</style>
background-color css
<style>
a { background-color: #EEA471; }
a { background-color: rgb(238,164,113); }
div.DivClassName
{
background-color: #EEA471;
}
.BgClassName
{
background-color: #EEA471;
}
</style>
border-color css
<style>
span { border-color: #EEA471; }
span { border-color: rgb(238,164,113); }
td.TdClassName
{
border-color: #EEA471;
}
.TagClassName
{
border-color: #EEA471;
}
</style>