Shades of Ronchi #EEBC5D
Tints of Ronchi #EEBC5D
RGB
CMYK
RGB Variations
Color information
#EEBC5D (or 0xEEBC5D) is known color: Ronchi. HEX triplet: EE, BC and 5D. RGB value is (238,188,93). Sum of RGB (Red+Green+Blue) = 238+188+93=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC5D is #1143A2. Grayscale: #C0C0C0. Windows color (decimal): -1131427 or 6143214. OLE color: 6143214.
HSL color Cylindrical-coordinate representation of color #EEBC5D: hue angle of 39.31º 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 #EEBC5D is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 93 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.07 |
| HSL | 39.31º | 0.81% | 0.65% | - |
| HSV(B) | 39.31º | 0.61% | 0.93% | - |
| XYZ | 55.22 | 54.93 | 18.05 | - |
| YUV | 192.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 93 | 0 | 0.21 | 0.61 | 0.07 | 39.31 | 0.81 | 0.65 |
| Hex | EE | BC | 5D | 0 | 15 | 3D | 7 | 27 | 51 | 41 |
| Octal | 356 | 274 | 135 | 0 | 25 | 75 | 7 | 47 | 121 | 101 |
| Binary | 11101110 | 10111100 | 1011101 | 0 | 10101 | 111101 | 111 | 100111 | 1010001 | 1000001 |
Color Harmonies of #EEBC5D
Complementary color
Monochromatic Colors of #EEBC5D
Black with #EEBC5D
Text Example
Text Example
White with #EEBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC5D; }
p { color: rgb(238,188,93); }
H1.HeaderClassName
{
color: #EEBC5D;
}
.AnyTagClassName
{
color: #EEBC5D;
}
</style>
background-color css
<style>
a { background-color: #EEBC5D; }
a { background-color: rgb(238,188,93); }
div.DivClassName
{
background-color: #EEBC5D;
}
.BgClassName
{
background-color: #EEBC5D;
}
</style>
border-color css
<style>
span { border-color: #EEBC5D; }
span { border-color: rgb(238,188,93); }
td.TdClassName
{
border-color: #EEBC5D;
}
.TagClassName
{
border-color: #EEBC5D;
}
</style>