Shades of Ronchi #EEBA50
Tints of Ronchi #EEBA50
RGB
CMYK
RGB Variations
Color information
#EEBA50 (or 0xEEBA50) is known color: Ronchi. HEX triplet: EE, BA and 50. RGB value is (238,186,80). Sum of RGB (Red+Green+Blue) = 238+186+80=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA50 is #1145AF. Grayscale: #BDBDBD. Windows color (decimal): -1131952 or 5290734. OLE color: 5290734.
HSL color Cylindrical-coordinate representation of color #EEBA50: hue angle of 40.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEBA50 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 80 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.07 |
| HSL | 40.25º | 0.82% | 0.62% | - |
| HSV(B) | 40.25º | 0.66% | 0.93% | - |
| XYZ | 54.27 | 53.87 | 15.13 | - |
| YUV | 189.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 80 | 0 | 0.22 | 0.66 | 0.07 | 40.25 | 0.82 | 0.62 |
| Hex | EE | BA | 50 | 0 | 16 | 42 | 7 | 28 | 52 | 3E |
| Octal | 356 | 272 | 120 | 0 | 26 | 102 | 7 | 50 | 122 | 76 |
| Binary | 11101110 | 10111010 | 1010000 | 0 | 10110 | 1000010 | 111 | 101000 | 1010010 | 111110 |
Color Harmonies of #EEBA50
Complementary color
Monochromatic Colors of #EEBA50
Black with #EEBA50
Text Example
Text Example
White with #EEBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA50; }
p { color: rgb(238,186,80); }
H1.HeaderClassName
{
color: #EEBA50;
}
.AnyTagClassName
{
color: #EEBA50;
}
</style>
background-color css
<style>
a { background-color: #EEBA50; }
a { background-color: rgb(238,186,80); }
div.DivClassName
{
background-color: #EEBA50;
}
.BgClassName
{
background-color: #EEBA50;
}
</style>
border-color css
<style>
span { border-color: #EEBA50; }
span { border-color: rgb(238,186,80); }
td.TdClassName
{
border-color: #EEBA50;
}
.TagClassName
{
border-color: #EEBA50;
}
</style>