Shades of Festival #EDCE47
Tints of Festival #EDCE47
RGB
CMYK
RGB Variations
Color information
#EDCE47 (or 0xEDCE47) is known color: Festival. HEX triplet: ED, CE and 47. RGB value is (237,206,71). Sum of RGB (Red+Green+Blue) = 237+206+71=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 71 (28.12% from 255 or 13.81% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE47 is #1231B8. Grayscale: #C8C8C8. Windows color (decimal): -1192377 or 4706029. OLE color: 4706029.
HSL color Cylindrical-coordinate representation of color #EDCE47: hue angle of 48.8º 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 #EDCE47 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 71 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.07 |
| HSL | 48.8º | 0.82% | 0.6% | - |
| HSV(B) | 48.8º | 0.7% | 0.93% | - |
| XYZ | 58.13 | 62.6 | 14.98 | - |
| YUV | 199.88 | 55.27 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 71 | 0 | 0.13 | 0.70 | 0.07 | 48.8 | 0.82 | 0.6 |
| Hex | ED | CE | 47 | 0 | D | 46 | 7 | 31 | 52 | 3C |
| Octal | 355 | 316 | 107 | 0 | 15 | 106 | 7 | 61 | 122 | 74 |
| Binary | 11101101 | 11001110 | 1000111 | 0 | 1101 | 1000110 | 111 | 110001 | 1010010 | 111100 |
Color Harmonies of #EDCE47
Complementary color
Monochromatic Colors of #EDCE47
Black with #EDCE47
Text Example
Text Example
White with #EDCE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE47; }
p { color: rgb(237,206,71); }
H1.HeaderClassName
{
color: #EDCE47;
}
.AnyTagClassName
{
color: #EDCE47;
}
</style>
background-color css
<style>
a { background-color: #EDCE47; }
a { background-color: rgb(237,206,71); }
div.DivClassName
{
background-color: #EDCE47;
}
.BgClassName
{
background-color: #EDCE47;
}
</style>
border-color css
<style>
span { border-color: #EDCE47; }
span { border-color: rgb(237,206,71); }
td.TdClassName
{
border-color: #EDCE47;
}
.TagClassName
{
border-color: #EDCE47;
}
</style>