Shades of Ronchi #EDB847
Tints of Ronchi #EDB847
RGB
CMYK
RGB Variations
Color information
#EDB847 (or 0xEDB847) is known color: Ronchi. HEX triplet: ED, B8 and 47. RGB value is (237,184,71). Sum of RGB (Red+Green+Blue) = 237+184+71=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB847 is #1247B8. Grayscale: #BBBBBB. Windows color (decimal): -1198009 or 4700397. OLE color: 4700397.
HSL color Cylindrical-coordinate representation of color #EDB847: hue angle of 40.84º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDB847 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 71 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.07 |
| HSL | 40.84º | 0.82% | 0.6% | - |
| HSV(B) | 40.84º | 0.7% | 0.93% | - |
| XYZ | 53.2 | 52.74 | 13.34 | - |
| YUV | 186.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 71 | 0 | 0.22 | 0.70 | 0.07 | 40.84 | 0.82 | 0.6 |
| Hex | ED | B8 | 47 | 0 | 16 | 46 | 7 | 29 | 52 | 3C |
| Octal | 355 | 270 | 107 | 0 | 26 | 106 | 7 | 51 | 122 | 74 |
| Binary | 11101101 | 10111000 | 1000111 | 0 | 10110 | 1000110 | 111 | 101001 | 1010010 | 111100 |
Color Harmonies of #EDB847
Complementary color
Monochromatic Colors of #EDB847
Black with #EDB847
Text Example
Text Example
White with #EDB847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB847; }
p { color: rgb(237,184,71); }
H1.HeaderClassName
{
color: #EDB847;
}
.AnyTagClassName
{
color: #EDB847;
}
</style>
background-color css
<style>
a { background-color: #EDB847; }
a { background-color: rgb(237,184,71); }
div.DivClassName
{
background-color: #EDB847;
}
.BgClassName
{
background-color: #EDB847;
}
</style>
border-color css
<style>
span { border-color: #EDB847; }
span { border-color: rgb(237,184,71); }
td.TdClassName
{
border-color: #EDB847;
}
.TagClassName
{
border-color: #EDB847;
}
</style>