Shades of Ronchi #EDB546
Tints of Ronchi #EDB546
RGB
CMYK
RGB Variations
Color information
#EDB546 (or 0xEDB546) is known color: Ronchi. HEX triplet: ED, B5 and 46. RGB value is (237,181,70). Sum of RGB (Red+Green+Blue) = 237+181+70=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB546 is #124AB9. Grayscale: #B9B9B9. Windows color (decimal): -1198778 or 4634093. OLE color: 4634093.
HSL color Cylindrical-coordinate representation of color #EDB546: hue angle of 39.88º 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 #EDB546 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 70 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.07 |
| HSL | 39.88º | 0.82% | 0.6% | - |
| HSV(B) | 39.88º | 0.7% | 0.93% | - |
| XYZ | 52.55 | 51.49 | 12.96 | - |
| YUV | 185.09 | 63.05 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 70 | 0 | 0.24 | 0.70 | 0.07 | 39.88 | 0.82 | 0.6 |
| Hex | ED | B5 | 46 | 0 | 18 | 46 | 7 | 28 | 52 | 3C |
| Octal | 355 | 265 | 106 | 0 | 30 | 106 | 7 | 50 | 122 | 74 |
| Binary | 11101101 | 10110101 | 1000110 | 0 | 11000 | 1000110 | 111 | 101000 | 1010010 | 111100 |
Color Harmonies of #EDB546
Complementary color
Monochromatic Colors of #EDB546
Black with #EDB546
Text Example
Text Example
White with #EDB546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB546; }
p { color: rgb(237,181,70); }
H1.HeaderClassName
{
color: #EDB546;
}
.AnyTagClassName
{
color: #EDB546;
}
</style>
background-color css
<style>
a { background-color: #EDB546; }
a { background-color: rgb(237,181,70); }
div.DivClassName
{
background-color: #EDB546;
}
.BgClassName
{
background-color: #EDB546;
}
</style>
border-color css
<style>
span { border-color: #EDB546; }
span { border-color: rgb(237,181,70); }
td.TdClassName
{
border-color: #EDB546;
}
.TagClassName
{
border-color: #EDB546;
}
</style>