Shades of Festival #EDD748
Tints of Festival #EDD748
RGB
CMYK
RGB Variations
Color information
#EDD748 (or 0xEDD748) is known color: Festival. HEX triplet: ED, D7 and 48. RGB value is (237,215,72). Sum of RGB (Red+Green+Blue) = 237+215+72=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD748 is #1228B7. Grayscale: #CDCDCD. Windows color (decimal): -1190072 or 4773869. OLE color: 4773869.
HSL color Cylindrical-coordinate representation of color #EDD748: hue angle of 52º 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 #EDD748 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 72 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.07 |
| HSL | 52º | 0.82% | 0.61% | - |
| HSV(B) | 52º | 0.7% | 0.93% | - |
| XYZ | 60.4 | 67.07 | 15.89 | - |
| YUV | 205.28 | 52.79 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 72 | 0 | 0.09 | 0.70 | 0.07 | 52 | 0.82 | 0.61 |
| Hex | ED | D7 | 48 | 0 | 9 | 46 | 7 | 34 | 52 | 3D |
| Octal | 355 | 327 | 110 | 0 | 11 | 106 | 7 | 64 | 122 | 75 |
| Binary | 11101101 | 11010111 | 1001000 | 0 | 1001 | 1000110 | 111 | 110100 | 1010010 | 111101 |
Color Harmonies of #EDD748
Complementary color
Monochromatic Colors of #EDD748
Black with #EDD748
Text Example
Text Example
White with #EDD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD748; }
p { color: rgb(237,215,72); }
H1.HeaderClassName
{
color: #EDD748;
}
.AnyTagClassName
{
color: #EDD748;
}
</style>
background-color css
<style>
a { background-color: #EDD748; }
a { background-color: rgb(237,215,72); }
div.DivClassName
{
background-color: #EDD748;
}
.BgClassName
{
background-color: #EDD748;
}
</style>
border-color css
<style>
span { border-color: #EDD748; }
span { border-color: rgb(237,215,72); }
td.TdClassName
{
border-color: #EDD748;
}
.TagClassName
{
border-color: #EDD748;
}
</style>