Shades of Festival #EED13C
Tints of Festival #EED13C
RGB
CMYK
RGB Variations
Color information
#EED13C (or 0xEED13C) is known color: Festival. HEX triplet: EE, D1 and 3C. RGB value is (238,209,60). Sum of RGB (Red+Green+Blue) = 238+209+60=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EED13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED13C is #112EC3. Grayscale: #C9C9C9. Windows color (decimal): -1126084 or 3985902. OLE color: 3985902.
HSL color Cylindrical-coordinate representation of color #EED13C: hue angle of 50.22º 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 #EED13C is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 60 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.07 |
| HSL | 50.22º | 0.84% | 0.58% | - |
| HSV(B) | 50.22º | 0.75% | 0.93% | - |
| XYZ | 58.88 | 64.1 | 13.55 | - |
| YUV | 200.69 | 48.61 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 60 | 0 | 0.12 | 0.75 | 0.07 | 50.22 | 0.84 | 0.58 |
| Hex | EE | D1 | 3C | 0 | C | 4B | 7 | 32 | 54 | 3A |
| Octal | 356 | 321 | 74 | 0 | 14 | 113 | 7 | 62 | 124 | 72 |
| Binary | 11101110 | 11010001 | 111100 | 0 | 1100 | 1001011 | 111 | 110010 | 1010100 | 111010 |
Color Harmonies of #EED13C
Complementary color
Monochromatic Colors of #EED13C
Black with #EED13C
Text Example
Text Example
White with #EED13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED13C; }
p { color: rgb(238,209,60); }
H1.HeaderClassName
{
color: #EED13C;
}
.AnyTagClassName
{
color: #EED13C;
}
</style>
background-color css
<style>
a { background-color: #EED13C; }
a { background-color: rgb(238,209,60); }
div.DivClassName
{
background-color: #EED13C;
}
.BgClassName
{
background-color: #EED13C;
}
</style>
border-color css
<style>
span { border-color: #EED13C; }
span { border-color: rgb(238,209,60); }
td.TdClassName
{
border-color: #EED13C;
}
.TagClassName
{
border-color: #EED13C;
}
</style>