Shades of Festival #EDD44C
Tints of Festival #EDD44C
RGB
CMYK
RGB Variations
Color information
#EDD44C (or 0xEDD44C) is known color: Festival. HEX triplet: ED, D4 and 4C. RGB value is (237,212,76). Sum of RGB (Red+Green+Blue) = 237+212+76=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD44C is #122BB3. Grayscale: #CCCCCC. Windows color (decimal): -1190836 or 5035245. OLE color: 5035245.
HSL color Cylindrical-coordinate representation of color #EDD44C: hue angle of 50.68º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDD44C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 76 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.07 |
| HSL | 50.68º | 0.82% | 0.61% | - |
| HSV(B) | 50.68º | 0.68% | 0.93% | - |
| XYZ | 59.77 | 65.61 | 16.35 | - |
| YUV | 203.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 76 | 0 | 0.11 | 0.68 | 0.07 | 50.68 | 0.82 | 0.61 |
| Hex | ED | D4 | 4C | 0 | B | 44 | 7 | 33 | 52 | 3D |
| Octal | 355 | 324 | 114 | 0 | 13 | 104 | 7 | 63 | 122 | 75 |
| Binary | 11101101 | 11010100 | 1001100 | 0 | 1011 | 1000100 | 111 | 110011 | 1010010 | 111101 |
Color Harmonies of #EDD44C
Complementary color
Monochromatic Colors of #EDD44C
Black with #EDD44C
Text Example
Text Example
White with #EDD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD44C; }
p { color: rgb(237,212,76); }
H1.HeaderClassName
{
color: #EDD44C;
}
.AnyTagClassName
{
color: #EDD44C;
}
</style>
background-color css
<style>
a { background-color: #EDD44C; }
a { background-color: rgb(237,212,76); }
div.DivClassName
{
background-color: #EDD44C;
}
.BgClassName
{
background-color: #EDD44C;
}
</style>
border-color css
<style>
span { border-color: #EDD44C; }
span { border-color: rgb(237,212,76); }
td.TdClassName
{
border-color: #EDD44C;
}
.TagClassName
{
border-color: #EDD44C;
}
</style>