Shades of Ronchi #EDBA56
Tints of Ronchi #EDBA56
RGB
CMYK
RGB Variations
Color information
#EDBA56 (or 0xEDBA56) is known color: Ronchi. HEX triplet: ED, BA and 56. RGB value is (237,186,86). Sum of RGB (Red+Green+Blue) = 237+186+86=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA56 is #1245A9. Grayscale: #BEBEBE. Windows color (decimal): -1197482 or 5683949. OLE color: 5683949.
HSL color Cylindrical-coordinate representation of color #EDBA56: hue angle of 39.74º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDBA56 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 86 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.07 |
| HSL | 39.74º | 0.81% | 0.63% | - |
| HSV(B) | 39.74º | 0.64% | 0.93% | - |
| XYZ | 54.16 | 53.79 | 16.33 | - |
| YUV | 189.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 86 | 0 | 0.22 | 0.64 | 0.07 | 39.74 | 0.81 | 0.63 |
| Hex | ED | BA | 56 | 0 | 16 | 40 | 7 | 28 | 51 | 3F |
| Octal | 355 | 272 | 126 | 0 | 26 | 100 | 7 | 50 | 121 | 77 |
| Binary | 11101101 | 10111010 | 1010110 | 0 | 10110 | 1000000 | 111 | 101000 | 1010001 | 111111 |
Color Harmonies of #EDBA56
Complementary color
Monochromatic Colors of #EDBA56
Black with #EDBA56
Text Example
Text Example
White with #EDBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA56; }
p { color: rgb(237,186,86); }
H1.HeaderClassName
{
color: #EDBA56;
}
.AnyTagClassName
{
color: #EDBA56;
}
</style>
background-color css
<style>
a { background-color: #EDBA56; }
a { background-color: rgb(237,186,86); }
div.DivClassName
{
background-color: #EDBA56;
}
.BgClassName
{
background-color: #EDBA56;
}
</style>
border-color css
<style>
span { border-color: #EDBA56; }
span { border-color: rgb(237,186,86); }
td.TdClassName
{
border-color: #EDBA56;
}
.TagClassName
{
border-color: #EDBA56;
}
</style>