Shades of Ronchi #E5B64D
Tints of Ronchi #E5B64D
RGB
CMYK
RGB Variations
Color information
#E5B64D (or 0xE5B64D) is known color: Ronchi. HEX triplet: E5, B6 and 4D. RGB value is (229,182,77). Sum of RGB (Red+Green+Blue) = 229+182+77=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B64D is #1A49B2. Grayscale: #B8B8B8. Windows color (decimal): -1722803 or 5093093. OLE color: 5093093.
HSL color Cylindrical-coordinate representation of color #E5B64D: hue angle of 41.45º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5B64D is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 182 | 77 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.10 |
| HSL | 41.45º | 0.75% | 0.6% | - |
| HSV(B) | 41.45º | 0.66% | 0.9% | - |
| XYZ | 50.38 | 50.65 | 14.14 | - |
| YUV | 184.08 | 67.57 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 182 | 77 | 0 | 0.21 | 0.66 | 0.10 | 41.45 | 0.75 | 0.6 |
| Hex | E5 | B6 | 4D | 0 | 15 | 42 | A | 29 | 4B | 3C |
| Octal | 345 | 266 | 115 | 0 | 25 | 102 | 12 | 51 | 113 | 74 |
| Binary | 11100101 | 10110110 | 1001101 | 0 | 10101 | 1000010 | 1010 | 101001 | 1001011 | 111100 |
Color Harmonies of #E5B64D
Complementary color
Monochromatic Colors of #E5B64D
Black with #E5B64D
Text Example
Text Example
White with #E5B64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B64D; }
p { color: rgb(229,182,77); }
H1.HeaderClassName
{
color: #E5B64D;
}
.AnyTagClassName
{
color: #E5B64D;
}
</style>
background-color css
<style>
a { background-color: #E5B64D; }
a { background-color: rgb(229,182,77); }
div.DivClassName
{
background-color: #E5B64D;
}
.BgClassName
{
background-color: #E5B64D;
}
</style>
border-color css
<style>
span { border-color: #E5B64D; }
span { border-color: rgb(229,182,77); }
td.TdClassName
{
border-color: #E5B64D;
}
.TagClassName
{
border-color: #E5B64D;
}
</style>