Shades of Ronchi #EDB954
Tints of Ronchi #EDB954
RGB
CMYK
RGB Variations
Color information
#EDB954 (or 0xEDB954) is known color: Ronchi. HEX triplet: ED, B9 and 54. RGB value is (237,185,84). Sum of RGB (Red+Green+Blue) = 237+185+84=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB954 is #1246AB. Grayscale: #BDBDBD. Windows color (decimal): -1197740 or 5552621. OLE color: 5552621.
HSL color Cylindrical-coordinate representation of color #EDB954: hue angle of 39.61º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDB954 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 84 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.07 |
| HSL | 39.61º | 0.81% | 0.63% | - |
| HSV(B) | 39.61º | 0.65% | 0.93% | - |
| XYZ | 53.87 | 53.34 | 15.84 | - |
| YUV | 189.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 84 | 0 | 0.22 | 0.65 | 0.07 | 39.61 | 0.81 | 0.63 |
| Hex | ED | B9 | 54 | 0 | 16 | 41 | 7 | 28 | 51 | 3F |
| Octal | 355 | 271 | 124 | 0 | 26 | 101 | 7 | 50 | 121 | 77 |
| Binary | 11101101 | 10111001 | 1010100 | 0 | 10110 | 1000001 | 111 | 101000 | 1010001 | 111111 |
Color Harmonies of #EDB954
Complementary color
Monochromatic Colors of #EDB954
Black with #EDB954
Text Example
Text Example
White with #EDB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB954; }
p { color: rgb(237,185,84); }
H1.HeaderClassName
{
color: #EDB954;
}
.AnyTagClassName
{
color: #EDB954;
}
</style>
background-color css
<style>
a { background-color: #EDB954; }
a { background-color: rgb(237,185,84); }
div.DivClassName
{
background-color: #EDB954;
}
.BgClassName
{
background-color: #EDB954;
}
</style>
border-color css
<style>
span { border-color: #EDB954; }
span { border-color: rgb(237,185,84); }
td.TdClassName
{
border-color: #EDB954;
}
.TagClassName
{
border-color: #EDB954;
}
</style>