Shades of Ronchi #EDB94E
Tints of Ronchi #EDB94E
RGB
CMYK
RGB Variations
Color information
#EDB94E (or 0xEDB94E) is known color: Ronchi. HEX triplet: ED, B9 and 4E. RGB value is (237,185,78). Sum of RGB (Red+Green+Blue) = 237+185+78=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB94E is #1246B1. Grayscale: #BCBCBC. Windows color (decimal): -1197746 or 5159405. OLE color: 5159405.
HSL color Cylindrical-coordinate representation of color #EDB94E: hue angle of 40.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDB94E is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 78 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.07 |
| HSL | 40.38º | 0.82% | 0.62% | - |
| HSV(B) | 40.38º | 0.67% | 0.93% | - |
| XYZ | 53.65 | 53.25 | 14.66 | - |
| YUV | 188.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 78 | 0 | 0.22 | 0.67 | 0.07 | 40.38 | 0.82 | 0.62 |
| Hex | ED | B9 | 4E | 0 | 16 | 43 | 7 | 28 | 52 | 3E |
| Octal | 355 | 271 | 116 | 0 | 26 | 103 | 7 | 50 | 122 | 76 |
| Binary | 11101101 | 10111001 | 1001110 | 0 | 10110 | 1000011 | 111 | 101000 | 1010010 | 111110 |
Color Harmonies of #EDB94E
Complementary color
Monochromatic Colors of #EDB94E
Black with #EDB94E
Text Example
Text Example
White with #EDB94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB94E; }
p { color: rgb(237,185,78); }
H1.HeaderClassName
{
color: #EDB94E;
}
.AnyTagClassName
{
color: #EDB94E;
}
</style>
background-color css
<style>
a { background-color: #EDB94E; }
a { background-color: rgb(237,185,78); }
div.DivClassName
{
background-color: #EDB94E;
}
.BgClassName
{
background-color: #EDB94E;
}
</style>
border-color css
<style>
span { border-color: #EDB94E; }
span { border-color: rgb(237,185,78); }
td.TdClassName
{
border-color: #EDB94E;
}
.TagClassName
{
border-color: #EDB94E;
}
</style>