Shades of Tacao #EEB075
Tints of Tacao #EEB075
RGB
CMYK
RGB Variations
Color information
#EEB075 (or 0xEEB075) is known color: Tacao. HEX triplet: EE, B0 and 75. RGB value is (238,176,117). Sum of RGB (Red+Green+Blue) = 238+176+117=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB075 is #114F8A. Grayscale: #BCBCBC. Windows color (decimal): -1134475 or 7713006. OLE color: 7713006.
HSL color Cylindrical-coordinate representation of color #EEB075: hue angle of 29.26º 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 #EEB075 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 117 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.07 |
| HSL | 29.26º | 0.78% | 0.7% | - |
| HSV(B) | 29.26º | 0.51% | 0.93% | - |
| XYZ | 54 | 50.51 | 23.73 | - |
| YUV | 187.81 | 88.04 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 117 | 0 | 0.26 | 0.51 | 0.07 | 29.26 | 0.78 | 0.7 |
| Hex | EE | B0 | 75 | 0 | 1A | 33 | 7 | 1D | 4E | 46 |
| Octal | 356 | 260 | 165 | 0 | 32 | 63 | 7 | 35 | 116 | 106 |
| Binary | 11101110 | 10110000 | 1110101 | 0 | 11010 | 110011 | 111 | 11101 | 1001110 | 1000110 |
Color Harmonies of #EEB075
Complementary color
Monochromatic Colors of #EEB075
Black with #EEB075
Text Example
Text Example
White with #EEB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB075; }
p { color: rgb(238,176,117); }
H1.HeaderClassName
{
color: #EEB075;
}
.AnyTagClassName
{
color: #EEB075;
}
</style>
background-color css
<style>
a { background-color: #EEB075; }
a { background-color: rgb(238,176,117); }
div.DivClassName
{
background-color: #EEB075;
}
.BgClassName
{
background-color: #EEB075;
}
</style>
border-color css
<style>
span { border-color: #EEB075; }
span { border-color: rgb(238,176,117); }
td.TdClassName
{
border-color: #EEB075;
}
.TagClassName
{
border-color: #EEB075;
}
</style>