Shades of Festival #EDCE4D
Tints of Festival #EDCE4D
RGB
CMYK
RGB Variations
Color information
#EDCE4D (or 0xEDCE4D) is known color: Festival. HEX triplet: ED, CE and 4D. RGB value is (237,206,77). Sum of RGB (Red+Green+Blue) = 237+206+77=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE4D is #1231B2. Grayscale: #C9C9C9. Windows color (decimal): -1192371 or 5099245. OLE color: 5099245.
HSL color Cylindrical-coordinate representation of color #EDCE4D: hue angle of 48.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDCE4D is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 77 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.07 |
| HSL | 48.38º | 0.82% | 0.62% | - |
| HSV(B) | 48.38º | 0.68% | 0.93% | - |
| XYZ | 58.34 | 62.68 | 16.05 | - |
| YUV | 200.56 | 58.27 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 77 | 0 | 0.13 | 0.68 | 0.07 | 48.38 | 0.82 | 0.62 |
| Hex | ED | CE | 4D | 0 | D | 44 | 7 | 30 | 52 | 3E |
| Octal | 355 | 316 | 115 | 0 | 15 | 104 | 7 | 60 | 122 | 76 |
| Binary | 11101101 | 11001110 | 1001101 | 0 | 1101 | 1000100 | 111 | 110000 | 1010010 | 111110 |
Color Harmonies of #EDCE4D
Complementary color
Monochromatic Colors of #EDCE4D
Black with #EDCE4D
Text Example
Text Example
White with #EDCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE4D; }
p { color: rgb(237,206,77); }
H1.HeaderClassName
{
color: #EDCE4D;
}
.AnyTagClassName
{
color: #EDCE4D;
}
</style>
background-color css
<style>
a { background-color: #EDCE4D; }
a { background-color: rgb(237,206,77); }
div.DivClassName
{
background-color: #EDCE4D;
}
.BgClassName
{
background-color: #EDCE4D;
}
</style>
border-color css
<style>
span { border-color: #EDCE4D; }
span { border-color: rgb(237,206,77); }
td.TdClassName
{
border-color: #EDCE4D;
}
.TagClassName
{
border-color: #EDCE4D;
}
</style>