Shades of Festival #EED14C
Tints of Festival #EED14C
RGB
CMYK
RGB Variations
Color information
#EED14C (or 0xEED14C) is known color: Festival. HEX triplet: EE, D1 and 4C. RGB value is (238,209,76). Sum of RGB (Red+Green+Blue) = 238+209+76=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EED14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED14C is #112EB3. Grayscale: #CBCBCB. Windows color (decimal): -1126068 or 5034478. OLE color: 5034478.
HSL color Cylindrical-coordinate representation of color #EED14C: hue angle of 49.26º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED14C is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 76 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.07 |
| HSL | 49.26º | 0.83% | 0.62% | - |
| HSV(B) | 49.26º | 0.68% | 0.93% | - |
| XYZ | 59.36 | 64.3 | 16.12 | - |
| YUV | 202.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 76 | 0 | 0.12 | 0.68 | 0.07 | 49.26 | 0.83 | 0.62 |
| Hex | EE | D1 | 4C | 0 | C | 44 | 7 | 31 | 53 | 3E |
| Octal | 356 | 321 | 114 | 0 | 14 | 104 | 7 | 61 | 123 | 76 |
| Binary | 11101110 | 11010001 | 1001100 | 0 | 1100 | 1000100 | 111 | 110001 | 1010011 | 111110 |
Color Harmonies of #EED14C
Complementary color
Monochromatic Colors of #EED14C
Black with #EED14C
Text Example
Text Example
White with #EED14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED14C; }
p { color: rgb(238,209,76); }
H1.HeaderClassName
{
color: #EED14C;
}
.AnyTagClassName
{
color: #EED14C;
}
</style>
background-color css
<style>
a { background-color: #EED14C; }
a { background-color: rgb(238,209,76); }
div.DivClassName
{
background-color: #EED14C;
}
.BgClassName
{
background-color: #EED14C;
}
</style>
border-color css
<style>
span { border-color: #EED14C; }
span { border-color: rgb(238,209,76); }
td.TdClassName
{
border-color: #EED14C;
}
.TagClassName
{
border-color: #EED14C;
}
</style>