Shades of Ronchi #EDB448
Tints of Ronchi #EDB448
RGB
CMYK
RGB Variations
Color information
#EDB448 (or 0xEDB448) is known color: Ronchi. HEX triplet: ED, B4 and 48. RGB value is (237,180,72). Sum of RGB (Red+Green+Blue) = 237+180+72=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB448 is #124BB7. Grayscale: #B9B9B9. Windows color (decimal): -1199032 or 4764909. OLE color: 4764909.
HSL color Cylindrical-coordinate representation of color #EDB448: hue angle of 39.27º 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 #EDB448 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 72 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.07 |
| HSL | 39.27º | 0.82% | 0.61% | - |
| HSV(B) | 39.27º | 0.7% | 0.93% | - |
| XYZ | 52.42 | 51.11 | 13.23 | - |
| YUV | 184.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 72 | 0 | 0.24 | 0.70 | 0.07 | 39.27 | 0.82 | 0.61 |
| Hex | ED | B4 | 48 | 0 | 18 | 46 | 7 | 27 | 52 | 3D |
| Octal | 355 | 264 | 110 | 0 | 30 | 106 | 7 | 47 | 122 | 75 |
| Binary | 11101101 | 10110100 | 1001000 | 0 | 11000 | 1000110 | 111 | 100111 | 1010010 | 111101 |
Color Harmonies of #EDB448
Complementary color
Monochromatic Colors of #EDB448
Black with #EDB448
Text Example
Text Example
White with #EDB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB448; }
p { color: rgb(237,180,72); }
H1.HeaderClassName
{
color: #EDB448;
}
.AnyTagClassName
{
color: #EDB448;
}
</style>
background-color css
<style>
a { background-color: #EDB448; }
a { background-color: rgb(237,180,72); }
div.DivClassName
{
background-color: #EDB448;
}
.BgClassName
{
background-color: #EDB448;
}
</style>
border-color css
<style>
span { border-color: #EDB448; }
span { border-color: rgb(237,180,72); }
td.TdClassName
{
border-color: #EDB448;
}
.TagClassName
{
border-color: #EDB448;
}
</style>