Shades of Tacao #EEB377
Tints of Tacao #EEB377
RGB
CMYK
RGB Variations
Color information
#EEB377 (or 0xEEB377) is known color: Tacao. HEX triplet: EE, B3 and 77. RGB value is (238,179,119). Sum of RGB (Red+Green+Blue) = 238+179+119=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB377 is #114C88. Grayscale: #BEBEBE. Windows color (decimal): -1133705 or 7844846. OLE color: 7844846.
HSL color Cylindrical-coordinate representation of color #EEB377: hue angle of 30.25º 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 #EEB377 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 119 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.07 |
| HSL | 30.25º | 0.78% | 0.7% | - |
| HSV(B) | 30.25º | 0.5% | 0.93% | - |
| XYZ | 54.71 | 51.75 | 24.56 | - |
| YUV | 189.8 | 88.05 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 119 | 0 | 0.25 | 0.50 | 0.07 | 30.25 | 0.78 | 0.7 |
| Hex | EE | B3 | 77 | 0 | 19 | 32 | 7 | 1E | 4E | 46 |
| Octal | 356 | 263 | 167 | 0 | 31 | 62 | 7 | 36 | 116 | 106 |
| Binary | 11101110 | 10110011 | 1110111 | 0 | 11001 | 110010 | 111 | 11110 | 1001110 | 1000110 |
Color Harmonies of #EEB377
Complementary color
Monochromatic Colors of #EEB377
Black with #EEB377
Text Example
Text Example
White with #EEB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB377; }
p { color: rgb(238,179,119); }
H1.HeaderClassName
{
color: #EEB377;
}
.AnyTagClassName
{
color: #EEB377;
}
</style>
background-color css
<style>
a { background-color: #EEB377; }
a { background-color: rgb(238,179,119); }
div.DivClassName
{
background-color: #EEB377;
}
.BgClassName
{
background-color: #EEB377;
}
</style>
border-color css
<style>
span { border-color: #EEB377; }
span { border-color: rgb(238,179,119); }
td.TdClassName
{
border-color: #EEB377;
}
.TagClassName
{
border-color: #EEB377;
}
</style>