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