Shades of Festival #ECC54B
Tints of Festival #ECC54B
RGB
CMYK
RGB Variations
Color information
#ECC54B (or 0xECC54B) is known color: Festival. HEX triplet: EC, C5 and 4B. RGB value is (236,197,75). Sum of RGB (Red+Green+Blue) = 236+197+75=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC54B is #133AB4. Grayscale: #C3C3C3. Windows color (decimal): -1260213 or 4965868. OLE color: 4965868.
HSL color Cylindrical-coordinate representation of color #ECC54B: hue angle of 45.47º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECC54B is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 75 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.07 |
| HSL | 45.47º | 0.81% | 0.61% | - |
| HSV(B) | 45.47º | 0.68% | 0.93% | - |
| XYZ | 55.83 | 58.27 | 14.96 | - |
| YUV | 194.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 75 | 0 | 0.17 | 0.68 | 0.07 | 45.47 | 0.81 | 0.61 |
| Hex | EC | C5 | 4B | 0 | 11 | 44 | 7 | 2D | 51 | 3D |
| Octal | 354 | 305 | 113 | 0 | 21 | 104 | 7 | 55 | 121 | 75 |
| Binary | 11101100 | 11000101 | 1001011 | 0 | 10001 | 1000100 | 111 | 101101 | 1010001 | 111101 |
Color Harmonies of #ECC54B
Complementary color
Monochromatic Colors of #ECC54B
Black with #ECC54B
Text Example
Text Example
White with #ECC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC54B; }
p { color: rgb(236,197,75); }
H1.HeaderClassName
{
color: #ECC54B;
}
.AnyTagClassName
{
color: #ECC54B;
}
</style>
background-color css
<style>
a { background-color: #ECC54B; }
a { background-color: rgb(236,197,75); }
div.DivClassName
{
background-color: #ECC54B;
}
.BgClassName
{
background-color: #ECC54B;
}
</style>
border-color css
<style>
span { border-color: #ECC54B; }
span { border-color: rgb(236,197,75); }
td.TdClassName
{
border-color: #ECC54B;
}
.TagClassName
{
border-color: #ECC54B;
}
</style>