Shades of Ronchi #EBBA4E
Tints of Ronchi #EBBA4E
RGB
CMYK
RGB Variations
Color information
#EBBA4E (or 0xEBBA4E) is known color: Ronchi. HEX triplet: EB, BA and 4E. RGB value is (235,186,78). Sum of RGB (Red+Green+Blue) = 235+186+78=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA4E is #1445B1. Grayscale: #BCBCBC. Windows color (decimal): -1328562 or 5159659. OLE color: 5159659.
HSL color Cylindrical-coordinate representation of color #EBBA4E: hue angle of 41.27º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBBA4E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 78 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.08 |
| HSL | 41.27º | 0.8% | 0.61% | - |
| HSV(B) | 41.27º | 0.67% | 0.92% | - |
| XYZ | 53.2 | 53.33 | 14.7 | - |
| YUV | 188.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 78 | 0 | 0.21 | 0.67 | 0.08 | 41.27 | 0.8 | 0.61 |
| Hex | EB | BA | 4E | 0 | 15 | 43 | 8 | 29 | 50 | 3D |
| Octal | 353 | 272 | 116 | 0 | 25 | 103 | 10 | 51 | 120 | 75 |
| Binary | 11101011 | 10111010 | 1001110 | 0 | 10101 | 1000011 | 1000 | 101001 | 1010000 | 111101 |
Color Harmonies of #EBBA4E
Complementary color
Monochromatic Colors of #EBBA4E
Black with #EBBA4E
Text Example
Text Example
White with #EBBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA4E; }
p { color: rgb(235,186,78); }
H1.HeaderClassName
{
color: #EBBA4E;
}
.AnyTagClassName
{
color: #EBBA4E;
}
</style>
background-color css
<style>
a { background-color: #EBBA4E; }
a { background-color: rgb(235,186,78); }
div.DivClassName
{
background-color: #EBBA4E;
}
.BgClassName
{
background-color: #EBBA4E;
}
</style>
border-color css
<style>
span { border-color: #EBBA4E; }
span { border-color: rgb(235,186,78); }
td.TdClassName
{
border-color: #EBBA4E;
}
.TagClassName
{
border-color: #EBBA4E;
}
</style>