Shades of Festival #EDD043
Tints of Festival #EDD043
RGB
CMYK
RGB Variations
Color information
#EDD043 (or 0xEDD043) is known color: Festival. HEX triplet: ED, D0 and 43. RGB value is (237,208,67). Sum of RGB (Red+Green+Blue) = 237+208+67=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD043 is #122FBC. Grayscale: #C9C9C9. Windows color (decimal): -1191869 or 4444397. OLE color: 4444397.
HSL color Cylindrical-coordinate representation of color #EDD043: hue angle of 49.76º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDD043 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 67 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.07 |
| HSL | 49.76º | 0.83% | 0.6% | - |
| HSV(B) | 49.76º | 0.72% | 0.93% | - |
| XYZ | 58.49 | 63.52 | 14.49 | - |
| YUV | 200.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 67 | 0 | 0.12 | 0.72 | 0.07 | 49.76 | 0.83 | 0.6 |
| Hex | ED | D0 | 43 | 0 | C | 48 | 7 | 32 | 53 | 3C |
| Octal | 355 | 320 | 103 | 0 | 14 | 110 | 7 | 62 | 123 | 74 |
| Binary | 11101101 | 11010000 | 1000011 | 0 | 1100 | 1001000 | 111 | 110010 | 1010011 | 111100 |
Color Harmonies of #EDD043
Complementary color
Monochromatic Colors of #EDD043
Black with #EDD043
Text Example
Text Example
White with #EDD043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD043; }
p { color: rgb(237,208,67); }
H1.HeaderClassName
{
color: #EDD043;
}
.AnyTagClassName
{
color: #EDD043;
}
</style>
background-color css
<style>
a { background-color: #EDD043; }
a { background-color: rgb(237,208,67); }
div.DivClassName
{
background-color: #EDD043;
}
.BgClassName
{
background-color: #EDD043;
}
</style>
border-color css
<style>
span { border-color: #EDD043; }
span { border-color: rgb(237,208,67); }
td.TdClassName
{
border-color: #EDD043;
}
.TagClassName
{
border-color: #EDD043;
}
</style>