Shades of Ronchi #EDBA4C
Tints of Ronchi #EDBA4C
RGB
CMYK
RGB Variations
Color information
#EDBA4C (or 0xEDBA4C) is known color: Ronchi. HEX triplet: ED, BA and 4C. RGB value is (237,186,76). Sum of RGB (Red+Green+Blue) = 237+186+76=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA4C is #1245B3. Grayscale: #BDBDBD. Windows color (decimal): -1197492 or 5028589. OLE color: 5028589.
HSL color Cylindrical-coordinate representation of color #EDBA4C: hue angle of 40.99º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDBA4C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 76 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.99º | 0.82% | 0.61% | - |
| HSV(B) | 40.99º | 0.68% | 0.93% | - |
| XYZ | 53.79 | 53.64 | 14.36 | - |
| YUV | 188.71 | 64.4 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 76 | 0 | 0.22 | 0.68 | 0.07 | 40.99 | 0.82 | 0.61 |
| Hex | ED | BA | 4C | 0 | 16 | 44 | 7 | 29 | 52 | 3D |
| Octal | 355 | 272 | 114 | 0 | 26 | 104 | 7 | 51 | 122 | 75 |
| Binary | 11101101 | 10111010 | 1001100 | 0 | 10110 | 1000100 | 111 | 101001 | 1010010 | 111101 |
Color Harmonies of #EDBA4C
Complementary color
Monochromatic Colors of #EDBA4C
Black with #EDBA4C
Text Example
Text Example
White with #EDBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA4C; }
p { color: rgb(237,186,76); }
H1.HeaderClassName
{
color: #EDBA4C;
}
.AnyTagClassName
{
color: #EDBA4C;
}
</style>
background-color css
<style>
a { background-color: #EDBA4C; }
a { background-color: rgb(237,186,76); }
div.DivClassName
{
background-color: #EDBA4C;
}
.BgClassName
{
background-color: #EDBA4C;
}
</style>
border-color css
<style>
span { border-color: #EDBA4C; }
span { border-color: rgb(237,186,76); }
td.TdClassName
{
border-color: #EDBA4C;
}
.TagClassName
{
border-color: #EDBA4C;
}
</style>