Shades of Ronchi #ECB74D
Tints of Ronchi #ECB74D
RGB
CMYK
RGB Variations
Color information
#ECB74D (or 0xECB74D) is known color: Ronchi. HEX triplet: EC, B7 and 4D. RGB value is (236,183,77). Sum of RGB (Red+Green+Blue) = 236+183+77=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB74D is #1348B2. Grayscale: #BBBBBB. Windows color (decimal): -1263795 or 5093356. OLE color: 5093356.
HSL color Cylindrical-coordinate representation of color #ECB74D: hue angle of 40º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECB74D is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 77 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.07 |
| HSL | 40º | 0.81% | 0.61% | - |
| HSV(B) | 40º | 0.67% | 0.93% | - |
| XYZ | 52.87 | 52.24 | 14.32 | - |
| YUV | 186.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 77 | 0 | 0.22 | 0.67 | 0.07 | 40 | 0.81 | 0.61 |
| Hex | EC | B7 | 4D | 0 | 16 | 43 | 7 | 28 | 51 | 3D |
| Octal | 354 | 267 | 115 | 0 | 26 | 103 | 7 | 50 | 121 | 75 |
| Binary | 11101100 | 10110111 | 1001101 | 0 | 10110 | 1000011 | 111 | 101000 | 1010001 | 111101 |
Color Harmonies of #ECB74D
Complementary color
Monochromatic Colors of #ECB74D
Black with #ECB74D
Text Example
Text Example
White with #ECB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB74D; }
p { color: rgb(236,183,77); }
H1.HeaderClassName
{
color: #ECB74D;
}
.AnyTagClassName
{
color: #ECB74D;
}
</style>
background-color css
<style>
a { background-color: #ECB74D; }
a { background-color: rgb(236,183,77); }
div.DivClassName
{
background-color: #ECB74D;
}
.BgClassName
{
background-color: #ECB74D;
}
</style>
border-color css
<style>
span { border-color: #ECB74D; }
span { border-color: rgb(236,183,77); }
td.TdClassName
{
border-color: #ECB74D;
}
.TagClassName
{
border-color: #ECB74D;
}
</style>