Shades of Ronchi #EBBC50
Tints of Ronchi #EBBC50
RGB
CMYK
RGB Variations
Color information
#EBBC50 (or 0xEBBC50) is known color: Ronchi. HEX triplet: EB, BC and 50. RGB value is (235,188,80). Sum of RGB (Red+Green+Blue) = 235+188+80=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC50 is #1443AF. Grayscale: #BEBEBE. Windows color (decimal): -1328048 or 5291243. OLE color: 5291243.
HSL color Cylindrical-coordinate representation of color #EBBC50: hue angle of 41.81º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBBC50 is Cyan = 0, Magento = 0.2, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 80 | - |
| CMYK | 0 | 0.2 | 0.66 | 0.08 |
| HSL | 41.81º | 0.79% | 0.62% | - |
| HSV(B) | 41.81º | 0.66% | 0.92% | - |
| XYZ | 53.69 | 54.21 | 15.22 | - |
| YUV | 189.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 80 | 0 | 0.2 | 0.66 | 0.08 | 41.81 | 0.79 | 0.62 |
| Hex | EB | BC | 50 | 0 | 14 | 42 | 8 | 2A | 4F | 3E |
| Octal | 353 | 274 | 120 | 0 | 24 | 102 | 10 | 52 | 117 | 76 |
| Binary | 11101011 | 10111100 | 1010000 | 0 | 10100 | 1000010 | 1000 | 101010 | 1001111 | 111110 |
Color Harmonies of #EBBC50
Complementary color
Monochromatic Colors of #EBBC50
Black with #EBBC50
Text Example
Text Example
White with #EBBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC50; }
p { color: rgb(235,188,80); }
H1.HeaderClassName
{
color: #EBBC50;
}
.AnyTagClassName
{
color: #EBBC50;
}
</style>
background-color css
<style>
a { background-color: #EBBC50; }
a { background-color: rgb(235,188,80); }
div.DivClassName
{
background-color: #EBBC50;
}
.BgClassName
{
background-color: #EBBC50;
}
</style>
border-color css
<style>
span { border-color: #EBBC50; }
span { border-color: rgb(235,188,80); }
td.TdClassName
{
border-color: #EBBC50;
}
.TagClassName
{
border-color: #EBBC50;
}
</style>