Shades of Festival #ECCB47
Tints of Festival #ECCB47
RGB
CMYK
RGB Variations
Color information
#ECCB47 (or 0xECCB47) is known color: Festival. HEX triplet: EC, CB and 47. RGB value is (236,203,71). Sum of RGB (Red+Green+Blue) = 236+203+71=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 71 (28.12% from 255 or 13.92% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB47 is #1334B8. Grayscale: #C6C6C6. Windows color (decimal): -1258681 or 4705260. OLE color: 4705260.
HSL color Cylindrical-coordinate representation of color #ECCB47: hue angle of 48º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECCB47 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 71 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.07 |
| HSL | 48º | 0.81% | 0.6% | - |
| HSV(B) | 48º | 0.7% | 0.93% | - |
| XYZ | 57.09 | 61 | 14.73 | - |
| YUV | 197.82 | 56.43 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 71 | 0 | 0.14 | 0.70 | 0.07 | 48 | 0.81 | 0.6 |
| Hex | EC | CB | 47 | 0 | E | 46 | 7 | 30 | 51 | 3C |
| Octal | 354 | 313 | 107 | 0 | 16 | 106 | 7 | 60 | 121 | 74 |
| Binary | 11101100 | 11001011 | 1000111 | 0 | 1110 | 1000110 | 111 | 110000 | 1010001 | 111100 |
Color Harmonies of #ECCB47
Complementary color
Monochromatic Colors of #ECCB47
Black with #ECCB47
Text Example
Text Example
White with #ECCB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB47; }
p { color: rgb(236,203,71); }
H1.HeaderClassName
{
color: #ECCB47;
}
.AnyTagClassName
{
color: #ECCB47;
}
</style>
background-color css
<style>
a { background-color: #ECCB47; }
a { background-color: rgb(236,203,71); }
div.DivClassName
{
background-color: #ECCB47;
}
.BgClassName
{
background-color: #ECCB47;
}
</style>
border-color css
<style>
span { border-color: #ECCB47; }
span { border-color: rgb(236,203,71); }
td.TdClassName
{
border-color: #ECCB47;
}
.TagClassName
{
border-color: #ECCB47;
}
</style>