Shades of Ronchi #EDB744
Tints of Ronchi #EDB744
RGB
CMYK
RGB Variations
Color information
#EDB744 (or 0xEDB744) is known color: Ronchi. HEX triplet: ED, B7 and 44. RGB value is (237,183,68). Sum of RGB (Red+Green+Blue) = 237+183+68=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB744 is #1248BB. Grayscale: #BABABA. Windows color (decimal): -1198268 or 4503533. OLE color: 4503533.
HSL color Cylindrical-coordinate representation of color #EDB744: hue angle of 40.83º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDB744 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 68 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.07 |
| HSL | 40.83º | 0.82% | 0.6% | - |
| HSV(B) | 40.83º | 0.71% | 0.93% | - |
| XYZ | 52.9 | 52.29 | 12.77 | - |
| YUV | 186.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 68 | 0 | 0.23 | 0.71 | 0.07 | 40.83 | 0.82 | 0.6 |
| Hex | ED | B7 | 44 | 0 | 17 | 47 | 7 | 29 | 52 | 3C |
| Octal | 355 | 267 | 104 | 0 | 27 | 107 | 7 | 51 | 122 | 74 |
| Binary | 11101101 | 10110111 | 1000100 | 0 | 10111 | 1000111 | 111 | 101001 | 1010010 | 111100 |
Color Harmonies of #EDB744
Complementary color
Monochromatic Colors of #EDB744
Black with #EDB744
Text Example
Text Example
White with #EDB744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB744; }
p { color: rgb(237,183,68); }
H1.HeaderClassName
{
color: #EDB744;
}
.AnyTagClassName
{
color: #EDB744;
}
</style>
background-color css
<style>
a { background-color: #EDB744; }
a { background-color: rgb(237,183,68); }
div.DivClassName
{
background-color: #EDB744;
}
.BgClassName
{
background-color: #EDB744;
}
</style>
border-color css
<style>
span { border-color: #EDB744; }
span { border-color: rgb(237,183,68); }
td.TdClassName
{
border-color: #EDB744;
}
.TagClassName
{
border-color: #EDB744;
}
</style>