Shades of Festival #EED13D
Tints of Festival #EED13D
RGB
CMYK
RGB Variations
Color information
#EED13D (or 0xEED13D) is known color: Festival. HEX triplet: EE, D1 and 3D. RGB value is (238,209,61). Sum of RGB (Red+Green+Blue) = 238+209+61=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EED13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED13D is #112EC2. Grayscale: #C9C9C9. Windows color (decimal): -1126083 or 4051438. OLE color: 4051438.
HSL color Cylindrical-coordinate representation of color #EED13D: hue angle of 50.17º 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 #EED13D is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 61 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.07 |
| HSL | 50.17º | 0.84% | 0.59% | - |
| HSV(B) | 50.17º | 0.74% | 0.93% | - |
| XYZ | 58.9 | 64.11 | 13.69 | - |
| YUV | 200.8 | 49.11 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 61 | 0 | 0.12 | 0.74 | 0.07 | 50.17 | 0.84 | 0.59 |
| Hex | EE | D1 | 3D | 0 | C | 4A | 7 | 32 | 54 | 3B |
| Octal | 356 | 321 | 75 | 0 | 14 | 112 | 7 | 62 | 124 | 73 |
| Binary | 11101110 | 11010001 | 111101 | 0 | 1100 | 1001010 | 111 | 110010 | 1010100 | 111011 |
Color Harmonies of #EED13D
Complementary color
Monochromatic Colors of #EED13D
Black with #EED13D
Text Example
Text Example
White with #EED13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED13D; }
p { color: rgb(238,209,61); }
H1.HeaderClassName
{
color: #EED13D;
}
.AnyTagClassName
{
color: #EED13D;
}
</style>
background-color css
<style>
a { background-color: #EED13D; }
a { background-color: rgb(238,209,61); }
div.DivClassName
{
background-color: #EED13D;
}
.BgClassName
{
background-color: #EED13D;
}
</style>
border-color css
<style>
span { border-color: #EED13D; }
span { border-color: rgb(238,209,61); }
td.TdClassName
{
border-color: #EED13D;
}
.TagClassName
{
border-color: #EED13D;
}
</style>