Shades of Ronchi #ECB647
Tints of Ronchi #ECB647
RGB
CMYK
RGB Variations
Color information
#ECB647 (or 0xECB647) is known color: Ronchi. HEX triplet: EC, B6 and 47. RGB value is (236,182,71). Sum of RGB (Red+Green+Blue) = 236+182+71=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB647 is #1349B8. Grayscale: #B9B9B9. Windows color (decimal): -1264057 or 4699884. OLE color: 4699884.
HSL color Cylindrical-coordinate representation of color #ECB647: hue angle of 40.36º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECB647 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 71 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.07 |
| HSL | 40.36º | 0.81% | 0.6% | - |
| HSV(B) | 40.36º | 0.7% | 0.93% | - |
| XYZ | 52.46 | 51.74 | 13.18 | - |
| YUV | 185.49 | 63.39 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 71 | 0 | 0.23 | 0.70 | 0.07 | 40.36 | 0.81 | 0.6 |
| Hex | EC | B6 | 47 | 0 | 17 | 46 | 7 | 28 | 51 | 3C |
| Octal | 354 | 266 | 107 | 0 | 27 | 106 | 7 | 50 | 121 | 74 |
| Binary | 11101100 | 10110110 | 1000111 | 0 | 10111 | 1000110 | 111 | 101000 | 1010001 | 111100 |
Color Harmonies of #ECB647
Complementary color
Monochromatic Colors of #ECB647
Black with #ECB647
Text Example
Text Example
White with #ECB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB647; }
p { color: rgb(236,182,71); }
H1.HeaderClassName
{
color: #ECB647;
}
.AnyTagClassName
{
color: #ECB647;
}
</style>
background-color css
<style>
a { background-color: #ECB647; }
a { background-color: rgb(236,182,71); }
div.DivClassName
{
background-color: #ECB647;
}
.BgClassName
{
background-color: #ECB647;
}
</style>
border-color css
<style>
span { border-color: #ECB647; }
span { border-color: rgb(236,182,71); }
td.TdClassName
{
border-color: #ECB647;
}
.TagClassName
{
border-color: #ECB647;
}
</style>