Shades of Festival #EED14E
Tints of Festival #EED14E
RGB
CMYK
RGB Variations
Color information
#EED14E (or 0xEED14E) is known color: Festival. HEX triplet: EE, D1 and 4E. RGB value is (238,209,78). Sum of RGB (Red+Green+Blue) = 238+209+78=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EED14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED14E is #112EB1. Grayscale: #CBCBCB. Windows color (decimal): -1126066 or 5165550. OLE color: 5165550.
HSL color Cylindrical-coordinate representation of color #EED14E: hue angle of 49.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EED14E is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 78 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.07 |
| HSL | 49.13º | 0.82% | 0.62% | - |
| HSV(B) | 49.13º | 0.67% | 0.93% | - |
| XYZ | 59.44 | 64.33 | 16.49 | - |
| YUV | 202.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 78 | 0 | 0.12 | 0.67 | 0.07 | 49.13 | 0.82 | 0.62 |
| Hex | EE | D1 | 4E | 0 | C | 43 | 7 | 31 | 52 | 3E |
| Octal | 356 | 321 | 116 | 0 | 14 | 103 | 7 | 61 | 122 | 76 |
| Binary | 11101110 | 11010001 | 1001110 | 0 | 1100 | 1000011 | 111 | 110001 | 1010010 | 111110 |
Color Harmonies of #EED14E
Complementary color
Monochromatic Colors of #EED14E
Black with #EED14E
Text Example
Text Example
White with #EED14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED14E; }
p { color: rgb(238,209,78); }
H1.HeaderClassName
{
color: #EED14E;
}
.AnyTagClassName
{
color: #EED14E;
}
</style>
background-color css
<style>
a { background-color: #EED14E; }
a { background-color: rgb(238,209,78); }
div.DivClassName
{
background-color: #EED14E;
}
.BgClassName
{
background-color: #EED14E;
}
</style>
border-color css
<style>
span { border-color: #EED14E; }
span { border-color: rgb(238,209,78); }
td.TdClassName
{
border-color: #EED14E;
}
.TagClassName
{
border-color: #EED14E;
}
</style>