Shades of Festival #EDD14F
Tints of Festival #EDD14F
RGB
CMYK
RGB Variations
Color information
#EDD14F (or 0xEDD14F) is known color: Festival. HEX triplet: ED, D1 and 4F. RGB value is (237,209,79). Sum of RGB (Red+Green+Blue) = 237+209+79=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD14F is #122EB0. Grayscale: #CBCBCB. Windows color (decimal): -1191601 or 5231085. OLE color: 5231085.
HSL color Cylindrical-coordinate representation of color #EDD14F: hue angle of 49.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDD14F is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 79 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.07 |
| HSL | 49.37º | 0.81% | 0.62% | - |
| HSV(B) | 49.37º | 0.67% | 0.93% | - |
| XYZ | 59.14 | 64.17 | 16.67 | - |
| YUV | 202.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 79 | 0 | 0.12 | 0.67 | 0.07 | 49.37 | 0.81 | 0.62 |
| Hex | ED | D1 | 4F | 0 | C | 43 | 7 | 31 | 51 | 3E |
| Octal | 355 | 321 | 117 | 0 | 14 | 103 | 7 | 61 | 121 | 76 |
| Binary | 11101101 | 11010001 | 1001111 | 0 | 1100 | 1000011 | 111 | 110001 | 1010001 | 111110 |
Color Harmonies of #EDD14F
Complementary color
Monochromatic Colors of #EDD14F
Black with #EDD14F
Text Example
Text Example
White with #EDD14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD14F; }
p { color: rgb(237,209,79); }
H1.HeaderClassName
{
color: #EDD14F;
}
.AnyTagClassName
{
color: #EDD14F;
}
</style>
background-color css
<style>
a { background-color: #EDD14F; }
a { background-color: rgb(237,209,79); }
div.DivClassName
{
background-color: #EDD14F;
}
.BgClassName
{
background-color: #EDD14F;
}
</style>
border-color css
<style>
span { border-color: #EDD14F; }
span { border-color: rgb(237,209,79); }
td.TdClassName
{
border-color: #EDD14F;
}
.TagClassName
{
border-color: #EDD14F;
}
</style>