Shades of Ronchi #EBBA5E
Tints of Ronchi #EBBA5E
RGB
CMYK
RGB Variations
Color information
#EBBA5E (or 0xEBBA5E) is known color: Ronchi. HEX triplet: EB, BA and 5E. RGB value is (235,186,94). Sum of RGB (Red+Green+Blue) = 235+186+94=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA5E is #1445A1. Grayscale: #BEBEBE. Windows color (decimal): -1328546 or 6208235. OLE color: 6208235.
HSL color Cylindrical-coordinate representation of color #EBBA5E: hue angle of 39.15º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBBA5E is Cyan = 0, Magento = 0.21, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 186 | 94 | - |
CMYK | 0 | 0.21 | 0.6 | 0.08 |
HSL | 39.15º | 0.78% | 0.65% | - |
HSV(B) | 39.15º | 0.6% | 0.92% | - |
XYZ | 53.84 | 53.59 | 18.1 | - |
YUV | 190.16 | 73.73 | 159.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 186 | 94 | 0 | 0.21 | 0.6 | 0.08 | 39.15 | 0.78 | 0.65 |
Hex | EB | BA | 5E | 0 | 15 | 3C | 8 | 27 | 4E | 41 |
Octal | 353 | 272 | 136 | 0 | 25 | 74 | 10 | 47 | 116 | 101 |
Binary | 11101011 | 10111010 | 1011110 | 0 | 10101 | 111100 | 1000 | 100111 | 1001110 | 1000001 |
Color Harmonies of #EBBA5E
Complementary color
Monochromatic Colors of #EBBA5E
Black with #EBBA5E
Text Example
Text Example
White with #EBBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA5E; }
p { color: rgb(235,186,94); }
H1.HeaderClassName
{
color: #EBBA5E;
}
.AnyTagClassName
{
color: #EBBA5E;
}
</style>
background-color css
<style>
a { background-color: #EBBA5E; }
a { background-color: rgb(235,186,94); }
div.DivClassName
{
background-color: #EBBA5E;
}
.BgClassName
{
background-color: #EBBA5E;
}
</style>
border-color css
<style>
span { border-color: #EBBA5E; }
span { border-color: rgb(235,186,94); }
td.TdClassName
{
border-color: #EBBA5E;
}
.TagClassName
{
border-color: #EBBA5E;
}
</style>