Shades of Tacao #EEB17A
Tints of Tacao #EEB17A
RGB
CMYK
RGB Variations
Color information
#EEB17A (or 0xEEB17A) is known color: Tacao. HEX triplet: EE, B1 and 7A. RGB value is (238,177,122). Sum of RGB (Red+Green+Blue) = 238+177+122=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB17A is #114E85. Grayscale: #BDBDBD. Windows color (decimal): -1134214 or 8040942. OLE color: 8040942.
HSL color Cylindrical-coordinate representation of color #EEB17A: hue angle of 28.45º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEB17A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 122 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.07 |
| HSL | 28.45º | 0.77% | 0.71% | - |
| HSV(B) | 28.45º | 0.49% | 0.93% | - |
| XYZ | 54.49 | 51.03 | 25.39 | - |
| YUV | 188.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 122 | 0 | 0.26 | 0.49 | 0.07 | 28.45 | 0.77 | 0.71 |
| Hex | EE | B1 | 7A | 0 | 1A | 31 | 7 | 1C | 4D | 47 |
| Octal | 356 | 261 | 172 | 0 | 32 | 61 | 7 | 34 | 115 | 107 |
| Binary | 11101110 | 10110001 | 1111010 | 0 | 11010 | 110001 | 111 | 11100 | 1001101 | 1000111 |
Color Harmonies of #EEB17A
Complementary color
Monochromatic Colors of #EEB17A
Black with #EEB17A
Text Example
Text Example
White with #EEB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB17A; }
p { color: rgb(238,177,122); }
H1.HeaderClassName
{
color: #EEB17A;
}
.AnyTagClassName
{
color: #EEB17A;
}
</style>
background-color css
<style>
a { background-color: #EEB17A; }
a { background-color: rgb(238,177,122); }
div.DivClassName
{
background-color: #EEB17A;
}
.BgClassName
{
background-color: #EEB17A;
}
</style>
border-color css
<style>
span { border-color: #EEB17A; }
span { border-color: rgb(238,177,122); }
td.TdClassName
{
border-color: #EEB17A;
}
.TagClassName
{
border-color: #EEB17A;
}
</style>