Shades of Ronchi #EDBA54
Tints of Ronchi #EDBA54
RGB
CMYK
RGB Variations
Color information
#EDBA54 (or 0xEDBA54) is known color: Ronchi. HEX triplet: ED, BA and 54. RGB value is (237,186,84). Sum of RGB (Red+Green+Blue) = 237+186+84=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA54 is #1245AB. Grayscale: #BEBEBE. Windows color (decimal): -1197484 or 5552877. OLE color: 5552877.
HSL color Cylindrical-coordinate representation of color #EDBA54: hue angle of 40º 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 #EDBA54 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 84 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.07 |
| HSL | 40º | 0.81% | 0.63% | - |
| HSV(B) | 40º | 0.65% | 0.93% | - |
| XYZ | 54.08 | 53.76 | 15.91 | - |
| YUV | 189.62 | 68.4 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 84 | 0 | 0.22 | 0.65 | 0.07 | 40 | 0.81 | 0.63 |
| Hex | ED | BA | 54 | 0 | 16 | 41 | 7 | 28 | 51 | 3F |
| Octal | 355 | 272 | 124 | 0 | 26 | 101 | 7 | 50 | 121 | 77 |
| Binary | 11101101 | 10111010 | 1010100 | 0 | 10110 | 1000001 | 111 | 101000 | 1010001 | 111111 |
Color Harmonies of #EDBA54
Complementary color
Monochromatic Colors of #EDBA54
Black with #EDBA54
Text Example
Text Example
White with #EDBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA54; }
p { color: rgb(237,186,84); }
H1.HeaderClassName
{
color: #EDBA54;
}
.AnyTagClassName
{
color: #EDBA54;
}
</style>
background-color css
<style>
a { background-color: #EDBA54; }
a { background-color: rgb(237,186,84); }
div.DivClassName
{
background-color: #EDBA54;
}
.BgClassName
{
background-color: #EDBA54;
}
</style>
border-color css
<style>
span { border-color: #EDBA54; }
span { border-color: rgb(237,186,84); }
td.TdClassName
{
border-color: #EDBA54;
}
.TagClassName
{
border-color: #EDBA54;
}
</style>