Shades of Ronchi #EDB945
Tints of Ronchi #EDB945
RGB
CMYK
RGB Variations
Color information
#EDB945 (or 0xEDB945) is known color: Ronchi. HEX triplet: ED, B9 and 45. RGB value is (237,185,69). Sum of RGB (Red+Green+Blue) = 237+185+69=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB945 is #1246BA. Grayscale: #BBBBBB. Windows color (decimal): -1197755 or 4569581. OLE color: 4569581.
HSL color Cylindrical-coordinate representation of color #EDB945: hue angle of 41.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDB945 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 69 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.07 |
| HSL | 41.43º | 0.82% | 0.6% | - |
| HSV(B) | 41.43º | 0.71% | 0.93% | - |
| XYZ | 53.35 | 53.13 | 13.07 | - |
| YUV | 187.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 69 | 0 | 0.22 | 0.71 | 0.07 | 41.43 | 0.82 | 0.6 |
| Hex | ED | B9 | 45 | 0 | 16 | 47 | 7 | 29 | 52 | 3C |
| Octal | 355 | 271 | 105 | 0 | 26 | 107 | 7 | 51 | 122 | 74 |
| Binary | 11101101 | 10111001 | 1000101 | 0 | 10110 | 1000111 | 111 | 101001 | 1010010 | 111100 |
Color Harmonies of #EDB945
Complementary color
Monochromatic Colors of #EDB945
Black with #EDB945
Text Example
Text Example
White with #EDB945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB945; }
p { color: rgb(237,185,69); }
H1.HeaderClassName
{
color: #EDB945;
}
.AnyTagClassName
{
color: #EDB945;
}
</style>
background-color css
<style>
a { background-color: #EDB945; }
a { background-color: rgb(237,185,69); }
div.DivClassName
{
background-color: #EDB945;
}
.BgClassName
{
background-color: #EDB945;
}
</style>
border-color css
<style>
span { border-color: #EDB945; }
span { border-color: rgb(237,185,69); }
td.TdClassName
{
border-color: #EDB945;
}
.TagClassName
{
border-color: #EDB945;
}
</style>