Shades of Ronchi #EDBA4A
Tints of Ronchi #EDBA4A
RGB
CMYK
RGB Variations
Color information
#EDBA4A (or 0xEDBA4A) is known color: Ronchi. HEX triplet: ED, BA and 4A. RGB value is (237,186,74). Sum of RGB (Red+Green+Blue) = 237+186+74=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA4A is #1245B5. Grayscale: #BCBCBC. Windows color (decimal): -1197494 or 4897517. OLE color: 4897517.
HSL color Cylindrical-coordinate representation of color #EDBA4A: hue angle of 41.23º 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 #EDBA4A is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 74 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.07 |
| HSL | 41.23º | 0.82% | 0.61% | - |
| HSV(B) | 41.23º | 0.69% | 0.93% | - |
| XYZ | 53.72 | 53.62 | 14 | - |
| YUV | 188.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 74 | 0 | 0.22 | 0.69 | 0.07 | 41.23 | 0.82 | 0.61 |
| Hex | ED | BA | 4A | 0 | 16 | 45 | 7 | 29 | 52 | 3D |
| Octal | 355 | 272 | 112 | 0 | 26 | 105 | 7 | 51 | 122 | 75 |
| Binary | 11101101 | 10111010 | 1001010 | 0 | 10110 | 1000101 | 111 | 101001 | 1010010 | 111101 |
Color Harmonies of #EDBA4A
Complementary color
Monochromatic Colors of #EDBA4A
Black with #EDBA4A
Text Example
Text Example
White with #EDBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA4A; }
p { color: rgb(237,186,74); }
H1.HeaderClassName
{
color: #EDBA4A;
}
.AnyTagClassName
{
color: #EDBA4A;
}
</style>
background-color css
<style>
a { background-color: #EDBA4A; }
a { background-color: rgb(237,186,74); }
div.DivClassName
{
background-color: #EDBA4A;
}
.BgClassName
{
background-color: #EDBA4A;
}
</style>
border-color css
<style>
span { border-color: #EDBA4A; }
span { border-color: rgb(237,186,74); }
td.TdClassName
{
border-color: #EDBA4A;
}
.TagClassName
{
border-color: #EDBA4A;
}
</style>