Shades of Tacao #EEA472
Tints of Tacao #EEA472
RGB
CMYK
RGB Variations
Color information
#EEA472 (or 0xEEA472) is known color: Tacao. HEX triplet: EE, A4 and 72. RGB value is (238,164,114). Sum of RGB (Red+Green+Blue) = 238+164+114=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA472 is #115B8D. Grayscale: #B4B4B4. Windows color (decimal): -1137550 or 7513326. OLE color: 7513326.
HSL color Cylindrical-coordinate representation of color #EEA472: hue angle of 24.19º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEA472 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 114 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.07 |
| HSL | 24.19º | 0.78% | 0.69% | - |
| HSV(B) | 24.19º | 0.52% | 0.93% | - |
| XYZ | 51.57 | 45.94 | 22.07 | - |
| YUV | 180.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 114 | 0 | 0.31 | 0.52 | 0.07 | 24.19 | 0.78 | 0.69 |
| Hex | EE | A4 | 72 | 0 | 1F | 34 | 7 | 18 | 4E | 45 |
| Octal | 356 | 244 | 162 | 0 | 37 | 64 | 7 | 30 | 116 | 105 |
| Binary | 11101110 | 10100100 | 1110010 | 0 | 11111 | 110100 | 111 | 11000 | 1001110 | 1000101 |
Color Harmonies of #EEA472
Complementary color
Monochromatic Colors of #EEA472
Black with #EEA472
Text Example
Text Example
White with #EEA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA472; }
p { color: rgb(238,164,114); }
H1.HeaderClassName
{
color: #EEA472;
}
.AnyTagClassName
{
color: #EEA472;
}
</style>
background-color css
<style>
a { background-color: #EEA472; }
a { background-color: rgb(238,164,114); }
div.DivClassName
{
background-color: #EEA472;
}
.BgClassName
{
background-color: #EEA472;
}
</style>
border-color css
<style>
span { border-color: #EEA472; }
span { border-color: rgb(238,164,114); }
td.TdClassName
{
border-color: #EEA472;
}
.TagClassName
{
border-color: #EEA472;
}
</style>