Shades of Ronchi #EBBE5D
Tints of Ronchi #EBBE5D
RGB
CMYK
RGB Variations
Color information
#EBBE5D (or 0xEBBE5D) is known color: Ronchi. HEX triplet: EB, BE and 5D. RGB value is (235,190,93). Sum of RGB (Red+Green+Blue) = 235+190+93=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE5D is #1441A2. Grayscale: #C0C0C0. Windows color (decimal): -1327523 or 6143723. OLE color: 6143723.
HSL color Cylindrical-coordinate representation of color #EBBE5D: hue angle of 40.99º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBBE5D is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 93 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.08 |
| HSL | 40.99º | 0.78% | 0.64% | - |
| HSV(B) | 40.99º | 0.6% | 0.92% | - |
| XYZ | 54.65 | 55.28 | 18.15 | - |
| YUV | 192.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 93 | 0 | 0.19 | 0.60 | 0.08 | 40.99 | 0.78 | 0.64 |
| Hex | EB | BE | 5D | 0 | 13 | 3C | 8 | 29 | 4E | 40 |
| Octal | 353 | 276 | 135 | 0 | 23 | 74 | 10 | 51 | 116 | 100 |
| Binary | 11101011 | 10111110 | 1011101 | 0 | 10011 | 111100 | 1000 | 101001 | 1001110 | 1000000 |
Color Harmonies of #EBBE5D
Complementary color
Monochromatic Colors of #EBBE5D
Black with #EBBE5D
Text Example
Text Example
White with #EBBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE5D; }
p { color: rgb(235,190,93); }
H1.HeaderClassName
{
color: #EBBE5D;
}
.AnyTagClassName
{
color: #EBBE5D;
}
</style>
background-color css
<style>
a { background-color: #EBBE5D; }
a { background-color: rgb(235,190,93); }
div.DivClassName
{
background-color: #EBBE5D;
}
.BgClassName
{
background-color: #EBBE5D;
}
</style>
border-color css
<style>
span { border-color: #EBBE5D; }
span { border-color: rgb(235,190,93); }
td.TdClassName
{
border-color: #EBBE5D;
}
.TagClassName
{
border-color: #EBBE5D;
}
</style>