Shades of Ronchi #E0BD53
Tints of Ronchi #E0BD53
RGB
CMYK
RGB Variations
Color information
#E0BD53 (or 0xE0BD53) is known color: Ronchi. HEX triplet: E0, BD and 53. RGB value is (224,189,83). Sum of RGB (Red+Green+Blue) = 224+189+83=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD53 is #1F42AC. Grayscale: #BBBBBB. Windows color (decimal): -2048685 or 5488096. OLE color: 5488096.
HSL color Cylindrical-coordinate representation of color #E0BD53: hue angle of 45.11º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0BD53 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 83 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.12 |
| HSL | 45.11º | 0.69% | 0.6% | - |
| HSV(B) | 45.11º | 0.63% | 0.88% | - |
| XYZ | 50.5 | 52.87 | 15.73 | - |
| YUV | 187.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 83 | 0 | 0.16 | 0.63 | 0.12 | 45.11 | 0.69 | 0.6 |
| Hex | E0 | BD | 53 | 0 | 10 | 3F | C | 2D | 45 | 3C |
| Octal | 340 | 275 | 123 | 0 | 20 | 77 | 14 | 55 | 105 | 74 |
| Binary | 11100000 | 10111101 | 1010011 | 0 | 10000 | 111111 | 1100 | 101101 | 1000101 | 111100 |
Color Harmonies of #E0BD53
Complementary color
Monochromatic Colors of #E0BD53
Black with #E0BD53
Text Example
Text Example
White with #E0BD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD53; }
p { color: rgb(224,189,83); }
H1.HeaderClassName
{
color: #E0BD53;
}
.AnyTagClassName
{
color: #E0BD53;
}
</style>
background-color css
<style>
a { background-color: #E0BD53; }
a { background-color: rgb(224,189,83); }
div.DivClassName
{
background-color: #E0BD53;
}
.BgClassName
{
background-color: #E0BD53;
}
</style>
border-color css
<style>
span { border-color: #E0BD53; }
span { border-color: rgb(224,189,83); }
td.TdClassName
{
border-color: #E0BD53;
}
.TagClassName
{
border-color: #E0BD53;
}
</style>