Shades of Ronchi #EEBA56
Tints of Ronchi #EEBA56
RGB
CMYK
RGB Variations
Color information
#EEBA56 (or 0xEEBA56) is known color: Ronchi. HEX triplet: EE, BA and 56. RGB value is (238,186,86). Sum of RGB (Red+Green+Blue) = 238+186+86=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA56 is #1145A9. Grayscale: #BEBEBE. Windows color (decimal): -1131946 or 5683950. OLE color: 5683950.
HSL color Cylindrical-coordinate representation of color #EEBA56: hue angle of 39.47º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEBA56 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 86 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.07 |
| HSL | 39.47º | 0.82% | 0.64% | - |
| HSV(B) | 39.47º | 0.64% | 0.93% | - |
| XYZ | 54.5 | 53.97 | 16.35 | - |
| YUV | 190.15 | 69.23 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 86 | 0 | 0.22 | 0.64 | 0.07 | 39.47 | 0.82 | 0.64 |
| Hex | EE | BA | 56 | 0 | 16 | 40 | 7 | 27 | 52 | 40 |
| Octal | 356 | 272 | 126 | 0 | 26 | 100 | 7 | 47 | 122 | 100 |
| Binary | 11101110 | 10111010 | 1010110 | 0 | 10110 | 1000000 | 111 | 100111 | 1010010 | 1000000 |
Color Harmonies of #EEBA56
Complementary color
Monochromatic Colors of #EEBA56
Black with #EEBA56
Text Example
Text Example
White with #EEBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA56; }
p { color: rgb(238,186,86); }
H1.HeaderClassName
{
color: #EEBA56;
}
.AnyTagClassName
{
color: #EEBA56;
}
</style>
background-color css
<style>
a { background-color: #EEBA56; }
a { background-color: rgb(238,186,86); }
div.DivClassName
{
background-color: #EEBA56;
}
.BgClassName
{
background-color: #EEBA56;
}
</style>
border-color css
<style>
span { border-color: #EEBA56; }
span { border-color: rgb(238,186,86); }
td.TdClassName
{
border-color: #EEBA56;
}
.TagClassName
{
border-color: #EEBA56;
}
</style>