Shades of Festival #EED03B
Tints of Festival #EED03B
RGB
CMYK
RGB Variations
Color information
#EED03B (or 0xEED03B) is known color: Festival. HEX triplet: EE, D0 and 3B. RGB value is (238,208,59). Sum of RGB (Red+Green+Blue) = 238+208+59=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EED03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED03B is #112FC4. Grayscale: #C8C8C8. Windows color (decimal): -1126341 or 3920110. OLE color: 3920110.
HSL color Cylindrical-coordinate representation of color #EED03B: hue angle of 49.94º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EED03B is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 59 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.07 |
| HSL | 49.94º | 0.84% | 0.58% | - |
| HSV(B) | 49.94º | 0.75% | 0.93% | - |
| XYZ | 58.61 | 63.6 | 13.33 | - |
| YUV | 199.98 | 48.44 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 59 | 0 | 0.13 | 0.75 | 0.07 | 49.94 | 0.84 | 0.58 |
| Hex | EE | D0 | 3B | 0 | D | 4B | 7 | 32 | 54 | 3A |
| Octal | 356 | 320 | 73 | 0 | 15 | 113 | 7 | 62 | 124 | 72 |
| Binary | 11101110 | 11010000 | 111011 | 0 | 1101 | 1001011 | 111 | 110010 | 1010100 | 111010 |
Color Harmonies of #EED03B
Complementary color
Monochromatic Colors of #EED03B
Black with #EED03B
Text Example
Text Example
White with #EED03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED03B; }
p { color: rgb(238,208,59); }
H1.HeaderClassName
{
color: #EED03B;
}
.AnyTagClassName
{
color: #EED03B;
}
</style>
background-color css
<style>
a { background-color: #EED03B; }
a { background-color: rgb(238,208,59); }
div.DivClassName
{
background-color: #EED03B;
}
.BgClassName
{
background-color: #EED03B;
}
</style>
border-color css
<style>
span { border-color: #EED03B; }
span { border-color: rgb(238,208,59); }
td.TdClassName
{
border-color: #EED03B;
}
.TagClassName
{
border-color: #EED03B;
}
</style>