Shades of Ronchi #ECB448
Tints of Ronchi #ECB448
RGB
CMYK
RGB Variations
Color information
#ECB448 (or 0xECB448) is known color: Ronchi. HEX triplet: EC, B4 and 48. RGB value is (236,180,72). Sum of RGB (Red+Green+Blue) = 236+180+72=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB448 is #134BB7. Grayscale: #B8B8B8. Windows color (decimal): -1264568 or 4764908. OLE color: 4764908.
HSL color Cylindrical-coordinate representation of color #ECB448: hue angle of 39.51º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECB448 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 72 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.07 |
| HSL | 39.51º | 0.81% | 0.6% | - |
| HSV(B) | 39.51º | 0.69% | 0.93% | - |
| XYZ | 52.08 | 50.94 | 13.22 | - |
| YUV | 184.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 72 | 0 | 0.24 | 0.69 | 0.07 | 39.51 | 0.81 | 0.6 |
| Hex | EC | B4 | 48 | 0 | 18 | 45 | 7 | 28 | 51 | 3C |
| Octal | 354 | 264 | 110 | 0 | 30 | 105 | 7 | 50 | 121 | 74 |
| Binary | 11101100 | 10110100 | 1001000 | 0 | 11000 | 1000101 | 111 | 101000 | 1010001 | 111100 |
Color Harmonies of #ECB448
Complementary color
Monochromatic Colors of #ECB448
Black with #ECB448
Text Example
Text Example
White with #ECB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB448; }
p { color: rgb(236,180,72); }
H1.HeaderClassName
{
color: #ECB448;
}
.AnyTagClassName
{
color: #ECB448;
}
</style>
background-color css
<style>
a { background-color: #ECB448; }
a { background-color: rgb(236,180,72); }
div.DivClassName
{
background-color: #ECB448;
}
.BgClassName
{
background-color: #ECB448;
}
</style>
border-color css
<style>
span { border-color: #ECB448; }
span { border-color: rgb(236,180,72); }
td.TdClassName
{
border-color: #ECB448;
}
.TagClassName
{
border-color: #ECB448;
}
</style>