Shades of Festival #EED04F
Tints of Festival #EED04F
RGB
CMYK
RGB Variations
Color information
#EED04F (or 0xEED04F) is known color: Festival. HEX triplet: EE, D0 and 4F. RGB value is (238,208,79). Sum of RGB (Red+Green+Blue) = 238+208+79=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EED04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED04F is #112FB0. Grayscale: #CACACA. Windows color (decimal): -1126321 or 5230830. OLE color: 5230830.
HSL color Cylindrical-coordinate representation of color #EED04F: hue angle of 48.68º 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 #EED04F is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 79 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.07 |
| HSL | 48.68º | 0.82% | 0.62% | - |
| HSV(B) | 48.68º | 0.67% | 0.93% | - |
| XYZ | 59.23 | 63.85 | 16.6 | - |
| YUV | 202.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 79 | 0 | 0.13 | 0.67 | 0.07 | 48.68 | 0.82 | 0.62 |
| Hex | EE | D0 | 4F | 0 | D | 43 | 7 | 31 | 52 | 3E |
| Octal | 356 | 320 | 117 | 0 | 15 | 103 | 7 | 61 | 122 | 76 |
| Binary | 11101110 | 11010000 | 1001111 | 0 | 1101 | 1000011 | 111 | 110001 | 1010010 | 111110 |
Color Harmonies of #EED04F
Complementary color
Monochromatic Colors of #EED04F
Black with #EED04F
Text Example
Text Example
White with #EED04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED04F; }
p { color: rgb(238,208,79); }
H1.HeaderClassName
{
color: #EED04F;
}
.AnyTagClassName
{
color: #EED04F;
}
</style>
background-color css
<style>
a { background-color: #EED04F; }
a { background-color: rgb(238,208,79); }
div.DivClassName
{
background-color: #EED04F;
}
.BgClassName
{
background-color: #EED04F;
}
</style>
border-color css
<style>
span { border-color: #EED04F; }
span { border-color: rgb(238,208,79); }
td.TdClassName
{
border-color: #EED04F;
}
.TagClassName
{
border-color: #EED04F;
}
</style>