Shades of Ronchi #EDB844
Tints of Ronchi #EDB844
RGB
CMYK
RGB Variations
Color information
#EDB844 (or 0xEDB844) is known color: Ronchi. HEX triplet: ED, B8 and 44. RGB value is (237,184,68). Sum of RGB (Red+Green+Blue) = 237+184+68=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB844 is #1247BB. Grayscale: #BBBBBB. Windows color (decimal): -1198012 or 4503789. OLE color: 4503789.
HSL color Cylindrical-coordinate representation of color #EDB844: hue angle of 41.18º 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 #EDB844 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 68 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.07 |
| HSL | 41.18º | 0.82% | 0.6% | - |
| HSV(B) | 41.18º | 0.71% | 0.93% | - |
| XYZ | 53.11 | 52.7 | 12.84 | - |
| YUV | 186.62 | 61.06 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 68 | 0 | 0.22 | 0.71 | 0.07 | 41.18 | 0.82 | 0.6 |
| Hex | ED | B8 | 44 | 0 | 16 | 47 | 7 | 29 | 52 | 3C |
| Octal | 355 | 270 | 104 | 0 | 26 | 107 | 7 | 51 | 122 | 74 |
| Binary | 11101101 | 10111000 | 1000100 | 0 | 10110 | 1000111 | 111 | 101001 | 1010010 | 111100 |
Color Harmonies of #EDB844
Complementary color
Monochromatic Colors of #EDB844
Black with #EDB844
Text Example
Text Example
White with #EDB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB844; }
p { color: rgb(237,184,68); }
H1.HeaderClassName
{
color: #EDB844;
}
.AnyTagClassName
{
color: #EDB844;
}
</style>
background-color css
<style>
a { background-color: #EDB844; }
a { background-color: rgb(237,184,68); }
div.DivClassName
{
background-color: #EDB844;
}
.BgClassName
{
background-color: #EDB844;
}
</style>
border-color css
<style>
span { border-color: #EDB844; }
span { border-color: rgb(237,184,68); }
td.TdClassName
{
border-color: #EDB844;
}
.TagClassName
{
border-color: #EDB844;
}
</style>