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