Shades of Ronchi #EDB84D
Tints of Ronchi #EDB84D
RGB
CMYK
RGB Variations
Color information
#EDB84D (or 0xEDB84D) is known color: Ronchi. HEX triplet: ED, B8 and 4D. RGB value is (237,184,77). Sum of RGB (Red+Green+Blue) = 237+184+77=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB84D is #1247B2. Grayscale: #BCBCBC. Windows color (decimal): -1198003 or 5093613. OLE color: 5093613.
HSL color Cylindrical-coordinate representation of color #EDB84D: hue angle of 40.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDB84D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 77 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.13º | 0.82% | 0.62% | - |
| HSV(B) | 40.13º | 0.68% | 0.93% | - |
| XYZ | 53.41 | 52.82 | 14.4 | - |
| YUV | 187.65 | 65.56 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 77 | 0 | 0.22 | 0.68 | 0.07 | 40.13 | 0.82 | 0.62 |
| Hex | ED | B8 | 4D | 0 | 16 | 44 | 7 | 28 | 52 | 3E |
| Octal | 355 | 270 | 115 | 0 | 26 | 104 | 7 | 50 | 122 | 76 |
| Binary | 11101101 | 10111000 | 1001101 | 0 | 10110 | 1000100 | 111 | 101000 | 1010010 | 111110 |
Color Harmonies of #EDB84D
Complementary color
Monochromatic Colors of #EDB84D
Black with #EDB84D
Text Example
Text Example
White with #EDB84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB84D; }
p { color: rgb(237,184,77); }
H1.HeaderClassName
{
color: #EDB84D;
}
.AnyTagClassName
{
color: #EDB84D;
}
</style>
background-color css
<style>
a { background-color: #EDB84D; }
a { background-color: rgb(237,184,77); }
div.DivClassName
{
background-color: #EDB84D;
}
.BgClassName
{
background-color: #EDB84D;
}
</style>
border-color css
<style>
span { border-color: #EDB84D; }
span { border-color: rgb(237,184,77); }
td.TdClassName
{
border-color: #EDB84D;
}
.TagClassName
{
border-color: #EDB84D;
}
</style>