Shades of Ronchi #EDB54A
Tints of Ronchi #EDB54A
RGB
CMYK
RGB Variations
Color information
#EDB54A (or 0xEDB54A) is known color: Ronchi. HEX triplet: ED, B5 and 4A. RGB value is (237,181,74). Sum of RGB (Red+Green+Blue) = 237+181+74=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB54A is #124AB5. Grayscale: #BABABA. Windows color (decimal): -1198774 or 4896237. OLE color: 4896237.
HSL color Cylindrical-coordinate representation of color #EDB54A: hue angle of 39.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDB54A is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 74 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.07 |
| HSL | 39.39º | 0.82% | 0.61% | - |
| HSV(B) | 39.39º | 0.69% | 0.93% | - |
| XYZ | 52.68 | 51.55 | 13.65 | - |
| YUV | 185.55 | 65.05 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 74 | 0 | 0.24 | 0.69 | 0.07 | 39.39 | 0.82 | 0.61 |
| Hex | ED | B5 | 4A | 0 | 18 | 45 | 7 | 27 | 52 | 3D |
| Octal | 355 | 265 | 112 | 0 | 30 | 105 | 7 | 47 | 122 | 75 |
| Binary | 11101101 | 10110101 | 1001010 | 0 | 11000 | 1000101 | 111 | 100111 | 1010010 | 111101 |
Color Harmonies of #EDB54A
Complementary color
Monochromatic Colors of #EDB54A
Black with #EDB54A
Text Example
Text Example
White with #EDB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB54A; }
p { color: rgb(237,181,74); }
H1.HeaderClassName
{
color: #EDB54A;
}
.AnyTagClassName
{
color: #EDB54A;
}
</style>
background-color css
<style>
a { background-color: #EDB54A; }
a { background-color: rgb(237,181,74); }
div.DivClassName
{
background-color: #EDB54A;
}
.BgClassName
{
background-color: #EDB54A;
}
</style>
border-color css
<style>
span { border-color: #EDB54A; }
span { border-color: rgb(237,181,74); }
td.TdClassName
{
border-color: #EDB54A;
}
.TagClassName
{
border-color: #EDB54A;
}
</style>