Shades of Ronchi #EDB349
Tints of Ronchi #EDB349
RGB
CMYK
RGB Variations
Color information
#EDB349 (or 0xEDB349) is known color: Ronchi. HEX triplet: ED, B3 and 49. RGB value is (237,179,73). Sum of RGB (Red+Green+Blue) = 237+179+73=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB349 is #124CB6. Grayscale: #B8B8B8. Windows color (decimal): -1199287 or 4830189. OLE color: 4830189.
HSL color Cylindrical-coordinate representation of color #EDB349: hue angle of 38.78º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDB349 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 73 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.07 |
| HSL | 38.78º | 0.82% | 0.61% | - |
| HSV(B) | 38.78º | 0.69% | 0.93% | - |
| XYZ | 52.25 | 50.73 | 13.34 | - |
| YUV | 184.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 73 | 0 | 0.24 | 0.69 | 0.07 | 38.78 | 0.82 | 0.61 |
| Hex | ED | B3 | 49 | 0 | 18 | 45 | 7 | 27 | 52 | 3D |
| Octal | 355 | 263 | 111 | 0 | 30 | 105 | 7 | 47 | 122 | 75 |
| Binary | 11101101 | 10110011 | 1001001 | 0 | 11000 | 1000101 | 111 | 100111 | 1010010 | 111101 |
Color Harmonies of #EDB349
Complementary color
Monochromatic Colors of #EDB349
Black with #EDB349
Text Example
Text Example
White with #EDB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB349; }
p { color: rgb(237,179,73); }
H1.HeaderClassName
{
color: #EDB349;
}
.AnyTagClassName
{
color: #EDB349;
}
</style>
background-color css
<style>
a { background-color: #EDB349; }
a { background-color: rgb(237,179,73); }
div.DivClassName
{
background-color: #EDB349;
}
.BgClassName
{
background-color: #EDB349;
}
</style>
border-color css
<style>
span { border-color: #EDB349; }
span { border-color: rgb(237,179,73); }
td.TdClassName
{
border-color: #EDB349;
}
.TagClassName
{
border-color: #EDB349;
}
</style>