Shades of Tacao #EEA574
Tints of Tacao #EEA574
RGB
CMYK
RGB Variations
Color information
#EEA574 (or 0xEEA574) is known color: Tacao. HEX triplet: EE, A5 and 74. RGB value is (238,165,116). Sum of RGB (Red+Green+Blue) = 238+165+116=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA574 is #115A8B. Grayscale: #B5B5B5. Windows color (decimal): -1137292 or 7644654. OLE color: 7644654.
HSL color Cylindrical-coordinate representation of color #EEA574: hue angle of 24.1º 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 #EEA574 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 116 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.07 |
| HSL | 24.1º | 0.78% | 0.69% | - |
| HSV(B) | 24.1º | 0.51% | 0.93% | - |
| XYZ | 51.87 | 46.35 | 22.74 | - |
| YUV | 181.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 116 | 0 | 0.31 | 0.51 | 0.07 | 24.1 | 0.78 | 0.69 |
| Hex | EE | A5 | 74 | 0 | 1F | 33 | 7 | 18 | 4E | 45 |
| Octal | 356 | 245 | 164 | 0 | 37 | 63 | 7 | 30 | 116 | 105 |
| Binary | 11101110 | 10100101 | 1110100 | 0 | 11111 | 110011 | 111 | 11000 | 1001110 | 1000101 |
Color Harmonies of #EEA574
Complementary color
Monochromatic Colors of #EEA574
Black with #EEA574
Text Example
Text Example
White with #EEA574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA574; }
p { color: rgb(238,165,116); }
H1.HeaderClassName
{
color: #EEA574;
}
.AnyTagClassName
{
color: #EEA574;
}
</style>
background-color css
<style>
a { background-color: #EEA574; }
a { background-color: rgb(238,165,116); }
div.DivClassName
{
background-color: #EEA574;
}
.BgClassName
{
background-color: #EEA574;
}
</style>
border-color css
<style>
span { border-color: #EEA574; }
span { border-color: rgb(238,165,116); }
td.TdClassName
{
border-color: #EEA574;
}
.TagClassName
{
border-color: #EEA574;
}
</style>