Shades of Ronchi #EDB94C
Tints of Ronchi #EDB94C
RGB
CMYK
RGB Variations
Color information
#EDB94C (or 0xEDB94C) is known color: Ronchi. HEX triplet: ED, B9 and 4C. RGB value is (237,185,76). Sum of RGB (Red+Green+Blue) = 237+185+76=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB94C is #1246B3. Grayscale: #BCBCBC. Windows color (decimal): -1197748 or 5028333. OLE color: 5028333.
HSL color Cylindrical-coordinate representation of color #EDB94C: hue angle of 40.62º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDB94C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 76 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.62º | 0.82% | 0.61% | - |
| HSV(B) | 40.62º | 0.68% | 0.93% | - |
| XYZ | 53.58 | 53.22 | 14.29 | - |
| YUV | 188.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 76 | 0 | 0.22 | 0.68 | 0.07 | 40.62 | 0.82 | 0.61 |
| Hex | ED | B9 | 4C | 0 | 16 | 44 | 7 | 29 | 52 | 3D |
| Octal | 355 | 271 | 114 | 0 | 26 | 104 | 7 | 51 | 122 | 75 |
| Binary | 11101101 | 10111001 | 1001100 | 0 | 10110 | 1000100 | 111 | 101001 | 1010010 | 111101 |
Color Harmonies of #EDB94C
Complementary color
Monochromatic Colors of #EDB94C
Black with #EDB94C
Text Example
Text Example
White with #EDB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB94C; }
p { color: rgb(237,185,76); }
H1.HeaderClassName
{
color: #EDB94C;
}
.AnyTagClassName
{
color: #EDB94C;
}
</style>
background-color css
<style>
a { background-color: #EDB94C; }
a { background-color: rgb(237,185,76); }
div.DivClassName
{
background-color: #EDB94C;
}
.BgClassName
{
background-color: #EDB94C;
}
</style>
border-color css
<style>
span { border-color: #EDB94C; }
span { border-color: rgb(237,185,76); }
td.TdClassName
{
border-color: #EDB94C;
}
.TagClassName
{
border-color: #EDB94C;
}
</style>