Shades of Ronchi #EEBA4C
Tints of Ronchi #EEBA4C
RGB
CMYK
RGB Variations
Color information
#EEBA4C (or 0xEEBA4C) is known color: Ronchi. HEX triplet: EE, BA and 4C. RGB value is (238,186,76). Sum of RGB (Red+Green+Blue) = 238+186+76=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA4C is #1145B3. Grayscale: #BDBDBD. Windows color (decimal): -1131956 or 5028590. OLE color: 5028590.
HSL color Cylindrical-coordinate representation of color #EEBA4C: hue angle of 40.74º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEBA4C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 76 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.74º | 0.83% | 0.62% | - |
| HSV(B) | 40.74º | 0.68% | 0.93% | - |
| XYZ | 54.12 | 53.82 | 14.37 | - |
| YUV | 189.01 | 64.23 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 76 | 0 | 0.22 | 0.68 | 0.07 | 40.74 | 0.83 | 0.62 |
| Hex | EE | BA | 4C | 0 | 16 | 44 | 7 | 29 | 53 | 3E |
| Octal | 356 | 272 | 114 | 0 | 26 | 104 | 7 | 51 | 123 | 76 |
| Binary | 11101110 | 10111010 | 1001100 | 0 | 10110 | 1000100 | 111 | 101001 | 1010011 | 111110 |
Color Harmonies of #EEBA4C
Complementary color
Monochromatic Colors of #EEBA4C
Black with #EEBA4C
Text Example
Text Example
White with #EEBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA4C; }
p { color: rgb(238,186,76); }
H1.HeaderClassName
{
color: #EEBA4C;
}
.AnyTagClassName
{
color: #EEBA4C;
}
</style>
background-color css
<style>
a { background-color: #EEBA4C; }
a { background-color: rgb(238,186,76); }
div.DivClassName
{
background-color: #EEBA4C;
}
.BgClassName
{
background-color: #EEBA4C;
}
</style>
border-color css
<style>
span { border-color: #EEBA4C; }
span { border-color: rgb(238,186,76); }
td.TdClassName
{
border-color: #EEBA4C;
}
.TagClassName
{
border-color: #EEBA4C;
}
</style>