Shades of Festival #EED043
Tints of Festival #EED043
RGB
CMYK
RGB Variations
Color information
#EED043 (or 0xEED043) is known color: Festival. HEX triplet: EE, D0 and 43. RGB value is (238,208,67). Sum of RGB (Red+Green+Blue) = 238+208+67=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EED043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED043 is #112FBC. Grayscale: #C9C9C9. Windows color (decimal): -1126333 or 4444398. OLE color: 4444398.
HSL color Cylindrical-coordinate representation of color #EED043: hue angle of 49.47º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EED043 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 67 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.07 |
| HSL | 49.47º | 0.83% | 0.6% | - |
| HSV(B) | 49.47º | 0.72% | 0.93% | - |
| XYZ | 58.83 | 63.69 | 14.5 | - |
| YUV | 200.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 67 | 0 | 0.13 | 0.72 | 0.07 | 49.47 | 0.83 | 0.6 |
| Hex | EE | D0 | 43 | 0 | D | 48 | 7 | 31 | 53 | 3C |
| Octal | 356 | 320 | 103 | 0 | 15 | 110 | 7 | 61 | 123 | 74 |
| Binary | 11101110 | 11010000 | 1000011 | 0 | 1101 | 1001000 | 111 | 110001 | 1010011 | 111100 |
Color Harmonies of #EED043
Complementary color
Monochromatic Colors of #EED043
Black with #EED043
Text Example
Text Example
White with #EED043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED043; }
p { color: rgb(238,208,67); }
H1.HeaderClassName
{
color: #EED043;
}
.AnyTagClassName
{
color: #EED043;
}
</style>
background-color css
<style>
a { background-color: #EED043; }
a { background-color: rgb(238,208,67); }
div.DivClassName
{
background-color: #EED043;
}
.BgClassName
{
background-color: #EED043;
}
</style>
border-color css
<style>
span { border-color: #EED043; }
span { border-color: rgb(238,208,67); }
td.TdClassName
{
border-color: #EED043;
}
.TagClassName
{
border-color: #EED043;
}
</style>