Shades of Festival #EDD33F
Tints of Festival #EDD33F
RGB
CMYK
RGB Variations
Color information
#EDD33F (or 0xEDD33F) is known color: Festival. HEX triplet: ED, D3 and 3F. RGB value is (237,211,63). Sum of RGB (Red+Green+Blue) = 237+211+63=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD33F is #122CC0. Grayscale: #CACACA. Windows color (decimal): -1191105 or 4183021. OLE color: 4183021.
HSL color Cylindrical-coordinate representation of color #EDD33F: hue angle of 51.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDD33F is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 63 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.07 |
| HSL | 51.03º | 0.83% | 0.59% | - |
| HSV(B) | 51.03º | 0.73% | 0.93% | - |
| XYZ | 59.12 | 64.95 | 14.12 | - |
| YUV | 201.9 | 49.61 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 63 | 0 | 0.11 | 0.73 | 0.07 | 51.03 | 0.83 | 0.59 |
| Hex | ED | D3 | 3F | 0 | B | 49 | 7 | 33 | 53 | 3B |
| Octal | 355 | 323 | 77 | 0 | 13 | 111 | 7 | 63 | 123 | 73 |
| Binary | 11101101 | 11010011 | 111111 | 0 | 1011 | 1001001 | 111 | 110011 | 1010011 | 111011 |
Color Harmonies of #EDD33F
Complementary color
Monochromatic Colors of #EDD33F
Black with #EDD33F
Text Example
Text Example
White with #EDD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD33F; }
p { color: rgb(237,211,63); }
H1.HeaderClassName
{
color: #EDD33F;
}
.AnyTagClassName
{
color: #EDD33F;
}
</style>
background-color css
<style>
a { background-color: #EDD33F; }
a { background-color: rgb(237,211,63); }
div.DivClassName
{
background-color: #EDD33F;
}
.BgClassName
{
background-color: #EDD33F;
}
</style>
border-color css
<style>
span { border-color: #EDD33F; }
span { border-color: rgb(237,211,63); }
td.TdClassName
{
border-color: #EDD33F;
}
.TagClassName
{
border-color: #EDD33F;
}
</style>