Shades of Tacao #EEB074
Tints of Tacao #EEB074
RGB
CMYK
RGB Variations
Color information
#EEB074 (or 0xEEB074) is known color: Tacao. HEX triplet: EE, B0 and 74. RGB value is (238,176,116). Sum of RGB (Red+Green+Blue) = 238+176+116=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB074 is #114F8B. Grayscale: #BBBBBB. Windows color (decimal): -1134476 or 7647470. OLE color: 7647470.
HSL color Cylindrical-coordinate representation of color #EEB074: hue angle of 29.51º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEB074 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 116 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.07 |
| HSL | 29.51º | 0.78% | 0.69% | - |
| HSV(B) | 29.51º | 0.51% | 0.93% | - |
| XYZ | 53.94 | 50.49 | 23.43 | - |
| YUV | 187.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 116 | 0 | 0.26 | 0.51 | 0.07 | 29.51 | 0.78 | 0.69 |
| Hex | EE | B0 | 74 | 0 | 1A | 33 | 7 | 1E | 4E | 45 |
| Octal | 356 | 260 | 164 | 0 | 32 | 63 | 7 | 36 | 116 | 105 |
| Binary | 11101110 | 10110000 | 1110100 | 0 | 11010 | 110011 | 111 | 11110 | 1001110 | 1000101 |
Color Harmonies of #EEB074
Complementary color
Monochromatic Colors of #EEB074
Black with #EEB074
Text Example
Text Example
White with #EEB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB074; }
p { color: rgb(238,176,116); }
H1.HeaderClassName
{
color: #EEB074;
}
.AnyTagClassName
{
color: #EEB074;
}
</style>
background-color css
<style>
a { background-color: #EEB074; }
a { background-color: rgb(238,176,116); }
div.DivClassName
{
background-color: #EEB074;
}
.BgClassName
{
background-color: #EEB074;
}
</style>
border-color css
<style>
span { border-color: #EEB074; }
span { border-color: rgb(238,176,116); }
td.TdClassName
{
border-color: #EEB074;
}
.TagClassName
{
border-color: #EEB074;
}
</style>