Shades of Festival #EED14A
Tints of Festival #EED14A
RGB
CMYK
RGB Variations
Color information
#EED14A (or 0xEED14A) is known color: Festival. HEX triplet: EE, D1 and 4A. RGB value is (238,209,74). Sum of RGB (Red+Green+Blue) = 238+209+74=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EED14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED14A is #112EB5. Grayscale: #CACACA. Windows color (decimal): -1126070 or 4903406. OLE color: 4903406.
HSL color Cylindrical-coordinate representation of color #EED14A: hue angle of 49.39º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EED14A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 74 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.07 |
| HSL | 49.39º | 0.83% | 0.61% | - |
| HSV(B) | 49.39º | 0.69% | 0.93% | - |
| XYZ | 59.3 | 64.27 | 15.76 | - |
| YUV | 202.28 | 55.61 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 74 | 0 | 0.12 | 0.69 | 0.07 | 49.39 | 0.83 | 0.61 |
| Hex | EE | D1 | 4A | 0 | C | 45 | 7 | 31 | 53 | 3D |
| Octal | 356 | 321 | 112 | 0 | 14 | 105 | 7 | 61 | 123 | 75 |
| Binary | 11101110 | 11010001 | 1001010 | 0 | 1100 | 1000101 | 111 | 110001 | 1010011 | 111101 |
Color Harmonies of #EED14A
Complementary color
Monochromatic Colors of #EED14A
Black with #EED14A
Text Example
Text Example
White with #EED14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED14A; }
p { color: rgb(238,209,74); }
H1.HeaderClassName
{
color: #EED14A;
}
.AnyTagClassName
{
color: #EED14A;
}
</style>
background-color css
<style>
a { background-color: #EED14A; }
a { background-color: rgb(238,209,74); }
div.DivClassName
{
background-color: #EED14A;
}
.BgClassName
{
background-color: #EED14A;
}
</style>
border-color css
<style>
span { border-color: #EED14A; }
span { border-color: rgb(238,209,74); }
td.TdClassName
{
border-color: #EED14A;
}
.TagClassName
{
border-color: #EED14A;
}
</style>