Shades of Ronchi #EDB85A
Tints of Ronchi #EDB85A
RGB
CMYK
RGB Variations
Color information
#EDB85A (or 0xEDB85A) is known color: Ronchi. HEX triplet: ED, B8 and 5A. RGB value is (237,184,90). Sum of RGB (Red+Green+Blue) = 237+184+90=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB85A is #1247A5. Grayscale: #BDBDBD. Windows color (decimal): -1197990 or 5945581. OLE color: 5945581.
HSL color Cylindrical-coordinate representation of color #EDB85A: hue angle of 38.37º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDB85A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 90 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.07 |
| HSL | 38.37º | 0.8% | 0.64% | - |
| HSV(B) | 38.37º | 0.62% | 0.93% | - |
| XYZ | 53.91 | 53.02 | 17.07 | - |
| YUV | 189.13 | 72.06 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 90 | 0 | 0.22 | 0.62 | 0.07 | 38.37 | 0.8 | 0.64 |
| Hex | ED | B8 | 5A | 0 | 16 | 3E | 7 | 26 | 50 | 40 |
| Octal | 355 | 270 | 132 | 0 | 26 | 76 | 7 | 46 | 120 | 100 |
| Binary | 11101101 | 10111000 | 1011010 | 0 | 10110 | 111110 | 111 | 100110 | 1010000 | 1000000 |
Color Harmonies of #EDB85A
Complementary color
Monochromatic Colors of #EDB85A
Black with #EDB85A
Text Example
Text Example
White with #EDB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB85A; }
p { color: rgb(237,184,90); }
H1.HeaderClassName
{
color: #EDB85A;
}
.AnyTagClassName
{
color: #EDB85A;
}
</style>
background-color css
<style>
a { background-color: #EDB85A; }
a { background-color: rgb(237,184,90); }
div.DivClassName
{
background-color: #EDB85A;
}
.BgClassName
{
background-color: #EDB85A;
}
</style>
border-color css
<style>
span { border-color: #EDB85A; }
span { border-color: rgb(237,184,90); }
td.TdClassName
{
border-color: #EDB85A;
}
.TagClassName
{
border-color: #EDB85A;
}
</style>