Shades of Ronchi #EBBC5C
Tints of Ronchi #EBBC5C
RGB
CMYK
RGB Variations
Color information
#EBBC5C (or 0xEBBC5C) is known color: Ronchi. HEX triplet: EB, BC and 5C. RGB value is (235,188,92). Sum of RGB (Red+Green+Blue) = 235+188+92=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC5C is #1443A3. Grayscale: #BFBFBF. Windows color (decimal): -1328036 or 6077675. OLE color: 6077675.
HSL color Cylindrical-coordinate representation of color #EBBC5C: hue angle of 40.28º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBBC5C is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 92 | - |
| CMYK | 0 | 0.2 | 0.61 | 0.08 |
| HSL | 40.28º | 0.78% | 0.64% | - |
| HSV(B) | 40.28º | 0.61% | 0.92% | - |
| XYZ | 54.18 | 54.4 | 17.77 | - |
| YUV | 191.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 92 | 0 | 0.2 | 0.61 | 0.08 | 40.28 | 0.78 | 0.64 |
| Hex | EB | BC | 5C | 0 | 14 | 3D | 8 | 28 | 4E | 40 |
| Octal | 353 | 274 | 134 | 0 | 24 | 75 | 10 | 50 | 116 | 100 |
| Binary | 11101011 | 10111100 | 1011100 | 0 | 10100 | 111101 | 1000 | 101000 | 1001110 | 1000000 |
Color Harmonies of #EBBC5C
Complementary color
Monochromatic Colors of #EBBC5C
Black with #EBBC5C
Text Example
Text Example
White with #EBBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC5C; }
p { color: rgb(235,188,92); }
H1.HeaderClassName
{
color: #EBBC5C;
}
.AnyTagClassName
{
color: #EBBC5C;
}
</style>
background-color css
<style>
a { background-color: #EBBC5C; }
a { background-color: rgb(235,188,92); }
div.DivClassName
{
background-color: #EBBC5C;
}
.BgClassName
{
background-color: #EBBC5C;
}
</style>
border-color css
<style>
span { border-color: #EBBC5C; }
span { border-color: rgb(235,188,92); }
td.TdClassName
{
border-color: #EBBC5C;
}
.TagClassName
{
border-color: #EBBC5C;
}
</style>