Shades of Tacao #EEB273
Tints of Tacao #EEB273
RGB
CMYK
RGB Variations
Color information
#EEB273 (or 0xEEB273) is known color: Tacao. HEX triplet: EE, B2 and 73. RGB value is (238,178,115). Sum of RGB (Red+Green+Blue) = 238+178+115=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB273 is #114D8C. Grayscale: #BDBDBD. Windows color (decimal): -1133965 or 7582446. OLE color: 7582446.
HSL color Cylindrical-coordinate representation of color #EEB273: hue angle of 30.73º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEB273 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 115 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.07 |
| HSL | 30.73º | 0.78% | 0.69% | - |
| HSV(B) | 30.73º | 0.52% | 0.93% | - |
| XYZ | 54.27 | 51.26 | 23.25 | - |
| YUV | 188.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 115 | 0 | 0.25 | 0.52 | 0.07 | 30.73 | 0.78 | 0.69 |
| Hex | EE | B2 | 73 | 0 | 19 | 34 | 7 | 1F | 4E | 45 |
| Octal | 356 | 262 | 163 | 0 | 31 | 64 | 7 | 37 | 116 | 105 |
| Binary | 11101110 | 10110010 | 1110011 | 0 | 11001 | 110100 | 111 | 11111 | 1001110 | 1000101 |
Color Harmonies of #EEB273
Complementary color
Monochromatic Colors of #EEB273
Black with #EEB273
Text Example
Text Example
White with #EEB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB273; }
p { color: rgb(238,178,115); }
H1.HeaderClassName
{
color: #EEB273;
}
.AnyTagClassName
{
color: #EEB273;
}
</style>
background-color css
<style>
a { background-color: #EEB273; }
a { background-color: rgb(238,178,115); }
div.DivClassName
{
background-color: #EEB273;
}
.BgClassName
{
background-color: #EEB273;
}
</style>
border-color css
<style>
span { border-color: #EEB273; }
span { border-color: rgb(238,178,115); }
td.TdClassName
{
border-color: #EEB273;
}
.TagClassName
{
border-color: #EEB273;
}
</style>