Shades of Ronchi #EDB851
Tints of Ronchi #EDB851
RGB
CMYK
RGB Variations
Color information
#EDB851 (or 0xEDB851) is known color: Ronchi. HEX triplet: ED, B8 and 51. RGB value is (237,184,81). Sum of RGB (Red+Green+Blue) = 237+184+81=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB851 is #1247AE. Grayscale: #BCBCBC. Windows color (decimal): -1197999 or 5355757. OLE color: 5355757.
HSL color Cylindrical-coordinate representation of color #EDB851: hue angle of 39.62º 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 #EDB851 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 81 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.07 |
| HSL | 39.62º | 0.81% | 0.62% | - |
| HSV(B) | 39.62º | 0.66% | 0.93% | - |
| XYZ | 53.55 | 52.88 | 15.17 | - |
| YUV | 188.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 81 | 0 | 0.22 | 0.66 | 0.07 | 39.62 | 0.81 | 0.62 |
| Hex | ED | B8 | 51 | 0 | 16 | 42 | 7 | 28 | 51 | 3E |
| Octal | 355 | 270 | 121 | 0 | 26 | 102 | 7 | 50 | 121 | 76 |
| Binary | 11101101 | 10111000 | 1010001 | 0 | 10110 | 1000010 | 111 | 101000 | 1010001 | 111110 |
Color Harmonies of #EDB851
Complementary color
Monochromatic Colors of #EDB851
Black with #EDB851
Text Example
Text Example
White with #EDB851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB851; }
p { color: rgb(237,184,81); }
H1.HeaderClassName
{
color: #EDB851;
}
.AnyTagClassName
{
color: #EDB851;
}
</style>
background-color css
<style>
a { background-color: #EDB851; }
a { background-color: rgb(237,184,81); }
div.DivClassName
{
background-color: #EDB851;
}
.BgClassName
{
background-color: #EDB851;
}
</style>
border-color css
<style>
span { border-color: #EDB851; }
span { border-color: rgb(237,184,81); }
td.TdClassName
{
border-color: #EDB851;
}
.TagClassName
{
border-color: #EDB851;
}
</style>