Shades of Ronchi #EBBC5D
Tints of Ronchi #EBBC5D
RGB
CMYK
RGB Variations
Color information
#EBBC5D (or 0xEBBC5D) is known color: Ronchi. HEX triplet: EB, BC and 5D. RGB value is (235,188,93). Sum of RGB (Red+Green+Blue) = 235+188+93=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC5D is #1443A2. Grayscale: #BFBFBF. Windows color (decimal): -1328035 or 6143211. OLE color: 6143211.
HSL color Cylindrical-coordinate representation of color #EBBC5D: hue angle of 40.14º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBBC5D is Cyan = 0, Magento = 0.2, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 93 | - |
| CMYK | 0 | 0.2 | 0.60 | 0.08 |
| HSL | 40.14º | 0.78% | 0.64% | - |
| HSV(B) | 40.14º | 0.6% | 0.92% | - |
| XYZ | 54.22 | 54.42 | 18 | - |
| YUV | 191.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 93 | 0 | 0.2 | 0.60 | 0.08 | 40.14 | 0.78 | 0.64 |
| Hex | EB | BC | 5D | 0 | 14 | 3C | 8 | 28 | 4E | 40 |
| Octal | 353 | 274 | 135 | 0 | 24 | 74 | 10 | 50 | 116 | 100 |
| Binary | 11101011 | 10111100 | 1011101 | 0 | 10100 | 111100 | 1000 | 101000 | 1001110 | 1000000 |
Color Harmonies of #EBBC5D
Complementary color
Monochromatic Colors of #EBBC5D
Black with #EBBC5D
Text Example
Text Example
White with #EBBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC5D; }
p { color: rgb(235,188,93); }
H1.HeaderClassName
{
color: #EBBC5D;
}
.AnyTagClassName
{
color: #EBBC5D;
}
</style>
background-color css
<style>
a { background-color: #EBBC5D; }
a { background-color: rgb(235,188,93); }
div.DivClassName
{
background-color: #EBBC5D;
}
.BgClassName
{
background-color: #EBBC5D;
}
</style>
border-color css
<style>
span { border-color: #EBBC5D; }
span { border-color: rgb(235,188,93); }
td.TdClassName
{
border-color: #EBBC5D;
}
.TagClassName
{
border-color: #EBBC5D;
}
</style>