Shades of Tacao #EEB080
Tints of Tacao #EEB080
RGB
CMYK
RGB Variations
Color information
#EEB080 (or 0xEEB080) is known color: Tacao. HEX triplet: EE, B0 and 80. RGB value is (238,176,128). Sum of RGB (Red+Green+Blue) = 238+176+128=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB080 is #114F7F. Grayscale: #BDBDBD. Windows color (decimal): -1134464 or 8433902. OLE color: 8433902.
HSL color Cylindrical-coordinate representation of color #EEB080: hue angle of 26.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEB080 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 128 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.07 |
| HSL | 26.18º | 0.76% | 0.72% | - |
| HSV(B) | 26.18º | 0.46% | 0.93% | - |
| XYZ | 54.68 | 50.79 | 27.34 | - |
| YUV | 189.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 128 | 0 | 0.26 | 0.46 | 0.07 | 26.18 | 0.76 | 0.72 |
| Hex | EE | B0 | 80 | 0 | 1A | 2E | 7 | 1A | 4C | 48 |
| Octal | 356 | 260 | 200 | 0 | 32 | 56 | 7 | 32 | 114 | 110 |
| Binary | 11101110 | 10110000 | 10000000 | 0 | 11010 | 101110 | 111 | 11010 | 1001100 | 1001000 |
Color Harmonies of #EEB080
Complementary color
Monochromatic Colors of #EEB080
Black with #EEB080
Text Example
Text Example
White with #EEB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB080; }
p { color: rgb(238,176,128); }
H1.HeaderClassName
{
color: #EEB080;
}
.AnyTagClassName
{
color: #EEB080;
}
</style>
background-color css
<style>
a { background-color: #EEB080; }
a { background-color: rgb(238,176,128); }
div.DivClassName
{
background-color: #EEB080;
}
.BgClassName
{
background-color: #EEB080;
}
</style>
border-color css
<style>
span { border-color: #EEB080; }
span { border-color: rgb(238,176,128); }
td.TdClassName
{
border-color: #EEB080;
}
.TagClassName
{
border-color: #EEB080;
}
</style>