Shades of Ronchi #EDB54E
Tints of Ronchi #EDB54E
RGB
CMYK
RGB Variations
Color information
#EDB54E (or 0xEDB54E) is known color: Ronchi. HEX triplet: ED, B5 and 4E. RGB value is (237,181,78). Sum of RGB (Red+Green+Blue) = 237+181+78=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB54E is #124AB1. Grayscale: #BABABA. Windows color (decimal): -1198770 or 5158381. OLE color: 5158381.
HSL color Cylindrical-coordinate representation of color #EDB54E: hue angle of 38.87º 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 #EDB54E is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 78 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.07 |
| HSL | 38.87º | 0.82% | 0.62% | - |
| HSV(B) | 38.87º | 0.67% | 0.93% | - |
| XYZ | 52.82 | 51.6 | 14.38 | - |
| YUV | 186 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 78 | 0 | 0.24 | 0.67 | 0.07 | 38.87 | 0.82 | 0.62 |
| Hex | ED | B5 | 4E | 0 | 18 | 43 | 7 | 27 | 52 | 3E |
| Octal | 355 | 265 | 116 | 0 | 30 | 103 | 7 | 47 | 122 | 76 |
| Binary | 11101101 | 10110101 | 1001110 | 0 | 11000 | 1000011 | 111 | 100111 | 1010010 | 111110 |
Color Harmonies of #EDB54E
Complementary color
Monochromatic Colors of #EDB54E
Black with #EDB54E
Text Example
Text Example
White with #EDB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB54E; }
p { color: rgb(237,181,78); }
H1.HeaderClassName
{
color: #EDB54E;
}
.AnyTagClassName
{
color: #EDB54E;
}
</style>
background-color css
<style>
a { background-color: #EDB54E; }
a { background-color: rgb(237,181,78); }
div.DivClassName
{
background-color: #EDB54E;
}
.BgClassName
{
background-color: #EDB54E;
}
</style>
border-color css
<style>
span { border-color: #EDB54E; }
span { border-color: rgb(237,181,78); }
td.TdClassName
{
border-color: #EDB54E;
}
.TagClassName
{
border-color: #EDB54E;
}
</style>