Shades of Festival #ECC63D
Tints of Festival #ECC63D
RGB
CMYK
RGB Variations
Color information
#ECC63D (or 0xECC63D) is known color: Festival. HEX triplet: EC, C6 and 3D. RGB value is (236,198,61). Sum of RGB (Red+Green+Blue) = 236+198+61=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC63D is #1339C2. Grayscale: #C2C2C2. Windows color (decimal): -1259971 or 4048620. OLE color: 4048620.
HSL color Cylindrical-coordinate representation of color #ECC63D: hue angle of 46.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECC63D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 61 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.07 |
| HSL | 46.97º | 0.82% | 0.58% | - |
| HSV(B) | 46.97º | 0.74% | 0.93% | - |
| XYZ | 55.63 | 58.56 | 12.79 | - |
| YUV | 193.74 | 53.09 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 61 | 0 | 0.16 | 0.74 | 0.07 | 46.97 | 0.82 | 0.58 |
| Hex | EC | C6 | 3D | 0 | 10 | 4A | 7 | 2F | 52 | 3A |
| Octal | 354 | 306 | 75 | 0 | 20 | 112 | 7 | 57 | 122 | 72 |
| Binary | 11101100 | 11000110 | 111101 | 0 | 10000 | 1001010 | 111 | 101111 | 1010010 | 111010 |
Color Harmonies of #ECC63D
Complementary color
Monochromatic Colors of #ECC63D
Black with #ECC63D
Text Example
Text Example
White with #ECC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC63D; }
p { color: rgb(236,198,61); }
H1.HeaderClassName
{
color: #ECC63D;
}
.AnyTagClassName
{
color: #ECC63D;
}
</style>
background-color css
<style>
a { background-color: #ECC63D; }
a { background-color: rgb(236,198,61); }
div.DivClassName
{
background-color: #ECC63D;
}
.BgClassName
{
background-color: #ECC63D;
}
</style>
border-color css
<style>
span { border-color: #ECC63D; }
span { border-color: rgb(236,198,61); }
td.TdClassName
{
border-color: #ECC63D;
}
.TagClassName
{
border-color: #ECC63D;
}
</style>