Shades of Tacao #EEB082
Tints of Tacao #EEB082
RGB
CMYK
RGB Variations
Color information
#EEB082 (or 0xEEB082) is known color: Tacao. HEX triplet: EE, B0 and 82. RGB value is (238,176,130). Sum of RGB (Red+Green+Blue) = 238+176+130=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB082 is #114F7D. Grayscale: #BDBDBD. Windows color (decimal): -1134462 or 8564974. OLE color: 8564974.
HSL color Cylindrical-coordinate representation of color #EEB082: hue angle of 25.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEB082 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 130 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.07 |
| HSL | 25.56º | 0.76% | 0.72% | - |
| HSV(B) | 25.56º | 0.45% | 0.93% | - |
| XYZ | 54.81 | 50.84 | 28.04 | - |
| YUV | 189.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 130 | 0 | 0.26 | 0.45 | 0.07 | 25.56 | 0.76 | 0.72 |
| Hex | EE | B0 | 82 | 0 | 1A | 2D | 7 | 1A | 4C | 48 |
| Octal | 356 | 260 | 202 | 0 | 32 | 55 | 7 | 32 | 114 | 110 |
| Binary | 11101110 | 10110000 | 10000010 | 0 | 11010 | 101101 | 111 | 11010 | 1001100 | 1001000 |
Color Harmonies of #EEB082
Complementary color
Monochromatic Colors of #EEB082
Black with #EEB082
Text Example
Text Example
White with #EEB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB082; }
p { color: rgb(238,176,130); }
H1.HeaderClassName
{
color: #EEB082;
}
.AnyTagClassName
{
color: #EEB082;
}
</style>
background-color css
<style>
a { background-color: #EEB082; }
a { background-color: rgb(238,176,130); }
div.DivClassName
{
background-color: #EEB082;
}
.BgClassName
{
background-color: #EEB082;
}
</style>
border-color css
<style>
span { border-color: #EEB082; }
span { border-color: rgb(238,176,130); }
td.TdClassName
{
border-color: #EEB082;
}
.TagClassName
{
border-color: #EEB082;
}
</style>