Shades of Ronchi #EDB84C
Tints of Ronchi #EDB84C
RGB
CMYK
RGB Variations
Color information
#EDB84C (or 0xEDB84C) is known color: Ronchi. HEX triplet: ED, B8 and 4C. RGB value is (237,184,76). Sum of RGB (Red+Green+Blue) = 237+184+76=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB84C is #1247B3. Grayscale: #BCBCBC. Windows color (decimal): -1198004 or 5028077. OLE color: 5028077.
HSL color Cylindrical-coordinate representation of color #EDB84C: hue angle of 40.25º 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 #EDB84C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 76 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.25º | 0.82% | 0.61% | - |
| HSV(B) | 40.25º | 0.68% | 0.93% | - |
| XYZ | 53.37 | 52.81 | 14.22 | - |
| YUV | 187.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 76 | 0 | 0.22 | 0.68 | 0.07 | 40.25 | 0.82 | 0.61 |
| Hex | ED | B8 | 4C | 0 | 16 | 44 | 7 | 28 | 52 | 3D |
| Octal | 355 | 270 | 114 | 0 | 26 | 104 | 7 | 50 | 122 | 75 |
| Binary | 11101101 | 10111000 | 1001100 | 0 | 10110 | 1000100 | 111 | 101000 | 1010010 | 111101 |
Color Harmonies of #EDB84C
Complementary color
Monochromatic Colors of #EDB84C
Black with #EDB84C
Text Example
Text Example
White with #EDB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB84C; }
p { color: rgb(237,184,76); }
H1.HeaderClassName
{
color: #EDB84C;
}
.AnyTagClassName
{
color: #EDB84C;
}
</style>
background-color css
<style>
a { background-color: #EDB84C; }
a { background-color: rgb(237,184,76); }
div.DivClassName
{
background-color: #EDB84C;
}
.BgClassName
{
background-color: #EDB84C;
}
</style>
border-color css
<style>
span { border-color: #EDB84C; }
span { border-color: rgb(237,184,76); }
td.TdClassName
{
border-color: #EDB84C;
}
.TagClassName
{
border-color: #EDB84C;
}
</style>