Shades of Ronchi #EDB44D
Tints of Ronchi #EDB44D
RGB
CMYK
RGB Variations
Color information
#EDB44D (or 0xEDB44D) is known color: Ronchi. HEX triplet: ED, B4 and 4D. RGB value is (237,180,77). Sum of RGB (Red+Green+Blue) = 237+180+77=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB44D is #124BB2. Grayscale: #B9B9B9. Windows color (decimal): -1199027 or 5092589. OLE color: 5092589.
HSL color Cylindrical-coordinate representation of color #EDB44D: hue angle of 38.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDB44D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 77 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.07 |
| HSL | 38.63º | 0.82% | 0.62% | - |
| HSV(B) | 38.63º | 0.68% | 0.93% | - |
| XYZ | 52.59 | 51.18 | 14.13 | - |
| YUV | 185.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 77 | 0 | 0.24 | 0.68 | 0.07 | 38.63 | 0.82 | 0.62 |
| Hex | ED | B4 | 4D | 0 | 18 | 44 | 7 | 27 | 52 | 3E |
| Octal | 355 | 264 | 115 | 0 | 30 | 104 | 7 | 47 | 122 | 76 |
| Binary | 11101101 | 10110100 | 1001101 | 0 | 11000 | 1000100 | 111 | 100111 | 1010010 | 111110 |
Color Harmonies of #EDB44D
Complementary color
Monochromatic Colors of #EDB44D
Black with #EDB44D
Text Example
Text Example
White with #EDB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB44D; }
p { color: rgb(237,180,77); }
H1.HeaderClassName
{
color: #EDB44D;
}
.AnyTagClassName
{
color: #EDB44D;
}
</style>
background-color css
<style>
a { background-color: #EDB44D; }
a { background-color: rgb(237,180,77); }
div.DivClassName
{
background-color: #EDB44D;
}
.BgClassName
{
background-color: #EDB44D;
}
</style>
border-color css
<style>
span { border-color: #EDB44D; }
span { border-color: rgb(237,180,77); }
td.TdClassName
{
border-color: #EDB44D;
}
.TagClassName
{
border-color: #EDB44D;
}
</style>