Shades of Festival #EDCE50
Tints of Festival #EDCE50
RGB
CMYK
RGB Variations
Color information
#EDCE50 (or 0xEDCE50) is known color: Festival. HEX triplet: ED, CE and 50. RGB value is (237,206,80). Sum of RGB (Red+Green+Blue) = 237+206+80=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE50 is #1231AF. Grayscale: #C9C9C9. Windows color (decimal): -1192368 or 5295853. OLE color: 5295853.
HSL color Cylindrical-coordinate representation of color #EDCE50: hue angle of 48.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDCE50 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 80 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.07 |
| HSL | 48.15º | 0.81% | 0.62% | - |
| HSV(B) | 48.15º | 0.66% | 0.93% | - |
| XYZ | 58.44 | 62.73 | 16.62 | - |
| YUV | 200.91 | 59.77 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 80 | 0 | 0.13 | 0.66 | 0.07 | 48.15 | 0.81 | 0.62 |
| Hex | ED | CE | 50 | 0 | D | 42 | 7 | 30 | 51 | 3E |
| Octal | 355 | 316 | 120 | 0 | 15 | 102 | 7 | 60 | 121 | 76 |
| Binary | 11101101 | 11001110 | 1010000 | 0 | 1101 | 1000010 | 111 | 110000 | 1010001 | 111110 |
Color Harmonies of #EDCE50
Complementary color
Monochromatic Colors of #EDCE50
Black with #EDCE50
Text Example
Text Example
White with #EDCE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE50; }
p { color: rgb(237,206,80); }
H1.HeaderClassName
{
color: #EDCE50;
}
.AnyTagClassName
{
color: #EDCE50;
}
</style>
background-color css
<style>
a { background-color: #EDCE50; }
a { background-color: rgb(237,206,80); }
div.DivClassName
{
background-color: #EDCE50;
}
.BgClassName
{
background-color: #EDCE50;
}
</style>
border-color css
<style>
span { border-color: #EDCE50; }
span { border-color: rgb(237,206,80); }
td.TdClassName
{
border-color: #EDCE50;
}
.TagClassName
{
border-color: #EDCE50;
}
</style>