Shades of Festival #EDCD4E
Tints of Festival #EDCD4E
RGB
CMYK
RGB Variations
Color information
#EDCD4E (or 0xEDCD4E) is known color: Festival. HEX triplet: ED, CD and 4E. RGB value is (237,205,78). Sum of RGB (Red+Green+Blue) = 237+205+78=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD4E is #1232B1. Grayscale: #C8C8C8. Windows color (decimal): -1192626 or 5164525. OLE color: 5164525.
HSL color Cylindrical-coordinate representation of color #EDCD4E: hue angle of 47.92º 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 #EDCD4E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 78 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.92º | 0.82% | 0.62% | - |
| HSV(B) | 47.92º | 0.67% | 0.93% | - |
| XYZ | 58.13 | 62.22 | 16.15 | - |
| YUV | 200.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 78 | 0 | 0.14 | 0.67 | 0.07 | 47.92 | 0.82 | 0.62 |
| Hex | ED | CD | 4E | 0 | E | 43 | 7 | 30 | 52 | 3E |
| Octal | 355 | 315 | 116 | 0 | 16 | 103 | 7 | 60 | 122 | 76 |
| Binary | 11101101 | 11001101 | 1001110 | 0 | 1110 | 1000011 | 111 | 110000 | 1010010 | 111110 |
Color Harmonies of #EDCD4E
Complementary color
Monochromatic Colors of #EDCD4E
Black with #EDCD4E
Text Example
Text Example
White with #EDCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD4E; }
p { color: rgb(237,205,78); }
H1.HeaderClassName
{
color: #EDCD4E;
}
.AnyTagClassName
{
color: #EDCD4E;
}
</style>
background-color css
<style>
a { background-color: #EDCD4E; }
a { background-color: rgb(237,205,78); }
div.DivClassName
{
background-color: #EDCD4E;
}
.BgClassName
{
background-color: #EDCD4E;
}
</style>
border-color css
<style>
span { border-color: #EDCD4E; }
span { border-color: rgb(237,205,78); }
td.TdClassName
{
border-color: #EDCD4E;
}
.TagClassName
{
border-color: #EDCD4E;
}
</style>