Shades of Ronchi #E1BC4A
Tints of Ronchi #E1BC4A
RGB
CMYK
RGB Variations
Color information
#E1BC4A (or 0xE1BC4A) is known color: Ronchi. HEX triplet: E1, BC and 4A. RGB value is (225,188,74). Sum of RGB (Red+Green+Blue) = 225+188+74=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC4A is #1E43B5. Grayscale: #BABABA. Windows color (decimal): -1983414 or 4898017. OLE color: 4898017.
HSL color Cylindrical-coordinate representation of color #E1BC4A: hue angle of 45.3º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1BC4A is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 74 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.12 |
| HSL | 45.3º | 0.72% | 0.59% | - |
| HSV(B) | 45.3º | 0.67% | 0.88% | - |
| XYZ | 50.27 | 52.47 | 13.96 | - |
| YUV | 186.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 74 | 0 | 0.16 | 0.67 | 0.12 | 45.3 | 0.72 | 0.59 |
| Hex | E1 | BC | 4A | 0 | 10 | 43 | C | 2D | 48 | 3B |
| Octal | 341 | 274 | 112 | 0 | 20 | 103 | 14 | 55 | 110 | 73 |
| Binary | 11100001 | 10111100 | 1001010 | 0 | 10000 | 1000011 | 1100 | 101101 | 1001000 | 111011 |
Color Harmonies of #E1BC4A
Complementary color
Monochromatic Colors of #E1BC4A
Black with #E1BC4A
Text Example
Text Example
White with #E1BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC4A; }
p { color: rgb(225,188,74); }
H1.HeaderClassName
{
color: #E1BC4A;
}
.AnyTagClassName
{
color: #E1BC4A;
}
</style>
background-color css
<style>
a { background-color: #E1BC4A; }
a { background-color: rgb(225,188,74); }
div.DivClassName
{
background-color: #E1BC4A;
}
.BgClassName
{
background-color: #E1BC4A;
}
</style>
border-color css
<style>
span { border-color: #E1BC4A; }
span { border-color: rgb(225,188,74); }
td.TdClassName
{
border-color: #E1BC4A;
}
.TagClassName
{
border-color: #E1BC4A;
}
</style>