Shades of Festival #ECD23C
Tints of Festival #ECD23C
RGB
CMYK
RGB Variations
Color information
#ECD23C (or 0xECD23C) is known color: Festival. HEX triplet: EC, D2 and 3C. RGB value is (236,210,60). Sum of RGB (Red+Green+Blue) = 236+210+60=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD23C is #132DC3. Grayscale: #C9C9C9. Windows color (decimal): -1256900 or 3986156. OLE color: 3986156.
HSL color Cylindrical-coordinate representation of color #ECD23C: hue angle of 51.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECD23C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 60 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.07 |
| HSL | 51.14º | 0.82% | 0.58% | - |
| HSV(B) | 51.14º | 0.75% | 0.93% | - |
| XYZ | 58.45 | 64.25 | 13.6 | - |
| YUV | 200.67 | 48.61 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 60 | 0 | 0.11 | 0.75 | 0.07 | 51.14 | 0.82 | 0.58 |
| Hex | EC | D2 | 3C | 0 | B | 4B | 7 | 33 | 52 | 3A |
| Octal | 354 | 322 | 74 | 0 | 13 | 113 | 7 | 63 | 122 | 72 |
| Binary | 11101100 | 11010010 | 111100 | 0 | 1011 | 1001011 | 111 | 110011 | 1010010 | 111010 |
Color Harmonies of #ECD23C
Complementary color
Monochromatic Colors of #ECD23C
Black with #ECD23C
Text Example
Text Example
White with #ECD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD23C; }
p { color: rgb(236,210,60); }
H1.HeaderClassName
{
color: #ECD23C;
}
.AnyTagClassName
{
color: #ECD23C;
}
</style>
background-color css
<style>
a { background-color: #ECD23C; }
a { background-color: rgb(236,210,60); }
div.DivClassName
{
background-color: #ECD23C;
}
.BgClassName
{
background-color: #ECD23C;
}
</style>
border-color css
<style>
span { border-color: #ECD23C; }
span { border-color: rgb(236,210,60); }
td.TdClassName
{
border-color: #ECD23C;
}
.TagClassName
{
border-color: #ECD23C;
}
</style>