Shades of Festival #EED43D
Tints of Festival #EED43D
RGB
CMYK
RGB Variations
Color information
#EED43D (or 0xEED43D) is known color: Festival. HEX triplet: EE, D4 and 3D. RGB value is (238,212,61). Sum of RGB (Red+Green+Blue) = 238+212+61=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EED43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED43D is #112BC2. Grayscale: #CBCBCB. Windows color (decimal): -1125315 or 4052206. OLE color: 4052206.
HSL color Cylindrical-coordinate representation of color #EED43D: hue angle of 51.19º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EED43D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 61 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.07 |
| HSL | 51.19º | 0.84% | 0.59% | - |
| HSV(B) | 51.19º | 0.74% | 0.93% | - |
| XYZ | 59.65 | 65.6 | 13.93 | - |
| YUV | 202.56 | 48.11 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 61 | 0 | 0.11 | 0.74 | 0.07 | 51.19 | 0.84 | 0.59 |
| Hex | EE | D4 | 3D | 0 | B | 4A | 7 | 33 | 54 | 3B |
| Octal | 356 | 324 | 75 | 0 | 13 | 112 | 7 | 63 | 124 | 73 |
| Binary | 11101110 | 11010100 | 111101 | 0 | 1011 | 1001010 | 111 | 110011 | 1010100 | 111011 |
Color Harmonies of #EED43D
Complementary color
Monochromatic Colors of #EED43D
Black with #EED43D
Text Example
Text Example
White with #EED43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED43D; }
p { color: rgb(238,212,61); }
H1.HeaderClassName
{
color: #EED43D;
}
.AnyTagClassName
{
color: #EED43D;
}
</style>
background-color css
<style>
a { background-color: #EED43D; }
a { background-color: rgb(238,212,61); }
div.DivClassName
{
background-color: #EED43D;
}
.BgClassName
{
background-color: #EED43D;
}
</style>
border-color css
<style>
span { border-color: #EED43D; }
span { border-color: rgb(238,212,61); }
td.TdClassName
{
border-color: #EED43D;
}
.TagClassName
{
border-color: #EED43D;
}
</style>