Shades of Ronchi #EDB449
Tints of Ronchi #EDB449
RGB
CMYK
RGB Variations
Color information
#EDB449 (or 0xEDB449) is known color: Ronchi. HEX triplet: ED, B4 and 49. RGB value is (237,180,73). Sum of RGB (Red+Green+Blue) = 237+180+73=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB449 is #124BB6. Grayscale: #B9B9B9. Windows color (decimal): -1199031 or 4830445. OLE color: 4830445.
HSL color Cylindrical-coordinate representation of color #EDB449: hue angle of 39.15º 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 #EDB449 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 73 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.07 |
| HSL | 39.15º | 0.82% | 0.61% | - |
| HSV(B) | 39.15º | 0.69% | 0.93% | - |
| XYZ | 52.45 | 51.13 | 13.41 | - |
| YUV | 184.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 73 | 0 | 0.24 | 0.69 | 0.07 | 39.15 | 0.82 | 0.61 |
| Hex | ED | B4 | 49 | 0 | 18 | 45 | 7 | 27 | 52 | 3D |
| Octal | 355 | 264 | 111 | 0 | 30 | 105 | 7 | 47 | 122 | 75 |
| Binary | 11101101 | 10110100 | 1001001 | 0 | 11000 | 1000101 | 111 | 100111 | 1010010 | 111101 |
Color Harmonies of #EDB449
Complementary color
Monochromatic Colors of #EDB449
Black with #EDB449
Text Example
Text Example
White with #EDB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB449; }
p { color: rgb(237,180,73); }
H1.HeaderClassName
{
color: #EDB449;
}
.AnyTagClassName
{
color: #EDB449;
}
</style>
background-color css
<style>
a { background-color: #EDB449; }
a { background-color: rgb(237,180,73); }
div.DivClassName
{
background-color: #EDB449;
}
.BgClassName
{
background-color: #EDB449;
}
</style>
border-color css
<style>
span { border-color: #EDB449; }
span { border-color: rgb(237,180,73); }
td.TdClassName
{
border-color: #EDB449;
}
.TagClassName
{
border-color: #EDB449;
}
</style>