Shades of Ronchi #EDBA51
Tints of Ronchi #EDBA51
RGB
CMYK
RGB Variations
Color information
#EDBA51 (or 0xEDBA51) is known color: Ronchi. HEX triplet: ED, BA and 51. RGB value is (237,186,81). Sum of RGB (Red+Green+Blue) = 237+186+81=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 81 (32.03% from 255 or 16.07% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA51 is #1245AE. Grayscale: #BDBDBD. Windows color (decimal): -1197487 or 5356269. OLE color: 5356269.
HSL color Cylindrical-coordinate representation of color #EDBA51: hue angle of 40.38º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDBA51 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 81 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.07 |
| HSL | 40.38º | 0.81% | 0.62% | - |
| HSV(B) | 40.38º | 0.66% | 0.93% | - |
| XYZ | 53.97 | 53.72 | 15.31 | - |
| YUV | 189.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 81 | 0 | 0.22 | 0.66 | 0.07 | 40.38 | 0.81 | 0.62 |
| Hex | ED | BA | 51 | 0 | 16 | 42 | 7 | 28 | 51 | 3E |
| Octal | 355 | 272 | 121 | 0 | 26 | 102 | 7 | 50 | 121 | 76 |
| Binary | 11101101 | 10111010 | 1010001 | 0 | 10110 | 1000010 | 111 | 101000 | 1010001 | 111110 |
Color Harmonies of #EDBA51
Complementary color
Monochromatic Colors of #EDBA51
Black with #EDBA51
Text Example
Text Example
White with #EDBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA51; }
p { color: rgb(237,186,81); }
H1.HeaderClassName
{
color: #EDBA51;
}
.AnyTagClassName
{
color: #EDBA51;
}
</style>
background-color css
<style>
a { background-color: #EDBA51; }
a { background-color: rgb(237,186,81); }
div.DivClassName
{
background-color: #EDBA51;
}
.BgClassName
{
background-color: #EDBA51;
}
</style>
border-color css
<style>
span { border-color: #EDBA51; }
span { border-color: rgb(237,186,81); }
td.TdClassName
{
border-color: #EDBA51;
}
.TagClassName
{
border-color: #EDBA51;
}
</style>