Shades of Ronchi #EDB650
Tints of Ronchi #EDB650
RGB
CMYK
RGB Variations
Color information
#EDB650 (or 0xEDB650) is known color: Ronchi. HEX triplet: ED, B6 and 50. RGB value is (237,182,80). Sum of RGB (Red+Green+Blue) = 237+182+80=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB650 is #1249AF. Grayscale: #BBBBBB. Windows color (decimal): -1198512 or 5289709. OLE color: 5289709.
HSL color Cylindrical-coordinate representation of color #EDB650: hue angle of 38.98º 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 #EDB650 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 80 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.07 |
| HSL | 38.98º | 0.81% | 0.62% | - |
| HSV(B) | 38.98º | 0.66% | 0.93% | - |
| XYZ | 53.1 | 52.04 | 14.84 | - |
| YUV | 186.82 | 67.72 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 80 | 0 | 0.23 | 0.66 | 0.07 | 38.98 | 0.81 | 0.62 |
| Hex | ED | B6 | 50 | 0 | 17 | 42 | 7 | 27 | 51 | 3E |
| Octal | 355 | 266 | 120 | 0 | 27 | 102 | 7 | 47 | 121 | 76 |
| Binary | 11101101 | 10110110 | 1010000 | 0 | 10111 | 1000010 | 111 | 100111 | 1010001 | 111110 |
Color Harmonies of #EDB650
Complementary color
Monochromatic Colors of #EDB650
Black with #EDB650
Text Example
Text Example
White with #EDB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB650; }
p { color: rgb(237,182,80); }
H1.HeaderClassName
{
color: #EDB650;
}
.AnyTagClassName
{
color: #EDB650;
}
</style>
background-color css
<style>
a { background-color: #EDB650; }
a { background-color: rgb(237,182,80); }
div.DivClassName
{
background-color: #EDB650;
}
.BgClassName
{
background-color: #EDB650;
}
</style>
border-color css
<style>
span { border-color: #EDB650; }
span { border-color: rgb(237,182,80); }
td.TdClassName
{
border-color: #EDB650;
}
.TagClassName
{
border-color: #EDB650;
}
</style>