Shades of Ronchi #EDB54C
Tints of Ronchi #EDB54C
RGB
CMYK
RGB Variations
Color information
#EDB54C (or 0xEDB54C) is known color: Ronchi. HEX triplet: ED, B5 and 4C. RGB value is (237,181,76). Sum of RGB (Red+Green+Blue) = 237+181+76=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB54C is #124AB3. Grayscale: #BABABA. Windows color (decimal): -1198772 or 5027309. OLE color: 5027309.
HSL color Cylindrical-coordinate representation of color #EDB54C: hue angle of 39.13º 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 #EDB54C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 76 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.07 |
| HSL | 39.13º | 0.82% | 0.61% | - |
| HSV(B) | 39.13º | 0.68% | 0.93% | - |
| XYZ | 52.75 | 51.57 | 14.01 | - |
| YUV | 185.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 76 | 0 | 0.24 | 0.68 | 0.07 | 39.13 | 0.82 | 0.61 |
| Hex | ED | B5 | 4C | 0 | 18 | 44 | 7 | 27 | 52 | 3D |
| Octal | 355 | 265 | 114 | 0 | 30 | 104 | 7 | 47 | 122 | 75 |
| Binary | 11101101 | 10110101 | 1001100 | 0 | 11000 | 1000100 | 111 | 100111 | 1010010 | 111101 |
Color Harmonies of #EDB54C
Complementary color
Monochromatic Colors of #EDB54C
Black with #EDB54C
Text Example
Text Example
White with #EDB54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB54C; }
p { color: rgb(237,181,76); }
H1.HeaderClassName
{
color: #EDB54C;
}
.AnyTagClassName
{
color: #EDB54C;
}
</style>
background-color css
<style>
a { background-color: #EDB54C; }
a { background-color: rgb(237,181,76); }
div.DivClassName
{
background-color: #EDB54C;
}
.BgClassName
{
background-color: #EDB54C;
}
</style>
border-color css
<style>
span { border-color: #EDB54C; }
span { border-color: rgb(237,181,76); }
td.TdClassName
{
border-color: #EDB54C;
}
.TagClassName
{
border-color: #EDB54C;
}
</style>