Shades of Ronchi #ECB74B
Tints of Ronchi #ECB74B
RGB
CMYK
RGB Variations
Color information
#ECB74B (or 0xECB74B) is known color: Ronchi. HEX triplet: EC, B7 and 4B. RGB value is (236,183,75). Sum of RGB (Red+Green+Blue) = 236+183+75=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB74B is #1348B4. Grayscale: #BBBBBB. Windows color (decimal): -1263797 or 4962284. OLE color: 4962284.
HSL color Cylindrical-coordinate representation of color #ECB74B: hue angle of 40.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECB74B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 75 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.25º | 0.81% | 0.61% | - |
| HSV(B) | 40.25º | 0.68% | 0.93% | - |
| XYZ | 52.8 | 52.21 | 13.95 | - |
| YUV | 186.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 75 | 0 | 0.22 | 0.68 | 0.07 | 40.25 | 0.81 | 0.61 |
| Hex | EC | B7 | 4B | 0 | 16 | 44 | 7 | 28 | 51 | 3D |
| Octal | 354 | 267 | 113 | 0 | 26 | 104 | 7 | 50 | 121 | 75 |
| Binary | 11101100 | 10110111 | 1001011 | 0 | 10110 | 1000100 | 111 | 101000 | 1010001 | 111101 |
Color Harmonies of #ECB74B
Complementary color
Monochromatic Colors of #ECB74B
Black with #ECB74B
Text Example
Text Example
White with #ECB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB74B; }
p { color: rgb(236,183,75); }
H1.HeaderClassName
{
color: #ECB74B;
}
.AnyTagClassName
{
color: #ECB74B;
}
</style>
background-color css
<style>
a { background-color: #ECB74B; }
a { background-color: rgb(236,183,75); }
div.DivClassName
{
background-color: #ECB74B;
}
.BgClassName
{
background-color: #ECB74B;
}
</style>
border-color css
<style>
span { border-color: #ECB74B; }
span { border-color: rgb(236,183,75); }
td.TdClassName
{
border-color: #ECB74B;
}
.TagClassName
{
border-color: #ECB74B;
}
</style>