Shades of Festival #EECD4C
Tints of Festival #EECD4C
RGB
CMYK
RGB Variations
Color information
#EECD4C (or 0xEECD4C) is known color: Festival. HEX triplet: EE, CD and 4C. RGB value is (238,205,76). Sum of RGB (Red+Green+Blue) = 238+205+76=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD4C is #1132B3. Grayscale: #C8C8C8. Windows color (decimal): -1127092 or 5033454. OLE color: 5033454.
HSL color Cylindrical-coordinate representation of color #EECD4C: hue angle of 47.78º degrees, saturation: 0.83, 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 #EECD4C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 76 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.07 |
| HSL | 47.78º | 0.83% | 0.62% | - |
| HSV(B) | 47.78º | 0.68% | 0.93% | - |
| XYZ | 58.4 | 62.36 | 15.8 | - |
| YUV | 200.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 76 | 0 | 0.14 | 0.68 | 0.07 | 47.78 | 0.83 | 0.62 |
| Hex | EE | CD | 4C | 0 | E | 44 | 7 | 30 | 53 | 3E |
| Octal | 356 | 315 | 114 | 0 | 16 | 104 | 7 | 60 | 123 | 76 |
| Binary | 11101110 | 11001101 | 1001100 | 0 | 1110 | 1000100 | 111 | 110000 | 1010011 | 111110 |
Color Harmonies of #EECD4C
Complementary color
Monochromatic Colors of #EECD4C
Black with #EECD4C
Text Example
Text Example
White with #EECD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD4C; }
p { color: rgb(238,205,76); }
H1.HeaderClassName
{
color: #EECD4C;
}
.AnyTagClassName
{
color: #EECD4C;
}
</style>
background-color css
<style>
a { background-color: #EECD4C; }
a { background-color: rgb(238,205,76); }
div.DivClassName
{
background-color: #EECD4C;
}
.BgClassName
{
background-color: #EECD4C;
}
</style>
border-color css
<style>
span { border-color: #EECD4C; }
span { border-color: rgb(238,205,76); }
td.TdClassName
{
border-color: #EECD4C;
}
.TagClassName
{
border-color: #EECD4C;
}
</style>