Shades of Ronchi #ECB64F
Tints of Ronchi #ECB64F
RGB
CMYK
RGB Variations
Color information
#ECB64F (or 0xECB64F) is known color: Ronchi. HEX triplet: EC, B6 and 4F. RGB value is (236,182,79). Sum of RGB (Red+Green+Blue) = 236+182+79=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB64F is #1349B0. Grayscale: #BABABA. Windows color (decimal): -1264049 or 5224172. OLE color: 5224172.
HSL color Cylindrical-coordinate representation of color #ECB64F: hue angle of 39.36º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECB64F is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 79 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.07 |
| HSL | 39.36º | 0.81% | 0.62% | - |
| HSV(B) | 39.36º | 0.67% | 0.93% | - |
| XYZ | 52.73 | 51.85 | 14.63 | - |
| YUV | 186.4 | 67.39 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 79 | 0 | 0.23 | 0.67 | 0.07 | 39.36 | 0.81 | 0.62 |
| Hex | EC | B6 | 4F | 0 | 17 | 43 | 7 | 27 | 51 | 3E |
| Octal | 354 | 266 | 117 | 0 | 27 | 103 | 7 | 47 | 121 | 76 |
| Binary | 11101100 | 10110110 | 1001111 | 0 | 10111 | 1000011 | 111 | 100111 | 1010001 | 111110 |
Color Harmonies of #ECB64F
Complementary color
Monochromatic Colors of #ECB64F
Black with #ECB64F
Text Example
Text Example
White with #ECB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB64F; }
p { color: rgb(236,182,79); }
H1.HeaderClassName
{
color: #ECB64F;
}
.AnyTagClassName
{
color: #ECB64F;
}
</style>
background-color css
<style>
a { background-color: #ECB64F; }
a { background-color: rgb(236,182,79); }
div.DivClassName
{
background-color: #ECB64F;
}
.BgClassName
{
background-color: #ECB64F;
}
</style>
border-color css
<style>
span { border-color: #ECB64F; }
span { border-color: rgb(236,182,79); }
td.TdClassName
{
border-color: #ECB64F;
}
.TagClassName
{
border-color: #ECB64F;
}
</style>