Shades of Festival #EDD04A
Tints of Festival #EDD04A
RGB
CMYK
RGB Variations
Color information
#EDD04A (or 0xEDD04A) is known color: Festival. HEX triplet: ED, D0 and 4A. RGB value is (237,208,74). Sum of RGB (Red+Green+Blue) = 237+208+74=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD04A is #122FB5. Grayscale: #C9C9C9. Windows color (decimal): -1191862 or 4903149. OLE color: 4903149.
HSL color Cylindrical-coordinate representation of color #EDD04A: hue angle of 49.33º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDD04A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 74 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.07 |
| HSL | 49.33º | 0.82% | 0.61% | - |
| HSV(B) | 49.33º | 0.69% | 0.93% | - |
| XYZ | 58.72 | 63.61 | 15.66 | - |
| YUV | 201.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 74 | 0 | 0.12 | 0.69 | 0.07 | 49.33 | 0.82 | 0.61 |
| Hex | ED | D0 | 4A | 0 | C | 45 | 7 | 31 | 52 | 3D |
| Octal | 355 | 320 | 112 | 0 | 14 | 105 | 7 | 61 | 122 | 75 |
| Binary | 11101101 | 11010000 | 1001010 | 0 | 1100 | 1000101 | 111 | 110001 | 1010010 | 111101 |
Color Harmonies of #EDD04A
Complementary color
Monochromatic Colors of #EDD04A
Black with #EDD04A
Text Example
Text Example
White with #EDD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD04A; }
p { color: rgb(237,208,74); }
H1.HeaderClassName
{
color: #EDD04A;
}
.AnyTagClassName
{
color: #EDD04A;
}
</style>
background-color css
<style>
a { background-color: #EDD04A; }
a { background-color: rgb(237,208,74); }
div.DivClassName
{
background-color: #EDD04A;
}
.BgClassName
{
background-color: #EDD04A;
}
</style>
border-color css
<style>
span { border-color: #EDD04A; }
span { border-color: rgb(237,208,74); }
td.TdClassName
{
border-color: #EDD04A;
}
.TagClassName
{
border-color: #EDD04A;
}
</style>