Shades of Festival #ECD24B
Tints of Festival #ECD24B
RGB
CMYK
RGB Variations
Color information
#ECD24B (or 0xECD24B) is known color: Festival. HEX triplet: EC, D2 and 4B. RGB value is (236,210,75). Sum of RGB (Red+Green+Blue) = 236+210+75=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD24B is #132DB4. Grayscale: #CACACA. Windows color (decimal): -1256885 or 4969196. OLE color: 4969196.
HSL color Cylindrical-coordinate representation of color #ECD24B: hue angle of 50.31º 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 #ECD24B is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 75 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.07 |
| HSL | 50.31º | 0.81% | 0.61% | - |
| HSV(B) | 50.31º | 0.68% | 0.93% | - |
| XYZ | 58.91 | 64.43 | 15.99 | - |
| YUV | 202.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 75 | 0 | 0.11 | 0.68 | 0.07 | 50.31 | 0.81 | 0.61 |
| Hex | EC | D2 | 4B | 0 | B | 44 | 7 | 32 | 51 | 3D |
| Octal | 354 | 322 | 113 | 0 | 13 | 104 | 7 | 62 | 121 | 75 |
| Binary | 11101100 | 11010010 | 1001011 | 0 | 1011 | 1000100 | 111 | 110010 | 1010001 | 111101 |
Color Harmonies of #ECD24B
Complementary color
Monochromatic Colors of #ECD24B
Black with #ECD24B
Text Example
Text Example
White with #ECD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD24B; }
p { color: rgb(236,210,75); }
H1.HeaderClassName
{
color: #ECD24B;
}
.AnyTagClassName
{
color: #ECD24B;
}
</style>
background-color css
<style>
a { background-color: #ECD24B; }
a { background-color: rgb(236,210,75); }
div.DivClassName
{
background-color: #ECD24B;
}
.BgClassName
{
background-color: #ECD24B;
}
</style>
border-color css
<style>
span { border-color: #ECD24B; }
span { border-color: rgb(236,210,75); }
td.TdClassName
{
border-color: #ECD24B;
}
.TagClassName
{
border-color: #ECD24B;
}
</style>