Shades of Festival #EDCC4E
Tints of Festival #EDCC4E
RGB
CMYK
RGB Variations
Color information
#EDCC4E (or 0xEDCC4E) is known color: Festival. HEX triplet: ED, CC and 4E. RGB value is (237,204,78). Sum of RGB (Red+Green+Blue) = 237+204+78=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC4E is #1233B1. Grayscale: #C8C8C8. Windows color (decimal): -1192882 or 5164269. OLE color: 5164269.
HSL color Cylindrical-coordinate representation of color #EDCC4E: hue angle of 47.55º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDCC4E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 78 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.55º | 0.82% | 0.62% | - |
| HSV(B) | 47.55º | 0.67% | 0.93% | - |
| XYZ | 57.89 | 61.74 | 16.07 | - |
| YUV | 199.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 78 | 0 | 0.14 | 0.67 | 0.07 | 47.55 | 0.82 | 0.62 |
| Hex | ED | CC | 4E | 0 | E | 43 | 7 | 30 | 52 | 3E |
| Octal | 355 | 314 | 116 | 0 | 16 | 103 | 7 | 60 | 122 | 76 |
| Binary | 11101101 | 11001100 | 1001110 | 0 | 1110 | 1000011 | 111 | 110000 | 1010010 | 111110 |
Color Harmonies of #EDCC4E
Complementary color
Monochromatic Colors of #EDCC4E
Black with #EDCC4E
Text Example
Text Example
White with #EDCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC4E; }
p { color: rgb(237,204,78); }
H1.HeaderClassName
{
color: #EDCC4E;
}
.AnyTagClassName
{
color: #EDCC4E;
}
</style>
background-color css
<style>
a { background-color: #EDCC4E; }
a { background-color: rgb(237,204,78); }
div.DivClassName
{
background-color: #EDCC4E;
}
.BgClassName
{
background-color: #EDCC4E;
}
</style>
border-color css
<style>
span { border-color: #EDCC4E; }
span { border-color: rgb(237,204,78); }
td.TdClassName
{
border-color: #EDCC4E;
}
.TagClassName
{
border-color: #EDCC4E;
}
</style>