Shades of Ronchi #EDB948
Tints of Ronchi #EDB948
RGB
CMYK
RGB Variations
Color information
#EDB948 (or 0xEDB948) is known color: Ronchi. HEX triplet: ED, B9 and 48. RGB value is (237,185,72). Sum of RGB (Red+Green+Blue) = 237+185+72=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB948 is #1246B7. Grayscale: #BCBCBC. Windows color (decimal): -1197752 or 4766189. OLE color: 4766189.
HSL color Cylindrical-coordinate representation of color #EDB948: hue angle of 41.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDB948 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 72 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.07 |
| HSL | 41.09º | 0.82% | 0.61% | - |
| HSV(B) | 41.09º | 0.7% | 0.93% | - |
| XYZ | 53.44 | 53.17 | 13.58 | - |
| YUV | 187.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 72 | 0 | 0.22 | 0.70 | 0.07 | 41.09 | 0.82 | 0.61 |
| Hex | ED | B9 | 48 | 0 | 16 | 46 | 7 | 29 | 52 | 3D |
| Octal | 355 | 271 | 110 | 0 | 26 | 106 | 7 | 51 | 122 | 75 |
| Binary | 11101101 | 10111001 | 1001000 | 0 | 10110 | 1000110 | 111 | 101001 | 1010010 | 111101 |
Color Harmonies of #EDB948
Complementary color
Monochromatic Colors of #EDB948
Black with #EDB948
Text Example
Text Example
White with #EDB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB948; }
p { color: rgb(237,185,72); }
H1.HeaderClassName
{
color: #EDB948;
}
.AnyTagClassName
{
color: #EDB948;
}
</style>
background-color css
<style>
a { background-color: #EDB948; }
a { background-color: rgb(237,185,72); }
div.DivClassName
{
background-color: #EDB948;
}
.BgClassName
{
background-color: #EDB948;
}
</style>
border-color css
<style>
span { border-color: #EDB948; }
span { border-color: rgb(237,185,72); }
td.TdClassName
{
border-color: #EDB948;
}
.TagClassName
{
border-color: #EDB948;
}
</style>