Shades of Festival #EED33D
Tints of Festival #EED33D
RGB
CMYK
RGB Variations
Color information
#EED33D (or 0xEED33D) is known color: Festival. HEX triplet: EE, D3 and 3D. RGB value is (238,211,61). Sum of RGB (Red+Green+Blue) = 238+211+61=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EED33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED33D is #112CC2. Grayscale: #CACACA. Windows color (decimal): -1125571 or 4051950. OLE color: 4051950.
HSL color Cylindrical-coordinate representation of color #EED33D: hue angle of 50.85º 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 #EED33D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 61 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.07 |
| HSL | 50.85º | 0.84% | 0.59% | - |
| HSV(B) | 50.85º | 0.74% | 0.93% | - |
| XYZ | 59.4 | 65.1 | 13.85 | - |
| YUV | 201.97 | 48.45 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 61 | 0 | 0.11 | 0.74 | 0.07 | 50.85 | 0.84 | 0.59 |
| Hex | EE | D3 | 3D | 0 | B | 4A | 7 | 33 | 54 | 3B |
| Octal | 356 | 323 | 75 | 0 | 13 | 112 | 7 | 63 | 124 | 73 |
| Binary | 11101110 | 11010011 | 111101 | 0 | 1011 | 1001010 | 111 | 110011 | 1010100 | 111011 |
Color Harmonies of #EED33D
Complementary color
Monochromatic Colors of #EED33D
Black with #EED33D
Text Example
Text Example
White with #EED33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED33D; }
p { color: rgb(238,211,61); }
H1.HeaderClassName
{
color: #EED33D;
}
.AnyTagClassName
{
color: #EED33D;
}
</style>
background-color css
<style>
a { background-color: #EED33D; }
a { background-color: rgb(238,211,61); }
div.DivClassName
{
background-color: #EED33D;
}
.BgClassName
{
background-color: #EED33D;
}
</style>
border-color css
<style>
span { border-color: #EED33D; }
span { border-color: rgb(238,211,61); }
td.TdClassName
{
border-color: #EED33D;
}
.TagClassName
{
border-color: #EED33D;
}
</style>