Shades of Ronchi #EDB743
Tints of Ronchi #EDB743
RGB
CMYK
RGB Variations
Color information
#EDB743 (or 0xEDB743) is known color: Ronchi. HEX triplet: ED, B7 and 43. RGB value is (237,183,67). Sum of RGB (Red+Green+Blue) = 237+183+67=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB743 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB743 is #1248BC. Grayscale: #BABABA. Windows color (decimal): -1198269 or 4437997. OLE color: 4437997.
HSL color Cylindrical-coordinate representation of color #EDB743: hue angle of 40.94º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDB743 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 67 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.07 |
| HSL | 40.94º | 0.83% | 0.6% | - |
| HSV(B) | 40.94º | 0.72% | 0.93% | - |
| XYZ | 52.87 | 52.28 | 12.61 | - |
| YUV | 185.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 67 | 0 | 0.23 | 0.72 | 0.07 | 40.94 | 0.83 | 0.6 |
| Hex | ED | B7 | 43 | 0 | 17 | 48 | 7 | 29 | 53 | 3C |
| Octal | 355 | 267 | 103 | 0 | 27 | 110 | 7 | 51 | 123 | 74 |
| Binary | 11101101 | 10110111 | 1000011 | 0 | 10111 | 1001000 | 111 | 101001 | 1010011 | 111100 |
Color Harmonies of #EDB743
Complementary color
Monochromatic Colors of #EDB743
Black with #EDB743
Text Example
Text Example
White with #EDB743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB743; }
p { color: rgb(237,183,67); }
H1.HeaderClassName
{
color: #EDB743;
}
.AnyTagClassName
{
color: #EDB743;
}
</style>
background-color css
<style>
a { background-color: #EDB743; }
a { background-color: rgb(237,183,67); }
div.DivClassName
{
background-color: #EDB743;
}
.BgClassName
{
background-color: #EDB743;
}
</style>
border-color css
<style>
span { border-color: #EDB743; }
span { border-color: rgb(237,183,67); }
td.TdClassName
{
border-color: #EDB743;
}
.TagClassName
{
border-color: #EDB743;
}
</style>