Shades of Ronchi #E5B65C
Tints of Ronchi #E5B65C
RGB
CMYK
RGB Variations
Color information
#E5B65C (or 0xE5B65C) is known color: Ronchi. HEX triplet: E5, B6 and 5C. RGB value is (229,182,92). Sum of RGB (Red+Green+Blue) = 229+182+92=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B65C is #1A49A3. Grayscale: #BABABA. Windows color (decimal): -1722788 or 6076133. OLE color: 6076133.
HSL color Cylindrical-coordinate representation of color #E5B65C: hue angle of 39.42º 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 #E5B65C is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 182 | 92 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.10 |
| HSL | 39.42º | 0.72% | 0.63% | - |
| HSV(B) | 39.42º | 0.6% | 0.9% | - |
| XYZ | 50.97 | 50.89 | 17.26 | - |
| YUV | 185.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 182 | 92 | 0 | 0.21 | 0.60 | 0.10 | 39.42 | 0.72 | 0.63 |
| Hex | E5 | B6 | 5C | 0 | 15 | 3C | A | 27 | 48 | 3F |
| Octal | 345 | 266 | 134 | 0 | 25 | 74 | 12 | 47 | 110 | 77 |
| Binary | 11100101 | 10110110 | 1011100 | 0 | 10101 | 111100 | 1010 | 100111 | 1001000 | 111111 |
Color Harmonies of #E5B65C
Complementary color
Monochromatic Colors of #E5B65C
Black with #E5B65C
Text Example
Text Example
White with #E5B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B65C; }
p { color: rgb(229,182,92); }
H1.HeaderClassName
{
color: #E5B65C;
}
.AnyTagClassName
{
color: #E5B65C;
}
</style>
background-color css
<style>
a { background-color: #E5B65C; }
a { background-color: rgb(229,182,92); }
div.DivClassName
{
background-color: #E5B65C;
}
.BgClassName
{
background-color: #E5B65C;
}
</style>
border-color css
<style>
span { border-color: #E5B65C; }
span { border-color: rgb(229,182,92); }
td.TdClassName
{
border-color: #E5B65C;
}
.TagClassName
{
border-color: #E5B65C;
}
</style>