Shades of Ronchi #EBBC55
Tints of Ronchi #EBBC55
RGB
CMYK
RGB Variations
Color information
#EBBC55 (or 0xEBBC55) is known color: Ronchi. HEX triplet: EB, BC and 55. RGB value is (235,188,85). Sum of RGB (Red+Green+Blue) = 235+188+85=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC55 is #1443AA. Grayscale: #BEBEBE. Windows color (decimal): -1328043 or 5618923. OLE color: 5618923.
HSL color Cylindrical-coordinate representation of color #EBBC55: hue angle of 41.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBBC55 is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 85 | - |
| CMYK | 0 | 0.2 | 0.64 | 0.08 |
| HSL | 41.2º | 0.79% | 0.63% | - |
| HSV(B) | 41.2º | 0.64% | 0.92% | - |
| XYZ | 53.88 | 54.28 | 16.23 | - |
| YUV | 190.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 85 | 0 | 0.2 | 0.64 | 0.08 | 41.2 | 0.79 | 0.63 |
| Hex | EB | BC | 55 | 0 | 14 | 40 | 8 | 29 | 4F | 3F |
| Octal | 353 | 274 | 125 | 0 | 24 | 100 | 10 | 51 | 117 | 77 |
| Binary | 11101011 | 10111100 | 1010101 | 0 | 10100 | 1000000 | 1000 | 101001 | 1001111 | 111111 |
Color Harmonies of #EBBC55
Complementary color
Monochromatic Colors of #EBBC55
Black with #EBBC55
Text Example
Text Example
White with #EBBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC55; }
p { color: rgb(235,188,85); }
H1.HeaderClassName
{
color: #EBBC55;
}
.AnyTagClassName
{
color: #EBBC55;
}
</style>
background-color css
<style>
a { background-color: #EBBC55; }
a { background-color: rgb(235,188,85); }
div.DivClassName
{
background-color: #EBBC55;
}
.BgClassName
{
background-color: #EBBC55;
}
</style>
border-color css
<style>
span { border-color: #EBBC55; }
span { border-color: rgb(235,188,85); }
td.TdClassName
{
border-color: #EBBC55;
}
.TagClassName
{
border-color: #EBBC55;
}
</style>