Shades of Ronchi #EEBA5E
Tints of Ronchi #EEBA5E
RGB
CMYK
RGB Variations
Color information
#EEBA5E (or 0xEEBA5E) is known color: Ronchi. HEX triplet: EE, BA and 5E. RGB value is (238,186,94). Sum of RGB (Red+Green+Blue) = 238+186+94=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA5E is #1145A1. Grayscale: #BFBFBF. Windows color (decimal): -1131938 or 6208238. OLE color: 6208238.
HSL color Cylindrical-coordinate representation of color #EEBA5E: hue angle of 38.33º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEBA5E is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 94 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.07 |
| HSL | 38.33º | 0.81% | 0.65% | - |
| HSV(B) | 38.33º | 0.61% | 0.93% | - |
| XYZ | 54.84 | 54.1 | 18.14 | - |
| YUV | 191.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 94 | 0 | 0.22 | 0.61 | 0.07 | 38.33 | 0.81 | 0.65 |
| Hex | EE | BA | 5E | 0 | 16 | 3D | 7 | 26 | 51 | 41 |
| Octal | 356 | 272 | 136 | 0 | 26 | 75 | 7 | 46 | 121 | 101 |
| Binary | 11101110 | 10111010 | 1011110 | 0 | 10110 | 111101 | 111 | 100110 | 1010001 | 1000001 |
Color Harmonies of #EEBA5E
Complementary color
Monochromatic Colors of #EEBA5E
Black with #EEBA5E
Text Example
Text Example
White with #EEBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA5E; }
p { color: rgb(238,186,94); }
H1.HeaderClassName
{
color: #EEBA5E;
}
.AnyTagClassName
{
color: #EEBA5E;
}
</style>
background-color css
<style>
a { background-color: #EEBA5E; }
a { background-color: rgb(238,186,94); }
div.DivClassName
{
background-color: #EEBA5E;
}
.BgClassName
{
background-color: #EEBA5E;
}
</style>
border-color css
<style>
span { border-color: #EEBA5E; }
span { border-color: rgb(238,186,94); }
td.TdClassName
{
border-color: #EEBA5E;
}
.TagClassName
{
border-color: #EEBA5E;
}
</style>