Shades of Tacao #EEB174
Tints of Tacao #EEB174
RGB
CMYK
RGB Variations
Color information
#EEB174 (or 0xEEB174) is known color: Tacao. HEX triplet: EE, B1 and 74. RGB value is (238,177,116). Sum of RGB (Red+Green+Blue) = 238+177+116=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB174 is #114E8B. Grayscale: #BCBCBC. Windows color (decimal): -1134220 or 7647726. OLE color: 7647726.
HSL color Cylindrical-coordinate representation of color #EEB174: hue angle of 30º 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 #EEB174 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 116 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.07 |
| HSL | 30º | 0.78% | 0.69% | - |
| HSV(B) | 30º | 0.51% | 0.93% | - |
| XYZ | 54.13 | 50.88 | 23.49 | - |
| YUV | 188.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 116 | 0 | 0.26 | 0.51 | 0.07 | 30 | 0.78 | 0.69 |
| Hex | EE | B1 | 74 | 0 | 1A | 33 | 7 | 1E | 4E | 45 |
| Octal | 356 | 261 | 164 | 0 | 32 | 63 | 7 | 36 | 116 | 105 |
| Binary | 11101110 | 10110001 | 1110100 | 0 | 11010 | 110011 | 111 | 11110 | 1001110 | 1000101 |
Color Harmonies of #EEB174
Complementary color
Monochromatic Colors of #EEB174
Black with #EEB174
Text Example
Text Example
White with #EEB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB174; }
p { color: rgb(238,177,116); }
H1.HeaderClassName
{
color: #EEB174;
}
.AnyTagClassName
{
color: #EEB174;
}
</style>
background-color css
<style>
a { background-color: #EEB174; }
a { background-color: rgb(238,177,116); }
div.DivClassName
{
background-color: #EEB174;
}
.BgClassName
{
background-color: #EEB174;
}
</style>
border-color css
<style>
span { border-color: #EEB174; }
span { border-color: rgb(238,177,116); }
td.TdClassName
{
border-color: #EEB174;
}
.TagClassName
{
border-color: #EEB174;
}
</style>