Shades of Tacao #EEB376
Tints of Tacao #EEB376
RGB
CMYK
RGB Variations
Color information
#EEB376 (or 0xEEB376) is known color: Tacao. HEX triplet: EE, B3 and 76. RGB value is (238,179,118). Sum of RGB (Red+Green+Blue) = 238+179+118=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB376 is #114C89. Grayscale: #BDBDBD. Windows color (decimal): -1133706 or 7779310. OLE color: 7779310.
HSL color Cylindrical-coordinate representation of color #EEB376: hue angle of 30.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEB376 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 118 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.07 |
| HSL | 30.5º | 0.78% | 0.7% | - |
| HSV(B) | 30.5º | 0.5% | 0.93% | - |
| XYZ | 54.65 | 51.73 | 24.24 | - |
| YUV | 189.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 118 | 0 | 0.25 | 0.50 | 0.07 | 30.5 | 0.78 | 0.7 |
| Hex | EE | B3 | 76 | 0 | 19 | 32 | 7 | 1E | 4E | 46 |
| Octal | 356 | 263 | 166 | 0 | 31 | 62 | 7 | 36 | 116 | 106 |
| Binary | 11101110 | 10110011 | 1110110 | 0 | 11001 | 110010 | 111 | 11110 | 1001110 | 1000110 |
Color Harmonies of #EEB376
Complementary color
Monochromatic Colors of #EEB376
Black with #EEB376
Text Example
Text Example
White with #EEB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB376; }
p { color: rgb(238,179,118); }
H1.HeaderClassName
{
color: #EEB376;
}
.AnyTagClassName
{
color: #EEB376;
}
</style>
background-color css
<style>
a { background-color: #EEB376; }
a { background-color: rgb(238,179,118); }
div.DivClassName
{
background-color: #EEB376;
}
.BgClassName
{
background-color: #EEB376;
}
</style>
border-color css
<style>
span { border-color: #EEB376; }
span { border-color: rgb(238,179,118); }
td.TdClassName
{
border-color: #EEB376;
}
.TagClassName
{
border-color: #EEB376;
}
</style>