Shades of Tacao #EEA474
Tints of Tacao #EEA474
RGB
CMYK
RGB Variations
Color information
#EEA474 (or 0xEEA474) is known color: Tacao. HEX triplet: EE, A4 and 74. RGB value is (238,164,116). Sum of RGB (Red+Green+Blue) = 238+164+116=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA474 is #115B8B. Grayscale: #B4B4B4. Windows color (decimal): -1137548 or 7644398. OLE color: 7644398.
HSL color Cylindrical-coordinate representation of color #EEA474: hue angle of 23.61º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEA474 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 116 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.07 |
| HSL | 23.61º | 0.78% | 0.69% | - |
| HSV(B) | 23.61º | 0.51% | 0.93% | - |
| XYZ | 51.69 | 45.99 | 22.68 | - |
| YUV | 180.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 116 | 0 | 0.31 | 0.51 | 0.07 | 23.61 | 0.78 | 0.69 |
| Hex | EE | A4 | 74 | 0 | 1F | 33 | 7 | 18 | 4E | 45 |
| Octal | 356 | 244 | 164 | 0 | 37 | 63 | 7 | 30 | 116 | 105 |
| Binary | 11101110 | 10100100 | 1110100 | 0 | 11111 | 110011 | 111 | 11000 | 1001110 | 1000101 |
Color Harmonies of #EEA474
Complementary color
Monochromatic Colors of #EEA474
Black with #EEA474
Text Example
Text Example
White with #EEA474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA474; }
p { color: rgb(238,164,116); }
H1.HeaderClassName
{
color: #EEA474;
}
.AnyTagClassName
{
color: #EEA474;
}
</style>
background-color css
<style>
a { background-color: #EEA474; }
a { background-color: rgb(238,164,116); }
div.DivClassName
{
background-color: #EEA474;
}
.BgClassName
{
background-color: #EEA474;
}
</style>
border-color css
<style>
span { border-color: #EEA474; }
span { border-color: rgb(238,164,116); }
td.TdClassName
{
border-color: #EEA474;
}
.TagClassName
{
border-color: #EEA474;
}
</style>