Shades of Ronchi #ECB84B
Tints of Ronchi #ECB84B
RGB
CMYK
RGB Variations
Color information
#ECB84B (or 0xECB84B) is known color: Ronchi. HEX triplet: EC, B8 and 4B. RGB value is (236,184,75). Sum of RGB (Red+Green+Blue) = 236+184+75=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB84B is #1347B4. Grayscale: #BBBBBB. Windows color (decimal): -1263541 or 4962540. OLE color: 4962540.
HSL color Cylindrical-coordinate representation of color #ECB84B: hue angle of 40.62º 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 #ECB84B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 75 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.62º | 0.81% | 0.61% | - |
| HSV(B) | 40.62º | 0.68% | 0.93% | - |
| XYZ | 53 | 52.62 | 14.02 | - |
| YUV | 187.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 75 | 0 | 0.22 | 0.68 | 0.07 | 40.62 | 0.81 | 0.61 |
| Hex | EC | B8 | 4B | 0 | 16 | 44 | 7 | 29 | 51 | 3D |
| Octal | 354 | 270 | 113 | 0 | 26 | 104 | 7 | 51 | 121 | 75 |
| Binary | 11101100 | 10111000 | 1001011 | 0 | 10110 | 1000100 | 111 | 101001 | 1010001 | 111101 |
Color Harmonies of #ECB84B
Complementary color
Monochromatic Colors of #ECB84B
Black with #ECB84B
Text Example
Text Example
White with #ECB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB84B; }
p { color: rgb(236,184,75); }
H1.HeaderClassName
{
color: #ECB84B;
}
.AnyTagClassName
{
color: #ECB84B;
}
</style>
background-color css
<style>
a { background-color: #ECB84B; }
a { background-color: rgb(236,184,75); }
div.DivClassName
{
background-color: #ECB84B;
}
.BgClassName
{
background-color: #ECB84B;
}
</style>
border-color css
<style>
span { border-color: #ECB84B; }
span { border-color: rgb(236,184,75); }
td.TdClassName
{
border-color: #ECB84B;
}
.TagClassName
{
border-color: #ECB84B;
}
</style>