Shades of Festival #EED34A
Tints of Festival #EED34A
RGB
CMYK
RGB Variations
Color information
#EED34A (or 0xEED34A) is known color: Festival. HEX triplet: EE, D3 and 4A. RGB value is (238,211,74). Sum of RGB (Red+Green+Blue) = 238+211+74=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EED34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED34A is #112CB5. Grayscale: #CCCCCC. Windows color (decimal): -1125558 or 4903918. OLE color: 4903918.
HSL color Cylindrical-coordinate representation of color #EED34A: hue angle of 50.12º 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 #EED34A is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 74 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.07 |
| HSL | 50.12º | 0.83% | 0.61% | - |
| HSV(B) | 50.12º | 0.69% | 0.93% | - |
| XYZ | 59.79 | 65.26 | 15.92 | - |
| YUV | 203.46 | 54.95 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 74 | 0 | 0.11 | 0.69 | 0.07 | 50.12 | 0.83 | 0.61 |
| Hex | EE | D3 | 4A | 0 | B | 45 | 7 | 32 | 53 | 3D |
| Octal | 356 | 323 | 112 | 0 | 13 | 105 | 7 | 62 | 123 | 75 |
| Binary | 11101110 | 11010011 | 1001010 | 0 | 1011 | 1000101 | 111 | 110010 | 1010011 | 111101 |
Color Harmonies of #EED34A
Complementary color
Monochromatic Colors of #EED34A
Black with #EED34A
Text Example
Text Example
White with #EED34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED34A; }
p { color: rgb(238,211,74); }
H1.HeaderClassName
{
color: #EED34A;
}
.AnyTagClassName
{
color: #EED34A;
}
</style>
background-color css
<style>
a { background-color: #EED34A; }
a { background-color: rgb(238,211,74); }
div.DivClassName
{
background-color: #EED34A;
}
.BgClassName
{
background-color: #EED34A;
}
</style>
border-color css
<style>
span { border-color: #EED34A; }
span { border-color: rgb(238,211,74); }
td.TdClassName
{
border-color: #EED34A;
}
.TagClassName
{
border-color: #EED34A;
}
</style>