Shades of Ronchi #EBBA4B
Tints of Ronchi #EBBA4B
RGB
CMYK
RGB Variations
Color information
#EBBA4B (or 0xEBBA4B) is known color: Ronchi. HEX triplet: EB, BA and 4B. RGB value is (235,186,75). Sum of RGB (Red+Green+Blue) = 235+186+75=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA4B is #1445B4. Grayscale: #BCBCBC. Windows color (decimal): -1328565 or 4963051. OLE color: 4963051.
HSL color Cylindrical-coordinate representation of color #EBBA4B: hue angle of 41.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBBA4B is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 75 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.08 |
| HSL | 41.63º | 0.8% | 0.61% | - |
| HSV(B) | 41.63º | 0.68% | 0.92% | - |
| XYZ | 53.09 | 53.29 | 14.14 | - |
| YUV | 188 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 75 | 0 | 0.21 | 0.68 | 0.08 | 41.63 | 0.8 | 0.61 |
| Hex | EB | BA | 4B | 0 | 15 | 44 | 8 | 2A | 50 | 3D |
| Octal | 353 | 272 | 113 | 0 | 25 | 104 | 10 | 52 | 120 | 75 |
| Binary | 11101011 | 10111010 | 1001011 | 0 | 10101 | 1000100 | 1000 | 101010 | 1010000 | 111101 |
Color Harmonies of #EBBA4B
Complementary color
Monochromatic Colors of #EBBA4B
Black with #EBBA4B
Text Example
Text Example
White with #EBBA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA4B; }
p { color: rgb(235,186,75); }
H1.HeaderClassName
{
color: #EBBA4B;
}
.AnyTagClassName
{
color: #EBBA4B;
}
</style>
background-color css
<style>
a { background-color: #EBBA4B; }
a { background-color: rgb(235,186,75); }
div.DivClassName
{
background-color: #EBBA4B;
}
.BgClassName
{
background-color: #EBBA4B;
}
</style>
border-color css
<style>
span { border-color: #EBBA4B; }
span { border-color: rgb(235,186,75); }
td.TdClassName
{
border-color: #EBBA4B;
}
.TagClassName
{
border-color: #EBBA4B;
}
</style>