Shades of Ronchi #EDBB55
Tints of Ronchi #EDBB55
RGB
CMYK
RGB Variations
Color information
#EDBB55 (or 0xEDBB55) is known color: Ronchi. HEX triplet: ED, BB and 55. RGB value is (237,187,85). Sum of RGB (Red+Green+Blue) = 237+187+85=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB55 is #1244AA. Grayscale: #BEBEBE. Windows color (decimal): -1197227 or 5618669. OLE color: 5618669.
HSL color Cylindrical-coordinate representation of color #EDBB55: hue angle of 40.26º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDBB55 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 85 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.07 |
| HSL | 40.26º | 0.81% | 0.63% | - |
| HSV(B) | 40.26º | 0.64% | 0.93% | - |
| XYZ | 54.34 | 54.2 | 16.19 | - |
| YUV | 190.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 85 | 0 | 0.21 | 0.64 | 0.07 | 40.26 | 0.81 | 0.63 |
| Hex | ED | BB | 55 | 0 | 15 | 40 | 7 | 28 | 51 | 3F |
| Octal | 355 | 273 | 125 | 0 | 25 | 100 | 7 | 50 | 121 | 77 |
| Binary | 11101101 | 10111011 | 1010101 | 0 | 10101 | 1000000 | 111 | 101000 | 1010001 | 111111 |
Color Harmonies of #EDBB55
Complementary color
Monochromatic Colors of #EDBB55
Black with #EDBB55
Text Example
Text Example
White with #EDBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB55; }
p { color: rgb(237,187,85); }
H1.HeaderClassName
{
color: #EDBB55;
}
.AnyTagClassName
{
color: #EDBB55;
}
</style>
background-color css
<style>
a { background-color: #EDBB55; }
a { background-color: rgb(237,187,85); }
div.DivClassName
{
background-color: #EDBB55;
}
.BgClassName
{
background-color: #EDBB55;
}
</style>
border-color css
<style>
span { border-color: #EDBB55; }
span { border-color: rgb(237,187,85); }
td.TdClassName
{
border-color: #EDBB55;
}
.TagClassName
{
border-color: #EDBB55;
}
</style>