Shades of Ronchi #EDB646
Tints of Ronchi #EDB646
RGB
CMYK
RGB Variations
Color information
#EDB646 (or 0xEDB646) is known color: Ronchi. HEX triplet: ED, B6 and 46. RGB value is (237,182,70). Sum of RGB (Red+Green+Blue) = 237+182+70=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB646 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB646 is #1249B9. Grayscale: #BABABA. Windows color (decimal): -1198522 or 4634349. OLE color: 4634349.
HSL color Cylindrical-coordinate representation of color #EDB646: hue angle of 40.24º 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 #EDB646 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 70 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.07 |
| HSL | 40.24º | 0.82% | 0.6% | - |
| HSV(B) | 40.24º | 0.7% | 0.93% | - |
| XYZ | 52.76 | 51.9 | 13.03 | - |
| YUV | 185.68 | 62.72 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 70 | 0 | 0.23 | 0.70 | 0.07 | 40.24 | 0.82 | 0.6 |
| Hex | ED | B6 | 46 | 0 | 17 | 46 | 7 | 28 | 52 | 3C |
| Octal | 355 | 266 | 106 | 0 | 27 | 106 | 7 | 50 | 122 | 74 |
| Binary | 11101101 | 10110110 | 1000110 | 0 | 10111 | 1000110 | 111 | 101000 | 1010010 | 111100 |
Color Harmonies of #EDB646
Complementary color
Monochromatic Colors of #EDB646
Black with #EDB646
Text Example
Text Example
White with #EDB646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB646; }
p { color: rgb(237,182,70); }
H1.HeaderClassName
{
color: #EDB646;
}
.AnyTagClassName
{
color: #EDB646;
}
</style>
background-color css
<style>
a { background-color: #EDB646; }
a { background-color: rgb(237,182,70); }
div.DivClassName
{
background-color: #EDB646;
}
.BgClassName
{
background-color: #EDB646;
}
</style>
border-color css
<style>
span { border-color: #EDB646; }
span { border-color: rgb(237,182,70); }
td.TdClassName
{
border-color: #EDB646;
}
.TagClassName
{
border-color: #EDB646;
}
</style>