Shades of Ronchi #E0BC4A
Tints of Ronchi #E0BC4A
RGB
CMYK
RGB Variations
Color information
#E0BC4A (or 0xE0BC4A) is known color: Ronchi. HEX triplet: E0, BC and 4A. RGB value is (224,188,74). Sum of RGB (Red+Green+Blue) = 224+188+74=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BC4A is #1F43B5. Grayscale: #BABABA. Windows color (decimal): -2048950 or 4898016. OLE color: 4898016.
HSL color Cylindrical-coordinate representation of color #E0BC4A: hue angle of 45.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0BC4A is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 74 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.12 |
| HSL | 45.6º | 0.71% | 0.58% | - |
| HSV(B) | 45.6º | 0.67% | 0.88% | - |
| XYZ | 49.96 | 52.31 | 13.94 | - |
| YUV | 185.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 74 | 0 | 0.16 | 0.67 | 0.12 | 45.6 | 0.71 | 0.58 |
| Hex | E0 | BC | 4A | 0 | 10 | 43 | C | 2E | 47 | 3A |
| Octal | 340 | 274 | 112 | 0 | 20 | 103 | 14 | 56 | 107 | 72 |
| Binary | 11100000 | 10111100 | 1001010 | 0 | 10000 | 1000011 | 1100 | 101110 | 1000111 | 111010 |
Color Harmonies of #E0BC4A
Complementary color
Monochromatic Colors of #E0BC4A
Black with #E0BC4A
Text Example
Text Example
White with #E0BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC4A; }
p { color: rgb(224,188,74); }
H1.HeaderClassName
{
color: #E0BC4A;
}
.AnyTagClassName
{
color: #E0BC4A;
}
</style>
background-color css
<style>
a { background-color: #E0BC4A; }
a { background-color: rgb(224,188,74); }
div.DivClassName
{
background-color: #E0BC4A;
}
.BgClassName
{
background-color: #E0BC4A;
}
</style>
border-color css
<style>
span { border-color: #E0BC4A; }
span { border-color: rgb(224,188,74); }
td.TdClassName
{
border-color: #E0BC4A;
}
.TagClassName
{
border-color: #E0BC4A;
}
</style>