Shades of Tacao #EEB276
Tints of Tacao #EEB276
RGB
CMYK
RGB Variations
Color information
#EEB276 (or 0xEEB276) is known color: Tacao. HEX triplet: EE, B2 and 76. RGB value is (238,178,118). Sum of RGB (Red+Green+Blue) = 238+178+118=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB276 is #114D89. Grayscale: #BDBDBD. Windows color (decimal): -1133962 or 7779054. OLE color: 7779054.
HSL color Cylindrical-coordinate representation of color #EEB276: hue angle of 30º 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 #EEB276 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 118 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.07 |
| HSL | 30º | 0.78% | 0.7% | - |
| HSV(B) | 30º | 0.5% | 0.93% | - |
| XYZ | 54.45 | 51.33 | 24.18 | - |
| YUV | 189.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 118 | 0 | 0.25 | 0.50 | 0.07 | 30 | 0.78 | 0.7 |
| Hex | EE | B2 | 76 | 0 | 19 | 32 | 7 | 1E | 4E | 46 |
| Octal | 356 | 262 | 166 | 0 | 31 | 62 | 7 | 36 | 116 | 106 |
| Binary | 11101110 | 10110010 | 1110110 | 0 | 11001 | 110010 | 111 | 11110 | 1001110 | 1000110 |
Color Harmonies of #EEB276
Complementary color
Monochromatic Colors of #EEB276
Black with #EEB276
Text Example
Text Example
White with #EEB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB276; }
p { color: rgb(238,178,118); }
H1.HeaderClassName
{
color: #EEB276;
}
.AnyTagClassName
{
color: #EEB276;
}
</style>
background-color css
<style>
a { background-color: #EEB276; }
a { background-color: rgb(238,178,118); }
div.DivClassName
{
background-color: #EEB276;
}
.BgClassName
{
background-color: #EEB276;
}
</style>
border-color css
<style>
span { border-color: #EEB276; }
span { border-color: rgb(238,178,118); }
td.TdClassName
{
border-color: #EEB276;
}
.TagClassName
{
border-color: #EEB276;
}
</style>