Shades of Ronchi #EEBC5E
Tints of Ronchi #EEBC5E
RGB
CMYK
RGB Variations
Color information
#EEBC5E (or 0xEEBC5E) is known color: Ronchi. HEX triplet: EE, BC and 5E. RGB value is (238,188,94). Sum of RGB (Red+Green+Blue) = 238+188+94=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC5E is #1143A1. Grayscale: #C0C0C0. Windows color (decimal): -1131426 or 6208750. OLE color: 6208750.
HSL color Cylindrical-coordinate representation of color #EEBC5E: hue angle of 39.17º 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 #EEBC5E is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 94 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.07 |
| HSL | 39.17º | 0.81% | 0.65% | - |
| HSV(B) | 39.17º | 0.61% | 0.93% | - |
| XYZ | 55.26 | 54.95 | 18.28 | - |
| YUV | 192.23 | 72.57 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 94 | 0 | 0.21 | 0.61 | 0.07 | 39.17 | 0.81 | 0.65 |
| Hex | EE | BC | 5E | 0 | 15 | 3D | 7 | 27 | 51 | 41 |
| Octal | 356 | 274 | 136 | 0 | 25 | 75 | 7 | 47 | 121 | 101 |
| Binary | 11101110 | 10111100 | 1011110 | 0 | 10101 | 111101 | 111 | 100111 | 1010001 | 1000001 |
Color Harmonies of #EEBC5E
Complementary color
Monochromatic Colors of #EEBC5E
Black with #EEBC5E
Text Example
Text Example
White with #EEBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC5E; }
p { color: rgb(238,188,94); }
H1.HeaderClassName
{
color: #EEBC5E;
}
.AnyTagClassName
{
color: #EEBC5E;
}
</style>
background-color css
<style>
a { background-color: #EEBC5E; }
a { background-color: rgb(238,188,94); }
div.DivClassName
{
background-color: #EEBC5E;
}
.BgClassName
{
background-color: #EEBC5E;
}
</style>
border-color css
<style>
span { border-color: #EEBC5E; }
span { border-color: rgb(238,188,94); }
td.TdClassName
{
border-color: #EEBC5E;
}
.TagClassName
{
border-color: #EEBC5E;
}
</style>