Shades of Ronchi #EDB348
Tints of Ronchi #EDB348
RGB
CMYK
RGB Variations
Color information
#EDB348 (or 0xEDB348) is known color: Ronchi. HEX triplet: ED, B3 and 48. RGB value is (237,179,72). Sum of RGB (Red+Green+Blue) = 237+179+72=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB348 is #124CB7. Grayscale: #B8B8B8. Windows color (decimal): -1199288 or 4764653. OLE color: 4764653.
HSL color Cylindrical-coordinate representation of color #EDB348: hue angle of 38.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDB348 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 72 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.07 |
| HSL | 38.91º | 0.82% | 0.61% | - |
| HSV(B) | 38.91º | 0.7% | 0.93% | - |
| XYZ | 52.21 | 50.71 | 13.17 | - |
| YUV | 184.14 | 64.72 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 72 | 0 | 0.24 | 0.70 | 0.07 | 38.91 | 0.82 | 0.61 |
| Hex | ED | B3 | 48 | 0 | 18 | 46 | 7 | 27 | 52 | 3D |
| Octal | 355 | 263 | 110 | 0 | 30 | 106 | 7 | 47 | 122 | 75 |
| Binary | 11101101 | 10110011 | 1001000 | 0 | 11000 | 1000110 | 111 | 100111 | 1010010 | 111101 |
Color Harmonies of #EDB348
Complementary color
Monochromatic Colors of #EDB348
Black with #EDB348
Text Example
Text Example
White with #EDB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB348; }
p { color: rgb(237,179,72); }
H1.HeaderClassName
{
color: #EDB348;
}
.AnyTagClassName
{
color: #EDB348;
}
</style>
background-color css
<style>
a { background-color: #EDB348; }
a { background-color: rgb(237,179,72); }
div.DivClassName
{
background-color: #EDB348;
}
.BgClassName
{
background-color: #EDB348;
}
</style>
border-color css
<style>
span { border-color: #EDB348; }
span { border-color: rgb(237,179,72); }
td.TdClassName
{
border-color: #EDB348;
}
.TagClassName
{
border-color: #EDB348;
}
</style>