Shades of Tacao #EEB072
Tints of Tacao #EEB072
RGB
CMYK
RGB Variations
Color information
#EEB072 (or 0xEEB072) is known color: Tacao. HEX triplet: EE, B0 and 72. RGB value is (238,176,114). Sum of RGB (Red+Green+Blue) = 238+176+114=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB072 is #114F8D. Grayscale: #BBBBBB. Windows color (decimal): -1134478 or 7516398. OLE color: 7516398.
HSL color Cylindrical-coordinate representation of color #EEB072: hue angle of 30º 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 #EEB072 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 114 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.07 |
| HSL | 30º | 0.78% | 0.69% | - |
| HSV(B) | 30º | 0.52% | 0.93% | - |
| XYZ | 53.82 | 50.44 | 22.82 | - |
| YUV | 187.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 114 | 0 | 0.26 | 0.52 | 0.07 | 30 | 0.78 | 0.69 |
| Hex | EE | B0 | 72 | 0 | 1A | 34 | 7 | 1E | 4E | 45 |
| Octal | 356 | 260 | 162 | 0 | 32 | 64 | 7 | 36 | 116 | 105 |
| Binary | 11101110 | 10110000 | 1110010 | 0 | 11010 | 110100 | 111 | 11110 | 1001110 | 1000101 |
Color Harmonies of #EEB072
Complementary color
Monochromatic Colors of #EEB072
Black with #EEB072
Text Example
Text Example
White with #EEB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB072; }
p { color: rgb(238,176,114); }
H1.HeaderClassName
{
color: #EEB072;
}
.AnyTagClassName
{
color: #EEB072;
}
</style>
background-color css
<style>
a { background-color: #EEB072; }
a { background-color: rgb(238,176,114); }
div.DivClassName
{
background-color: #EEB072;
}
.BgClassName
{
background-color: #EEB072;
}
</style>
border-color css
<style>
span { border-color: #EEB072; }
span { border-color: rgb(238,176,114); }
td.TdClassName
{
border-color: #EEB072;
}
.TagClassName
{
border-color: #EEB072;
}
</style>