Shades of Ronchi #EBBA5A
Tints of Ronchi #EBBA5A
RGB
CMYK
RGB Variations
Color information
#EBBA5A (or 0xEBBA5A) is known color: Ronchi. HEX triplet: EB, BA and 5A. RGB value is (235,186,90). Sum of RGB (Red+Green+Blue) = 235+186+90=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA5A is #1445A5. Grayscale: #BEBEBE. Windows color (decimal): -1328550 or 5946091. OLE color: 5946091.
HSL color Cylindrical-coordinate representation of color #EBBA5A: hue angle of 39.72º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBBA5A is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 90 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.08 |
| HSL | 39.72º | 0.78% | 0.64% | - |
| HSV(B) | 39.72º | 0.62% | 0.92% | - |
| XYZ | 53.67 | 53.52 | 17.17 | - |
| YUV | 189.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 90 | 0 | 0.21 | 0.62 | 0.08 | 39.72 | 0.78 | 0.64 |
| Hex | EB | BA | 5A | 0 | 15 | 3E | 8 | 28 | 4E | 40 |
| Octal | 353 | 272 | 132 | 0 | 25 | 76 | 10 | 50 | 116 | 100 |
| Binary | 11101011 | 10111010 | 1011010 | 0 | 10101 | 111110 | 1000 | 101000 | 1001110 | 1000000 |
Color Harmonies of #EBBA5A
Complementary color
Monochromatic Colors of #EBBA5A
Black with #EBBA5A
Text Example
Text Example
White with #EBBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA5A; }
p { color: rgb(235,186,90); }
H1.HeaderClassName
{
color: #EBBA5A;
}
.AnyTagClassName
{
color: #EBBA5A;
}
</style>
background-color css
<style>
a { background-color: #EBBA5A; }
a { background-color: rgb(235,186,90); }
div.DivClassName
{
background-color: #EBBA5A;
}
.BgClassName
{
background-color: #EBBA5A;
}
</style>
border-color css
<style>
span { border-color: #EBBA5A; }
span { border-color: rgb(235,186,90); }
td.TdClassName
{
border-color: #EBBA5A;
}
.TagClassName
{
border-color: #EBBA5A;
}
</style>