Shades of Festival #EED03D
Tints of Festival #EED03D
RGB
CMYK
RGB Variations
Color information
#EED03D (or 0xEED03D) is known color: Festival. HEX triplet: EE, D0 and 3D. RGB value is (238,208,61). Sum of RGB (Red+Green+Blue) = 238+208+61=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EED03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED03D is #112FC2. Grayscale: #C8C8C8. Windows color (decimal): -1126339 or 4051182. OLE color: 4051182.
HSL color Cylindrical-coordinate representation of color #EED03D: hue angle of 49.83º 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 #EED03D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 61 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.07 |
| HSL | 49.83º | 0.84% | 0.59% | - |
| HSV(B) | 49.83º | 0.74% | 0.93% | - |
| XYZ | 58.66 | 63.63 | 13.6 | - |
| YUV | 200.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 61 | 0 | 0.13 | 0.74 | 0.07 | 49.83 | 0.84 | 0.59 |
| Hex | EE | D0 | 3D | 0 | D | 4A | 7 | 32 | 54 | 3B |
| Octal | 356 | 320 | 75 | 0 | 15 | 112 | 7 | 62 | 124 | 73 |
| Binary | 11101110 | 11010000 | 111101 | 0 | 1101 | 1001010 | 111 | 110010 | 1010100 | 111011 |
Color Harmonies of #EED03D
Complementary color
Monochromatic Colors of #EED03D
Black with #EED03D
Text Example
Text Example
White with #EED03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED03D; }
p { color: rgb(238,208,61); }
H1.HeaderClassName
{
color: #EED03D;
}
.AnyTagClassName
{
color: #EED03D;
}
</style>
background-color css
<style>
a { background-color: #EED03D; }
a { background-color: rgb(238,208,61); }
div.DivClassName
{
background-color: #EED03D;
}
.BgClassName
{
background-color: #EED03D;
}
</style>
border-color css
<style>
span { border-color: #EED03D; }
span { border-color: rgb(238,208,61); }
td.TdClassName
{
border-color: #EED03D;
}
.TagClassName
{
border-color: #EED03D;
}
</style>