Shades of Ronchi #EDB94B
Tints of Ronchi #EDB94B
RGB
CMYK
RGB Variations
Color information
#EDB94B (or 0xEDB94B) is known color: Ronchi. HEX triplet: ED, B9 and 4B. RGB value is (237,185,75). Sum of RGB (Red+Green+Blue) = 237+185+75=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB94B is #1246B4. Grayscale: #BCBCBC. Windows color (decimal): -1197749 or 4962797. OLE color: 4962797.
HSL color Cylindrical-coordinate representation of color #EDB94B: hue angle of 40.74º 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 #EDB94B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 75 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.74º | 0.82% | 0.61% | - |
| HSV(B) | 40.74º | 0.68% | 0.93% | - |
| XYZ | 53.54 | 53.21 | 14.11 | - |
| YUV | 188.01 | 64.23 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 75 | 0 | 0.22 | 0.68 | 0.07 | 40.74 | 0.82 | 0.61 |
| Hex | ED | B9 | 4B | 0 | 16 | 44 | 7 | 29 | 52 | 3D |
| Octal | 355 | 271 | 113 | 0 | 26 | 104 | 7 | 51 | 122 | 75 |
| Binary | 11101101 | 10111001 | 1001011 | 0 | 10110 | 1000100 | 111 | 101001 | 1010010 | 111101 |
Color Harmonies of #EDB94B
Complementary color
Monochromatic Colors of #EDB94B
Black with #EDB94B
Text Example
Text Example
White with #EDB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB94B; }
p { color: rgb(237,185,75); }
H1.HeaderClassName
{
color: #EDB94B;
}
.AnyTagClassName
{
color: #EDB94B;
}
</style>
background-color css
<style>
a { background-color: #EDB94B; }
a { background-color: rgb(237,185,75); }
div.DivClassName
{
background-color: #EDB94B;
}
.BgClassName
{
background-color: #EDB94B;
}
</style>
border-color css
<style>
span { border-color: #EDB94B; }
span { border-color: rgb(237,185,75); }
td.TdClassName
{
border-color: #EDB94B;
}
.TagClassName
{
border-color: #EDB94B;
}
</style>