Shades of Ronchi #ECB752
Tints of Ronchi #ECB752
RGB
CMYK
RGB Variations
Color information
#ECB752 (or 0xECB752) is known color: Ronchi. HEX triplet: EC, B7 and 52. RGB value is (236,183,82). Sum of RGB (Red+Green+Blue) = 236+183+82=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB752 is #1348AD. Grayscale: #BBBBBB. Windows color (decimal): -1263790 or 5421036. OLE color: 5421036.
HSL color Cylindrical-coordinate representation of color #ECB752: hue angle of 39.35º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECB752 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 82 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.07 |
| HSL | 39.35º | 0.8% | 0.62% | - |
| HSV(B) | 39.35º | 0.65% | 0.93% | - |
| XYZ | 53.05 | 52.31 | 15.28 | - |
| YUV | 187.33 | 68.56 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 82 | 0 | 0.22 | 0.65 | 0.07 | 39.35 | 0.8 | 0.62 |
| Hex | EC | B7 | 52 | 0 | 16 | 41 | 7 | 27 | 50 | 3E |
| Octal | 354 | 267 | 122 | 0 | 26 | 101 | 7 | 47 | 120 | 76 |
| Binary | 11101100 | 10110111 | 1010010 | 0 | 10110 | 1000001 | 111 | 100111 | 1010000 | 111110 |
Color Harmonies of #ECB752
Complementary color
Monochromatic Colors of #ECB752
Black with #ECB752
Text Example
Text Example
White with #ECB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB752; }
p { color: rgb(236,183,82); }
H1.HeaderClassName
{
color: #ECB752;
}
.AnyTagClassName
{
color: #ECB752;
}
</style>
background-color css
<style>
a { background-color: #ECB752; }
a { background-color: rgb(236,183,82); }
div.DivClassName
{
background-color: #ECB752;
}
.BgClassName
{
background-color: #ECB752;
}
</style>
border-color css
<style>
span { border-color: #ECB752; }
span { border-color: rgb(236,183,82); }
td.TdClassName
{
border-color: #ECB752;
}
.TagClassName
{
border-color: #ECB752;
}
</style>