Shades of Ronchi #EDB44C
Tints of Ronchi #EDB44C
RGB
CMYK
RGB Variations
Color information
#EDB44C (or 0xEDB44C) is known color: Ronchi. HEX triplet: ED, B4 and 4C. RGB value is (237,180,76). Sum of RGB (Red+Green+Blue) = 237+180+76=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB44C is #124BB3. Grayscale: #B9B9B9. Windows color (decimal): -1199028 or 5027053. OLE color: 5027053.
HSL color Cylindrical-coordinate representation of color #EDB44C: hue angle of 38.76º 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 #EDB44C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 76 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.07 |
| HSL | 38.76º | 0.82% | 0.61% | - |
| HSV(B) | 38.76º | 0.68% | 0.93% | - |
| XYZ | 52.55 | 51.17 | 13.94 | - |
| YUV | 185.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 76 | 0 | 0.24 | 0.68 | 0.07 | 38.76 | 0.82 | 0.61 |
| Hex | ED | B4 | 4C | 0 | 18 | 44 | 7 | 27 | 52 | 3D |
| Octal | 355 | 264 | 114 | 0 | 30 | 104 | 7 | 47 | 122 | 75 |
| Binary | 11101101 | 10110100 | 1001100 | 0 | 11000 | 1000100 | 111 | 100111 | 1010010 | 111101 |
Color Harmonies of #EDB44C
Complementary color
Monochromatic Colors of #EDB44C
Black with #EDB44C
Text Example
Text Example
White with #EDB44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB44C; }
p { color: rgb(237,180,76); }
H1.HeaderClassName
{
color: #EDB44C;
}
.AnyTagClassName
{
color: #EDB44C;
}
</style>
background-color css
<style>
a { background-color: #EDB44C; }
a { background-color: rgb(237,180,76); }
div.DivClassName
{
background-color: #EDB44C;
}
.BgClassName
{
background-color: #EDB44C;
}
</style>
border-color css
<style>
span { border-color: #EDB44C; }
span { border-color: rgb(237,180,76); }
td.TdClassName
{
border-color: #EDB44C;
}
.TagClassName
{
border-color: #EDB44C;
}
</style>