Shades of Festival #EECD4E
Tints of Festival #EECD4E
RGB
CMYK
RGB Variations
Color information
#EECD4E (or 0xEECD4E) is known color: Festival. HEX triplet: EE, CD and 4E. RGB value is (238,205,78). Sum of RGB (Red+Green+Blue) = 238+205+78=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD4E is #1132B1. Grayscale: #C8C8C8. Windows color (decimal): -1127090 or 5164526. OLE color: 5164526.
HSL color Cylindrical-coordinate representation of color #EECD4E: hue angle of 47.62º 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 #EECD4E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 78 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.63º | 0.82% | 0.62% | - |
| HSV(B) | 47.63º | 0.67% | 0.93% | - |
| XYZ | 58.47 | 62.39 | 16.17 | - |
| YUV | 200.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 78 | 0 | 0.14 | 0.67 | 0.07 | 47.63 | 0.82 | 0.62 |
| Hex | EE | CD | 4E | 0 | E | 43 | 7 | 30 | 52 | 3E |
| Octal | 356 | 315 | 116 | 0 | 16 | 103 | 7 | 60 | 122 | 76 |
| Binary | 11101110 | 11001101 | 1001110 | 0 | 1110 | 1000011 | 111 | 110000 | 1010010 | 111110 |
Color Harmonies of #EECD4E
Complementary color
Monochromatic Colors of #EECD4E
Black with #EECD4E
Text Example
Text Example
White with #EECD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD4E; }
p { color: rgb(238,205,78); }
H1.HeaderClassName
{
color: #EECD4E;
}
.AnyTagClassName
{
color: #EECD4E;
}
</style>
background-color css
<style>
a { background-color: #EECD4E; }
a { background-color: rgb(238,205,78); }
div.DivClassName
{
background-color: #EECD4E;
}
.BgClassName
{
background-color: #EECD4E;
}
</style>
border-color css
<style>
span { border-color: #EECD4E; }
span { border-color: rgb(238,205,78); }
td.TdClassName
{
border-color: #EECD4E;
}
.TagClassName
{
border-color: #EECD4E;
}
</style>