Shades of Festival #EDD044
Tints of Festival #EDD044
RGB
CMYK
RGB Variations
Color information
#EDD044 (or 0xEDD044) is known color: Festival. HEX triplet: ED, D0 and 44. RGB value is (237,208,68). Sum of RGB (Red+Green+Blue) = 237+208+68=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 68 (26.95% from 255 or 13.26% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD044 is #122FBB. Grayscale: #C9C9C9. Windows color (decimal): -1191868 or 4509933. OLE color: 4509933.
HSL color Cylindrical-coordinate representation of color #EDD044: hue angle of 49.7º 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 #EDD044 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 68 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.07 |
| HSL | 49.7º | 0.82% | 0.6% | - |
| HSV(B) | 49.7º | 0.71% | 0.93% | - |
| XYZ | 58.52 | 63.53 | 14.65 | - |
| YUV | 200.71 | 53.11 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 68 | 0 | 0.12 | 0.71 | 0.07 | 49.7 | 0.82 | 0.6 |
| Hex | ED | D0 | 44 | 0 | C | 47 | 7 | 32 | 52 | 3C |
| Octal | 355 | 320 | 104 | 0 | 14 | 107 | 7 | 62 | 122 | 74 |
| Binary | 11101101 | 11010000 | 1000100 | 0 | 1100 | 1000111 | 111 | 110010 | 1010010 | 111100 |
Color Harmonies of #EDD044
Complementary color
Monochromatic Colors of #EDD044
Black with #EDD044
Text Example
Text Example
White with #EDD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD044; }
p { color: rgb(237,208,68); }
H1.HeaderClassName
{
color: #EDD044;
}
.AnyTagClassName
{
color: #EDD044;
}
</style>
background-color css
<style>
a { background-color: #EDD044; }
a { background-color: rgb(237,208,68); }
div.DivClassName
{
background-color: #EDD044;
}
.BgClassName
{
background-color: #EDD044;
}
</style>
border-color css
<style>
span { border-color: #EDD044; }
span { border-color: rgb(237,208,68); }
td.TdClassName
{
border-color: #EDD044;
}
.TagClassName
{
border-color: #EDD044;
}
</style>