Shades of Ronchi #ECB84E
Tints of Ronchi #ECB84E
RGB
CMYK
RGB Variations
Color information
#ECB84E (or 0xECB84E) is known color: Ronchi. HEX triplet: EC, B8 and 4E. RGB value is (236,184,78). Sum of RGB (Red+Green+Blue) = 236+184+78=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB84E is #1347B1. Grayscale: #BBBBBB. Windows color (decimal): -1263538 or 5159148. OLE color: 5159148.
HSL color Cylindrical-coordinate representation of color #ECB84E: hue angle of 40.25º 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 #ECB84E is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 78 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.07 |
| HSL | 40.25º | 0.81% | 0.62% | - |
| HSV(B) | 40.25º | 0.67% | 0.93% | - |
| XYZ | 53.11 | 52.66 | 14.57 | - |
| YUV | 187.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 78 | 0 | 0.22 | 0.67 | 0.07 | 40.25 | 0.81 | 0.62 |
| Hex | EC | B8 | 4E | 0 | 16 | 43 | 7 | 28 | 51 | 3E |
| Octal | 354 | 270 | 116 | 0 | 26 | 103 | 7 | 50 | 121 | 76 |
| Binary | 11101100 | 10111000 | 1001110 | 0 | 10110 | 1000011 | 111 | 101000 | 1010001 | 111110 |
Color Harmonies of #ECB84E
Complementary color
Monochromatic Colors of #ECB84E
Black with #ECB84E
Text Example
Text Example
White with #ECB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB84E; }
p { color: rgb(236,184,78); }
H1.HeaderClassName
{
color: #ECB84E;
}
.AnyTagClassName
{
color: #ECB84E;
}
</style>
background-color css
<style>
a { background-color: #ECB84E; }
a { background-color: rgb(236,184,78); }
div.DivClassName
{
background-color: #ECB84E;
}
.BgClassName
{
background-color: #ECB84E;
}
</style>
border-color css
<style>
span { border-color: #ECB84E; }
span { border-color: rgb(236,184,78); }
td.TdClassName
{
border-color: #ECB84E;
}
.TagClassName
{
border-color: #ECB84E;
}
</style>