Shades of Ronchi #EDBC58
Tints of Ronchi #EDBC58
RGB
CMYK
RGB Variations
Color information
#EDBC58 (or 0xEDBC58) is known color: Ronchi. HEX triplet: ED, BC and 58. RGB value is (237,188,88). Sum of RGB (Red+Green+Blue) = 237+188+88=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC58 is #1243A7. Grayscale: #BFBFBF. Windows color (decimal): -1196968 or 5815533. OLE color: 5815533.
HSL color Cylindrical-coordinate representation of color #EDBC58: hue angle of 40.27º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDBC58 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 88 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.07 |
| HSL | 40.27º | 0.81% | 0.64% | - |
| HSV(B) | 40.27º | 0.63% | 0.93% | - |
| XYZ | 54.67 | 54.68 | 16.9 | - |
| YUV | 191.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 88 | 0 | 0.21 | 0.63 | 0.07 | 40.27 | 0.81 | 0.64 |
| Hex | ED | BC | 58 | 0 | 15 | 3F | 7 | 28 | 51 | 40 |
| Octal | 355 | 274 | 130 | 0 | 25 | 77 | 7 | 50 | 121 | 100 |
| Binary | 11101101 | 10111100 | 1011000 | 0 | 10101 | 111111 | 111 | 101000 | 1010001 | 1000000 |
Color Harmonies of #EDBC58
Complementary color
Monochromatic Colors of #EDBC58
Black with #EDBC58
Text Example
Text Example
White with #EDBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC58; }
p { color: rgb(237,188,88); }
H1.HeaderClassName
{
color: #EDBC58;
}
.AnyTagClassName
{
color: #EDBC58;
}
</style>
background-color css
<style>
a { background-color: #EDBC58; }
a { background-color: rgb(237,188,88); }
div.DivClassName
{
background-color: #EDBC58;
}
.BgClassName
{
background-color: #EDBC58;
}
</style>
border-color css
<style>
span { border-color: #EDBC58; }
span { border-color: rgb(237,188,88); }
td.TdClassName
{
border-color: #EDBC58;
}
.TagClassName
{
border-color: #EDBC58;
}
</style>