Shades of Festival #EDD144
Tints of Festival #EDD144
RGB
CMYK
RGB Variations
Color information
#EDD144 (or 0xEDD144) is known color: Festival. HEX triplet: ED, D1 and 44. RGB value is (237,209,68). Sum of RGB (Red+Green+Blue) = 237+209+68=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD144 is #122EBB. Grayscale: #C9C9C9. Windows color (decimal): -1191612 or 4510189. OLE color: 4510189.
HSL color Cylindrical-coordinate representation of color #EDD144: hue angle of 50.06º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDD144 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 68 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.07 |
| HSL | 50.06º | 0.82% | 0.6% | - |
| HSV(B) | 50.06º | 0.71% | 0.93% | - |
| XYZ | 58.77 | 64.02 | 14.73 | - |
| YUV | 201.3 | 52.78 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 68 | 0 | 0.12 | 0.71 | 0.07 | 50.06 | 0.82 | 0.6 |
| Hex | ED | D1 | 44 | 0 | C | 47 | 7 | 32 | 52 | 3C |
| Octal | 355 | 321 | 104 | 0 | 14 | 107 | 7 | 62 | 122 | 74 |
| Binary | 11101101 | 11010001 | 1000100 | 0 | 1100 | 1000111 | 111 | 110010 | 1010010 | 111100 |
Color Harmonies of #EDD144
Complementary color
Monochromatic Colors of #EDD144
Black with #EDD144
Text Example
Text Example
White with #EDD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD144; }
p { color: rgb(237,209,68); }
H1.HeaderClassName
{
color: #EDD144;
}
.AnyTagClassName
{
color: #EDD144;
}
</style>
background-color css
<style>
a { background-color: #EDD144; }
a { background-color: rgb(237,209,68); }
div.DivClassName
{
background-color: #EDD144;
}
.BgClassName
{
background-color: #EDD144;
}
</style>
border-color css
<style>
span { border-color: #EDD144; }
span { border-color: rgb(237,209,68); }
td.TdClassName
{
border-color: #EDD144;
}
.TagClassName
{
border-color: #EDD144;
}
</style>