Shades of Festival #ECCB54
Tints of Festival #ECCB54
RGB
CMYK
RGB Variations
Color information
#ECCB54 (or 0xECCB54) is known color: Festival. HEX triplet: EC, CB and 54. RGB value is (236,203,84). Sum of RGB (Red+Green+Blue) = 236+203+84=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB54 is #1334AB. Grayscale: #C7C7C7. Windows color (decimal): -1258668 or 5557228. OLE color: 5557228.
HSL color Cylindrical-coordinate representation of color #ECCB54: hue angle of 46.97º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECCB54 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 84 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.07 |
| HSL | 46.97º | 0.8% | 0.63% | - |
| HSV(B) | 46.97º | 0.64% | 0.93% | - |
| XYZ | 57.55 | 61.18 | 17.16 | - |
| YUV | 199.3 | 62.93 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 84 | 0 | 0.14 | 0.64 | 0.07 | 46.97 | 0.8 | 0.63 |
| Hex | EC | CB | 54 | 0 | E | 40 | 7 | 2F | 50 | 3F |
| Octal | 354 | 313 | 124 | 0 | 16 | 100 | 7 | 57 | 120 | 77 |
| Binary | 11101100 | 11001011 | 1010100 | 0 | 1110 | 1000000 | 111 | 101111 | 1010000 | 111111 |
Color Harmonies of #ECCB54
Complementary color
Monochromatic Colors of #ECCB54
Black with #ECCB54
Text Example
Text Example
White with #ECCB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB54; }
p { color: rgb(236,203,84); }
H1.HeaderClassName
{
color: #ECCB54;
}
.AnyTagClassName
{
color: #ECCB54;
}
</style>
background-color css
<style>
a { background-color: #ECCB54; }
a { background-color: rgb(236,203,84); }
div.DivClassName
{
background-color: #ECCB54;
}
.BgClassName
{
background-color: #ECCB54;
}
</style>
border-color css
<style>
span { border-color: #ECCB54; }
span { border-color: rgb(236,203,84); }
td.TdClassName
{
border-color: #ECCB54;
}
.TagClassName
{
border-color: #ECCB54;
}
</style>