Shades of Ronchi #E3BC4A
Tints of Ronchi #E3BC4A
RGB
CMYK
RGB Variations
Color information
#E3BC4A (or 0xE3BC4A) is known color: Ronchi. HEX triplet: E3, BC and 4A. RGB value is (227,188,74). Sum of RGB (Red+Green+Blue) = 227+188+74=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BC4A is #1C43B5. Grayscale: #BBBBBB. Windows color (decimal): -1852342 or 4898019. OLE color: 4898019.
HSL color Cylindrical-coordinate representation of color #E3BC4A: hue angle of 44.71º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3BC4A is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 74 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.11 |
| HSL | 44.71º | 0.73% | 0.59% | - |
| HSV(B) | 44.71º | 0.67% | 0.89% | - |
| XYZ | 50.9 | 52.79 | 13.99 | - |
| YUV | 186.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 74 | 0 | 0.17 | 0.67 | 0.11 | 44.71 | 0.73 | 0.59 |
| Hex | E3 | BC | 4A | 0 | 11 | 43 | B | 2D | 49 | 3B |
| Octal | 343 | 274 | 112 | 0 | 21 | 103 | 13 | 55 | 111 | 73 |
| Binary | 11100011 | 10111100 | 1001010 | 0 | 10001 | 1000011 | 1011 | 101101 | 1001001 | 111011 |
Color Harmonies of #E3BC4A
Complementary color
Monochromatic Colors of #E3BC4A
Black with #E3BC4A
Text Example
Text Example
White with #E3BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BC4A; }
p { color: rgb(227,188,74); }
H1.HeaderClassName
{
color: #E3BC4A;
}
.AnyTagClassName
{
color: #E3BC4A;
}
</style>
background-color css
<style>
a { background-color: #E3BC4A; }
a { background-color: rgb(227,188,74); }
div.DivClassName
{
background-color: #E3BC4A;
}
.BgClassName
{
background-color: #E3BC4A;
}
</style>
border-color css
<style>
span { border-color: #E3BC4A; }
span { border-color: rgb(227,188,74); }
td.TdClassName
{
border-color: #E3BC4A;
}
.TagClassName
{
border-color: #E3BC4A;
}
</style>