Shades of Tacao #EEB180
Tints of Tacao #EEB180
RGB
CMYK
RGB Variations
Color information
#EEB180 (or 0xEEB180) is known color: Tacao. HEX triplet: EE, B1 and 80. RGB value is (238,177,128). Sum of RGB (Red+Green+Blue) = 238+177+128=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB180 is #114E7F. Grayscale: #BDBDBD. Windows color (decimal): -1134208 or 8434158. OLE color: 8434158.
HSL color Cylindrical-coordinate representation of color #EEB180: hue angle of 26.73º 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 #EEB180 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 128 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.07 |
| HSL | 26.73º | 0.76% | 0.72% | - |
| HSV(B) | 26.73º | 0.46% | 0.93% | - |
| XYZ | 54.88 | 51.18 | 27.41 | - |
| YUV | 189.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 128 | 0 | 0.26 | 0.46 | 0.07 | 26.73 | 0.76 | 0.72 |
| Hex | EE | B1 | 80 | 0 | 1A | 2E | 7 | 1B | 4C | 48 |
| Octal | 356 | 261 | 200 | 0 | 32 | 56 | 7 | 33 | 114 | 110 |
| Binary | 11101110 | 10110001 | 10000000 | 0 | 11010 | 101110 | 111 | 11011 | 1001100 | 1001000 |
Color Harmonies of #EEB180
Complementary color
Monochromatic Colors of #EEB180
Black with #EEB180
Text Example
Text Example
White with #EEB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB180; }
p { color: rgb(238,177,128); }
H1.HeaderClassName
{
color: #EEB180;
}
.AnyTagClassName
{
color: #EEB180;
}
</style>
background-color css
<style>
a { background-color: #EEB180; }
a { background-color: rgb(238,177,128); }
div.DivClassName
{
background-color: #EEB180;
}
.BgClassName
{
background-color: #EEB180;
}
</style>
border-color css
<style>
span { border-color: #EEB180; }
span { border-color: rgb(238,177,128); }
td.TdClassName
{
border-color: #EEB180;
}
.TagClassName
{
border-color: #EEB180;
}
</style>