Shades of Ronchi #ECB34A
Tints of Ronchi #ECB34A
RGB
CMYK
RGB Variations
Color information
#ECB34A (or 0xECB34A) is known color: Ronchi. HEX triplet: EC, B3 and 4A. RGB value is (236,179,74). Sum of RGB (Red+Green+Blue) = 236+179+74=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB34A is #134CB5. Grayscale: #B8B8B8. Windows color (decimal): -1264822 or 4895724. OLE color: 4895724.
HSL color Cylindrical-coordinate representation of color #ECB34A: hue angle of 38.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECB34A is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 74 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.07 |
| HSL | 38.89º | 0.81% | 0.61% | - |
| HSV(B) | 38.89º | 0.69% | 0.93% | - |
| XYZ | 51.95 | 50.57 | 13.5 | - |
| YUV | 184.07 | 65.88 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 74 | 0 | 0.24 | 0.69 | 0.07 | 38.89 | 0.81 | 0.61 |
| Hex | EC | B3 | 4A | 0 | 18 | 45 | 7 | 27 | 51 | 3D |
| Octal | 354 | 263 | 112 | 0 | 30 | 105 | 7 | 47 | 121 | 75 |
| Binary | 11101100 | 10110011 | 1001010 | 0 | 11000 | 1000101 | 111 | 100111 | 1010001 | 111101 |
Color Harmonies of #ECB34A
Complementary color
Monochromatic Colors of #ECB34A
Black with #ECB34A
Text Example
Text Example
White with #ECB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB34A; }
p { color: rgb(236,179,74); }
H1.HeaderClassName
{
color: #ECB34A;
}
.AnyTagClassName
{
color: #ECB34A;
}
</style>
background-color css
<style>
a { background-color: #ECB34A; }
a { background-color: rgb(236,179,74); }
div.DivClassName
{
background-color: #ECB34A;
}
.BgClassName
{
background-color: #ECB34A;
}
</style>
border-color css
<style>
span { border-color: #ECB34A; }
span { border-color: rgb(236,179,74); }
td.TdClassName
{
border-color: #ECB34A;
}
.TagClassName
{
border-color: #ECB34A;
}
</style>