Shades of Ronchi #EDB74B
Tints of Ronchi #EDB74B
RGB
CMYK
RGB Variations
Color information
#EDB74B (or 0xEDB74B) is known color: Ronchi. HEX triplet: ED, B7 and 4B. RGB value is (237,183,75). Sum of RGB (Red+Green+Blue) = 237+183+75=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB74B is #1248B4. Grayscale: #BBBBBB. Windows color (decimal): -1198261 or 4962285. OLE color: 4962285.
HSL color Cylindrical-coordinate representation of color #EDB74B: hue angle of 40º 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 #EDB74B is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 75 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.07 |
| HSL | 40º | 0.82% | 0.61% | - |
| HSV(B) | 40º | 0.68% | 0.93% | - |
| XYZ | 53.13 | 52.38 | 13.97 | - |
| YUV | 186.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 75 | 0 | 0.23 | 0.68 | 0.07 | 40 | 0.82 | 0.61 |
| Hex | ED | B7 | 4B | 0 | 17 | 44 | 7 | 28 | 52 | 3D |
| Octal | 355 | 267 | 113 | 0 | 27 | 104 | 7 | 50 | 122 | 75 |
| Binary | 11101101 | 10110111 | 1001011 | 0 | 10111 | 1000100 | 111 | 101000 | 1010010 | 111101 |
Color Harmonies of #EDB74B
Complementary color
Monochromatic Colors of #EDB74B
Black with #EDB74B
Text Example
Text Example
White with #EDB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB74B; }
p { color: rgb(237,183,75); }
H1.HeaderClassName
{
color: #EDB74B;
}
.AnyTagClassName
{
color: #EDB74B;
}
</style>
background-color css
<style>
a { background-color: #EDB74B; }
a { background-color: rgb(237,183,75); }
div.DivClassName
{
background-color: #EDB74B;
}
.BgClassName
{
background-color: #EDB74B;
}
</style>
border-color css
<style>
span { border-color: #EDB74B; }
span { border-color: rgb(237,183,75); }
td.TdClassName
{
border-color: #EDB74B;
}
.TagClassName
{
border-color: #EDB74B;
}
</style>