Shades of Tacao #EEA375
Tints of Tacao #EEA375
RGB
CMYK
RGB Variations
Color information
#EEA375 (or 0xEEA375) is known color: Tacao. HEX triplet: EE, A3 and 75. RGB value is (238,163,117). Sum of RGB (Red+Green+Blue) = 238+163+117=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA375 is #115C8A. Grayscale: #B4B4B4. Windows color (decimal): -1137803 or 7709678. OLE color: 7709678.
HSL color Cylindrical-coordinate representation of color #EEA375: hue angle of 22.81º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEA375 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 117 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.07 |
| HSL | 22.81º | 0.78% | 0.7% | - |
| HSV(B) | 22.81º | 0.51% | 0.93% | - |
| XYZ | 51.57 | 45.66 | 22.92 | - |
| YUV | 180.18 | 92.35 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 117 | 0 | 0.32 | 0.51 | 0.07 | 22.81 | 0.78 | 0.7 |
| Hex | EE | A3 | 75 | 0 | 20 | 33 | 7 | 17 | 4E | 46 |
| Octal | 356 | 243 | 165 | 0 | 40 | 63 | 7 | 27 | 116 | 106 |
| Binary | 11101110 | 10100011 | 1110101 | 0 | 100000 | 110011 | 111 | 10111 | 1001110 | 1000110 |
Color Harmonies of #EEA375
Complementary color
Monochromatic Colors of #EEA375
Black with #EEA375
Text Example
Text Example
White with #EEA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA375; }
p { color: rgb(238,163,117); }
H1.HeaderClassName
{
color: #EEA375;
}
.AnyTagClassName
{
color: #EEA375;
}
</style>
background-color css
<style>
a { background-color: #EEA375; }
a { background-color: rgb(238,163,117); }
div.DivClassName
{
background-color: #EEA375;
}
.BgClassName
{
background-color: #EEA375;
}
</style>
border-color css
<style>
span { border-color: #EEA375; }
span { border-color: rgb(238,163,117); }
td.TdClassName
{
border-color: #EEA375;
}
.TagClassName
{
border-color: #EEA375;
}
</style>