Shades of Ronchi #E0B64D
Tints of Ronchi #E0B64D
RGB
CMYK
RGB Variations
Color information
#E0B64D (or 0xE0B64D) is known color: Ronchi. HEX triplet: E0, B6 and 4D. RGB value is (224,182,77). Sum of RGB (Red+Green+Blue) = 224+182+77=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B64D is #1F49B2. Grayscale: #B7B7B7. Windows color (decimal): -2050483 or 5093088. OLE color: 5093088.
HSL color Cylindrical-coordinate representation of color #E0B64D: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0B64D is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 182 | 77 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.12 |
| HSL | 42.86º | 0.7% | 0.59% | - |
| HSV(B) | 42.86º | 0.66% | 0.88% | - |
| XYZ | 48.81 | 49.84 | 14.07 | - |
| YUV | 182.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 182 | 77 | 0 | 0.19 | 0.66 | 0.12 | 42.86 | 0.7 | 0.59 |
| Hex | E0 | B6 | 4D | 0 | 13 | 42 | C | 2B | 46 | 3B |
| Octal | 340 | 266 | 115 | 0 | 23 | 102 | 14 | 53 | 106 | 73 |
| Binary | 11100000 | 10110110 | 1001101 | 0 | 10011 | 1000010 | 1100 | 101011 | 1000110 | 111011 |
Color Harmonies of #E0B64D
Complementary color
Monochromatic Colors of #E0B64D
Black with #E0B64D
Text Example
Text Example
White with #E0B64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B64D; }
p { color: rgb(224,182,77); }
H1.HeaderClassName
{
color: #E0B64D;
}
.AnyTagClassName
{
color: #E0B64D;
}
</style>
background-color css
<style>
a { background-color: #E0B64D; }
a { background-color: rgb(224,182,77); }
div.DivClassName
{
background-color: #E0B64D;
}
.BgClassName
{
background-color: #E0B64D;
}
</style>
border-color css
<style>
span { border-color: #E0B64D; }
span { border-color: rgb(224,182,77); }
td.TdClassName
{
border-color: #E0B64D;
}
.TagClassName
{
border-color: #E0B64D;
}
</style>