Shades of Ronchi #ECB748
Tints of Ronchi #ECB748
RGB
CMYK
RGB Variations
Color information
#ECB748 (or 0xECB748) is known color: Ronchi. HEX triplet: EC, B7 and 48. RGB value is (236,183,72). Sum of RGB (Red+Green+Blue) = 236+183+72=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB748 is #1348B7. Grayscale: #BABABA. Windows color (decimal): -1263800 or 4765676. OLE color: 4765676.
HSL color Cylindrical-coordinate representation of color #ECB748: hue angle of 40.61º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECB748 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 72 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.07 |
| HSL | 40.61º | 0.81% | 0.6% | - |
| HSV(B) | 40.61º | 0.69% | 0.93% | - |
| XYZ | 52.7 | 52.17 | 13.42 | - |
| YUV | 186.19 | 63.56 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 72 | 0 | 0.22 | 0.69 | 0.07 | 40.61 | 0.81 | 0.6 |
| Hex | EC | B7 | 48 | 0 | 16 | 45 | 7 | 29 | 51 | 3C |
| Octal | 354 | 267 | 110 | 0 | 26 | 105 | 7 | 51 | 121 | 74 |
| Binary | 11101100 | 10110111 | 1001000 | 0 | 10110 | 1000101 | 111 | 101001 | 1010001 | 111100 |
Color Harmonies of #ECB748
Complementary color
Monochromatic Colors of #ECB748
Black with #ECB748
Text Example
Text Example
White with #ECB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB748; }
p { color: rgb(236,183,72); }
H1.HeaderClassName
{
color: #ECB748;
}
.AnyTagClassName
{
color: #ECB748;
}
</style>
background-color css
<style>
a { background-color: #ECB748; }
a { background-color: rgb(236,183,72); }
div.DivClassName
{
background-color: #ECB748;
}
.BgClassName
{
background-color: #ECB748;
}
</style>
border-color css
<style>
span { border-color: #ECB748; }
span { border-color: rgb(236,183,72); }
td.TdClassName
{
border-color: #ECB748;
}
.TagClassName
{
border-color: #ECB748;
}
</style>