Shades of Ronchi #EDB84E
Tints of Ronchi #EDB84E
RGB
CMYK
RGB Variations
Color information
#EDB84E (or 0xEDB84E) is known color: Ronchi. HEX triplet: ED, B8 and 4E. RGB value is (237,184,78). Sum of RGB (Red+Green+Blue) = 237+184+78=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB84E is #1247B1. Grayscale: #BCBCBC. Windows color (decimal): -1198002 or 5159149. OLE color: 5159149.
HSL color Cylindrical-coordinate representation of color #EDB84E: hue angle of 40º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDB84E is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 78 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.07 |
| HSL | 40º | 0.82% | 0.62% | - |
| HSV(B) | 40º | 0.67% | 0.93% | - |
| XYZ | 53.44 | 52.84 | 14.59 | - |
| YUV | 187.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 78 | 0 | 0.22 | 0.67 | 0.07 | 40 | 0.82 | 0.62 |
| Hex | ED | B8 | 4E | 0 | 16 | 43 | 7 | 28 | 52 | 3E |
| Octal | 355 | 270 | 116 | 0 | 26 | 103 | 7 | 50 | 122 | 76 |
| Binary | 11101101 | 10111000 | 1001110 | 0 | 10110 | 1000011 | 111 | 101000 | 1010010 | 111110 |
Color Harmonies of #EDB84E
Complementary color
Monochromatic Colors of #EDB84E
Black with #EDB84E
Text Example
Text Example
White with #EDB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB84E; }
p { color: rgb(237,184,78); }
H1.HeaderClassName
{
color: #EDB84E;
}
.AnyTagClassName
{
color: #EDB84E;
}
</style>
background-color css
<style>
a { background-color: #EDB84E; }
a { background-color: rgb(237,184,78); }
div.DivClassName
{
background-color: #EDB84E;
}
.BgClassName
{
background-color: #EDB84E;
}
</style>
border-color css
<style>
span { border-color: #EDB84E; }
span { border-color: rgb(237,184,78); }
td.TdClassName
{
border-color: #EDB84E;
}
.TagClassName
{
border-color: #EDB84E;
}
</style>