Shades of Tacao #EEA470
Tints of Tacao #EEA470
RGB
CMYK
RGB Variations
Color information
#EEA470 (or 0xEEA470) is known color: Tacao. HEX triplet: EE, A4 and 70. RGB value is (238,164,112). Sum of RGB (Red+Green+Blue) = 238+164+112=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA470 is #115B8F. Grayscale: #B4B4B4. Windows color (decimal): -1137552 or 7382254. OLE color: 7382254.
HSL color Cylindrical-coordinate representation of color #EEA470: hue angle of 24.76º 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 #EEA470 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 112 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.07 |
| HSL | 24.76º | 0.79% | 0.69% | - |
| HSV(B) | 24.76º | 0.53% | 0.93% | - |
| XYZ | 51.46 | 45.9 | 21.48 | - |
| YUV | 180.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 112 | 0 | 0.31 | 0.53 | 0.07 | 24.76 | 0.79 | 0.69 |
| Hex | EE | A4 | 70 | 0 | 1F | 35 | 7 | 19 | 4F | 45 |
| Octal | 356 | 244 | 160 | 0 | 37 | 65 | 7 | 31 | 117 | 105 |
| Binary | 11101110 | 10100100 | 1110000 | 0 | 11111 | 110101 | 111 | 11001 | 1001111 | 1000101 |
Color Harmonies of #EEA470
Complementary color
Monochromatic Colors of #EEA470
Black with #EEA470
Text Example
Text Example
White with #EEA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA470; }
p { color: rgb(238,164,112); }
H1.HeaderClassName
{
color: #EEA470;
}
.AnyTagClassName
{
color: #EEA470;
}
</style>
background-color css
<style>
a { background-color: #EEA470; }
a { background-color: rgb(238,164,112); }
div.DivClassName
{
background-color: #EEA470;
}
.BgClassName
{
background-color: #EEA470;
}
</style>
border-color css
<style>
span { border-color: #EEA470; }
span { border-color: rgb(238,164,112); }
td.TdClassName
{
border-color: #EEA470;
}
.TagClassName
{
border-color: #EEA470;
}
</style>