Shades of Ronchi #EDBC54
Tints of Ronchi #EDBC54
RGB
CMYK
RGB Variations
Color information
#EDBC54 (or 0xEDBC54) is known color: Ronchi. HEX triplet: ED, BC and 54. RGB value is (237,188,84). Sum of RGB (Red+Green+Blue) = 237+188+84=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC54 is #1243AB. Grayscale: #BFBFBF. Windows color (decimal): -1196972 or 5553389. OLE color: 5553389.
HSL color Cylindrical-coordinate representation of color #EDBC54: hue angle of 40.78º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDBC54 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 84 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.07 |
| HSL | 40.78º | 0.81% | 0.63% | - |
| HSV(B) | 40.78º | 0.65% | 0.93% | - |
| XYZ | 54.51 | 54.61 | 16.06 | - |
| YUV | 190.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 84 | 0 | 0.21 | 0.65 | 0.07 | 40.78 | 0.81 | 0.63 |
| Hex | ED | BC | 54 | 0 | 15 | 41 | 7 | 29 | 51 | 3F |
| Octal | 355 | 274 | 124 | 0 | 25 | 101 | 7 | 51 | 121 | 77 |
| Binary | 11101101 | 10111100 | 1010100 | 0 | 10101 | 1000001 | 111 | 101001 | 1010001 | 111111 |
Color Harmonies of #EDBC54
Complementary color
Monochromatic Colors of #EDBC54
Black with #EDBC54
Text Example
Text Example
White with #EDBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC54; }
p { color: rgb(237,188,84); }
H1.HeaderClassName
{
color: #EDBC54;
}
.AnyTagClassName
{
color: #EDBC54;
}
</style>
background-color css
<style>
a { background-color: #EDBC54; }
a { background-color: rgb(237,188,84); }
div.DivClassName
{
background-color: #EDBC54;
}
.BgClassName
{
background-color: #EDBC54;
}
</style>
border-color css
<style>
span { border-color: #EDBC54; }
span { border-color: rgb(237,188,84); }
td.TdClassName
{
border-color: #EDBC54;
}
.TagClassName
{
border-color: #EDBC54;
}
</style>