Shades of Festival #EDD747
Tints of Festival #EDD747
RGB
CMYK
RGB Variations
Color information
#EDD747 (or 0xEDD747) is known color: Festival. HEX triplet: ED, D7 and 47. RGB value is (237,215,71). Sum of RGB (Red+Green+Blue) = 237+215+71=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD747 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD747 is #1228B8. Grayscale: #CDCDCD. Windows color (decimal): -1190073 or 4708333. OLE color: 4708333.
HSL color Cylindrical-coordinate representation of color #EDD747: hue angle of 52.05º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDD747 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 71 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.07 |
| HSL | 52.05º | 0.82% | 0.6% | - |
| HSV(B) | 52.05º | 0.7% | 0.93% | - |
| XYZ | 60.36 | 67.06 | 15.72 | - |
| YUV | 205.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 71 | 0 | 0.09 | 0.70 | 0.07 | 52.05 | 0.82 | 0.6 |
| Hex | ED | D7 | 47 | 0 | 9 | 46 | 7 | 34 | 52 | 3C |
| Octal | 355 | 327 | 107 | 0 | 11 | 106 | 7 | 64 | 122 | 74 |
| Binary | 11101101 | 11010111 | 1000111 | 0 | 1001 | 1000110 | 111 | 110100 | 1010010 | 111100 |
Color Harmonies of #EDD747
Complementary color
Monochromatic Colors of #EDD747
Black with #EDD747
Text Example
Text Example
White with #EDD747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD747; }
p { color: rgb(237,215,71); }
H1.HeaderClassName
{
color: #EDD747;
}
.AnyTagClassName
{
color: #EDD747;
}
</style>
background-color css
<style>
a { background-color: #EDD747; }
a { background-color: rgb(237,215,71); }
div.DivClassName
{
background-color: #EDD747;
}
.BgClassName
{
background-color: #EDD747;
}
</style>
border-color css
<style>
span { border-color: #EDD747; }
span { border-color: rgb(237,215,71); }
td.TdClassName
{
border-color: #EDD747;
}
.TagClassName
{
border-color: #EDD747;
}
</style>