Shades of Ronchi #E0BD57
Tints of Ronchi #E0BD57
RGB
CMYK
RGB Variations
Color information
#E0BD57 (or 0xE0BD57) is known color: Ronchi. HEX triplet: E0, BD and 57. RGB value is (224,189,87). Sum of RGB (Red+Green+Blue) = 224+189+87=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD57 is #1F42A8. Grayscale: #BCBCBC. Windows color (decimal): -2048681 or 5750240. OLE color: 5750240.
HSL color Cylindrical-coordinate representation of color #E0BD57: hue angle of 44.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0BD57 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 87 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.12 |
| HSL | 44.67º | 0.69% | 0.61% | - |
| HSV(B) | 44.67º | 0.61% | 0.88% | - |
| XYZ | 50.66 | 52.93 | 16.56 | - |
| YUV | 187.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 87 | 0 | 0.16 | 0.61 | 0.12 | 44.67 | 0.69 | 0.61 |
| Hex | E0 | BD | 57 | 0 | 10 | 3D | C | 2D | 45 | 3D |
| Octal | 340 | 275 | 127 | 0 | 20 | 75 | 14 | 55 | 105 | 75 |
| Binary | 11100000 | 10111101 | 1010111 | 0 | 10000 | 111101 | 1100 | 101101 | 1000101 | 111101 |
Color Harmonies of #E0BD57
Complementary color
Monochromatic Colors of #E0BD57
Black with #E0BD57
Text Example
Text Example
White with #E0BD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD57; }
p { color: rgb(224,189,87); }
H1.HeaderClassName
{
color: #E0BD57;
}
.AnyTagClassName
{
color: #E0BD57;
}
</style>
background-color css
<style>
a { background-color: #E0BD57; }
a { background-color: rgb(224,189,87); }
div.DivClassName
{
background-color: #E0BD57;
}
.BgClassName
{
background-color: #E0BD57;
}
</style>
border-color css
<style>
span { border-color: #E0BD57; }
span { border-color: rgb(224,189,87); }
td.TdClassName
{
border-color: #E0BD57;
}
.TagClassName
{
border-color: #E0BD57;
}
</style>