Shades of Ronchi #E5BE5C
Tints of Ronchi #E5BE5C
RGB
CMYK
RGB Variations
Color information
#E5BE5C (or 0xE5BE5C) is known color: Ronchi. HEX triplet: E5, BE and 5C. RGB value is (229,190,92). Sum of RGB (Red+Green+Blue) = 229+190+92=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE5C is #1A41A3. Grayscale: #BEBEBE. Windows color (decimal): -1720740 or 6078181. OLE color: 6078181.
HSL color Cylindrical-coordinate representation of color #E5BE5C: hue angle of 42.92º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5BE5C is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 92 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.10 |
| HSL | 42.92º | 0.72% | 0.63% | - |
| HSV(B) | 42.92º | 0.6% | 0.9% | - |
| XYZ | 52.66 | 54.26 | 17.82 | - |
| YUV | 190.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 92 | 0 | 0.17 | 0.60 | 0.10 | 42.92 | 0.72 | 0.63 |
| Hex | E5 | BE | 5C | 0 | 11 | 3C | A | 2B | 48 | 3F |
| Octal | 345 | 276 | 134 | 0 | 21 | 74 | 12 | 53 | 110 | 77 |
| Binary | 11100101 | 10111110 | 1011100 | 0 | 10001 | 111100 | 1010 | 101011 | 1001000 | 111111 |
Color Harmonies of #E5BE5C
Complementary color
Monochromatic Colors of #E5BE5C
Black with #E5BE5C
Text Example
Text Example
White with #E5BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE5C; }
p { color: rgb(229,190,92); }
H1.HeaderClassName
{
color: #E5BE5C;
}
.AnyTagClassName
{
color: #E5BE5C;
}
</style>
background-color css
<style>
a { background-color: #E5BE5C; }
a { background-color: rgb(229,190,92); }
div.DivClassName
{
background-color: #E5BE5C;
}
.BgClassName
{
background-color: #E5BE5C;
}
</style>
border-color css
<style>
span { border-color: #E5BE5C; }
span { border-color: rgb(229,190,92); }
td.TdClassName
{
border-color: #E5BE5C;
}
.TagClassName
{
border-color: #E5BE5C;
}
</style>