Shades of Festival #EDD848
Tints of Festival #EDD848
RGB
CMYK
RGB Variations
Color information
#EDD848 (or 0xEDD848) is known color: Festival. HEX triplet: ED, D8 and 48. RGB value is (237,216,72). Sum of RGB (Red+Green+Blue) = 237+216+72=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD848 is #1227B7. Grayscale: #CECECE. Windows color (decimal): -1189816 or 4774125. OLE color: 4774125.
HSL color Cylindrical-coordinate representation of color #EDD848: hue angle of 52.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDD848 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 72 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.07 |
| HSL | 52.36º | 0.82% | 0.61% | - |
| HSV(B) | 52.36º | 0.7% | 0.93% | - |
| XYZ | 60.65 | 67.58 | 15.98 | - |
| YUV | 205.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 72 | 0 | 0.09 | 0.70 | 0.07 | 52.36 | 0.82 | 0.61 |
| Hex | ED | D8 | 48 | 0 | 9 | 46 | 7 | 34 | 52 | 3D |
| Octal | 355 | 330 | 110 | 0 | 11 | 106 | 7 | 64 | 122 | 75 |
| Binary | 11101101 | 11011000 | 1001000 | 0 | 1001 | 1000110 | 111 | 110100 | 1010010 | 111101 |
Color Harmonies of #EDD848
Complementary color
Monochromatic Colors of #EDD848
Black with #EDD848
Text Example
Text Example
White with #EDD848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD848; }
p { color: rgb(237,216,72); }
H1.HeaderClassName
{
color: #EDD848;
}
.AnyTagClassName
{
color: #EDD848;
}
</style>
background-color css
<style>
a { background-color: #EDD848; }
a { background-color: rgb(237,216,72); }
div.DivClassName
{
background-color: #EDD848;
}
.BgClassName
{
background-color: #EDD848;
}
</style>
border-color css
<style>
span { border-color: #EDD848; }
span { border-color: rgb(237,216,72); }
td.TdClassName
{
border-color: #EDD848;
}
.TagClassName
{
border-color: #EDD848;
}
</style>