Shades of Tacao #EEB375
Tints of Tacao #EEB375
RGB
CMYK
RGB Variations
Color information
#EEB375 (or 0xEEB375) is known color: Tacao. HEX triplet: EE, B3 and 75. RGB value is (238,179,117). Sum of RGB (Red+Green+Blue) = 238+179+117=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB375 is #114C8A. Grayscale: #BDBDBD. Windows color (decimal): -1133707 or 7713774. OLE color: 7713774.
HSL color Cylindrical-coordinate representation of color #EEB375: hue angle of 30.74º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEB375 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 117 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.07 |
| HSL | 30.74º | 0.78% | 0.7% | - |
| HSV(B) | 30.74º | 0.51% | 0.93% | - |
| XYZ | 54.59 | 51.7 | 23.93 | - |
| YUV | 189.57 | 87.05 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 117 | 0 | 0.25 | 0.51 | 0.07 | 30.74 | 0.78 | 0.7 |
| Hex | EE | B3 | 75 | 0 | 19 | 33 | 7 | 1F | 4E | 46 |
| Octal | 356 | 263 | 165 | 0 | 31 | 63 | 7 | 37 | 116 | 106 |
| Binary | 11101110 | 10110011 | 1110101 | 0 | 11001 | 110011 | 111 | 11111 | 1001110 | 1000110 |
Color Harmonies of #EEB375
Complementary color
Monochromatic Colors of #EEB375
Black with #EEB375
Text Example
Text Example
White with #EEB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB375; }
p { color: rgb(238,179,117); }
H1.HeaderClassName
{
color: #EEB375;
}
.AnyTagClassName
{
color: #EEB375;
}
</style>
background-color css
<style>
a { background-color: #EEB375; }
a { background-color: rgb(238,179,117); }
div.DivClassName
{
background-color: #EEB375;
}
.BgClassName
{
background-color: #EEB375;
}
</style>
border-color css
<style>
span { border-color: #EEB375; }
span { border-color: rgb(238,179,117); }
td.TdClassName
{
border-color: #EEB375;
}
.TagClassName
{
border-color: #EEB375;
}
</style>