Shades of Ronchi #ECB449
Tints of Ronchi #ECB449
RGB
CMYK
RGB Variations
Color information
#ECB449 (or 0xECB449) is known color: Ronchi. HEX triplet: EC, B4 and 49. RGB value is (236,180,73). Sum of RGB (Red+Green+Blue) = 236+180+73=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB449 is #134BB6. Grayscale: #B9B9B9. Windows color (decimal): -1264567 or 4830444. OLE color: 4830444.
HSL color Cylindrical-coordinate representation of color #ECB449: hue angle of 39.39º 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 #ECB449 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 73 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.07 |
| HSL | 39.39º | 0.81% | 0.61% | - |
| HSV(B) | 39.39º | 0.69% | 0.93% | - |
| XYZ | 52.12 | 50.96 | 13.39 | - |
| YUV | 184.55 | 65.05 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 73 | 0 | 0.24 | 0.69 | 0.07 | 39.39 | 0.81 | 0.61 |
| Hex | EC | B4 | 49 | 0 | 18 | 45 | 7 | 27 | 51 | 3D |
| Octal | 354 | 264 | 111 | 0 | 30 | 105 | 7 | 47 | 121 | 75 |
| Binary | 11101100 | 10110100 | 1001001 | 0 | 11000 | 1000101 | 111 | 100111 | 1010001 | 111101 |
Color Harmonies of #ECB449
Complementary color
Monochromatic Colors of #ECB449
Black with #ECB449
Text Example
Text Example
White with #ECB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB449; }
p { color: rgb(236,180,73); }
H1.HeaderClassName
{
color: #ECB449;
}
.AnyTagClassName
{
color: #ECB449;
}
</style>
background-color css
<style>
a { background-color: #ECB449; }
a { background-color: rgb(236,180,73); }
div.DivClassName
{
background-color: #ECB449;
}
.BgClassName
{
background-color: #ECB449;
}
</style>
border-color css
<style>
span { border-color: #ECB449; }
span { border-color: rgb(236,180,73); }
td.TdClassName
{
border-color: #ECB449;
}
.TagClassName
{
border-color: #ECB449;
}
</style>