Shades of Ronchi #EDBC5E
Tints of Ronchi #EDBC5E
RGB
CMYK
RGB Variations
Color information
#EDBC5E (or 0xEDBC5E) is known color: Ronchi. HEX triplet: ED, BC and 5E. RGB value is (237,188,94). Sum of RGB (Red+Green+Blue) = 237+188+94=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC5E is #1243A1. Grayscale: #C0C0C0. Windows color (decimal): -1196962 or 6208749. OLE color: 6208749.
HSL color Cylindrical-coordinate representation of color #EDBC5E: hue angle of 39.44º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDBC5E is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 188 | 94 | - |
CMYK | 0 | 0.21 | 0.60 | 0.07 |
HSL | 39.44º | 0.8% | 0.65% | - |
HSV(B) | 39.44º | 0.6% | 0.93% | - |
XYZ | 54.93 | 54.78 | 18.27 | - |
YUV | 191.94 | 72.73 | 160.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 188 | 94 | 0 | 0.21 | 0.60 | 0.07 | 39.44 | 0.8 | 0.65 |
Hex | ED | BC | 5E | 0 | 15 | 3C | 7 | 27 | 50 | 41 |
Octal | 355 | 274 | 136 | 0 | 25 | 74 | 7 | 47 | 120 | 101 |
Binary | 11101101 | 10111100 | 1011110 | 0 | 10101 | 111100 | 111 | 100111 | 1010000 | 1000001 |
Color Harmonies of #EDBC5E
Complementary color
Monochromatic Colors of #EDBC5E
Black with #EDBC5E
Text Example
Text Example
White with #EDBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC5E; }
p { color: rgb(237,188,94); }
H1.HeaderClassName
{
color: #EDBC5E;
}
.AnyTagClassName
{
color: #EDBC5E;
}
</style>
background-color css
<style>
a { background-color: #EDBC5E; }
a { background-color: rgb(237,188,94); }
div.DivClassName
{
background-color: #EDBC5E;
}
.BgClassName
{
background-color: #EDBC5E;
}
</style>
border-color css
<style>
span { border-color: #EDBC5E; }
span { border-color: rgb(237,188,94); }
td.TdClassName
{
border-color: #EDBC5E;
}
.TagClassName
{
border-color: #EDBC5E;
}
</style>