Shades of Festival #EECC4E
Tints of Festival #EECC4E
RGB
CMYK
RGB Variations
Color information
#EECC4E (or 0xEECC4E) is known color: Festival. HEX triplet: EE, CC and 4E. RGB value is (238,204,78). Sum of RGB (Red+Green+Blue) = 238+204+78=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC4E is #1133B1. Grayscale: #C8C8C8. Windows color (decimal): -1127346 or 5164270. OLE color: 5164270.
HSL color Cylindrical-coordinate representation of color #EECC4E: hue angle of 47.25º 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 #EECC4E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 78 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.25º | 0.82% | 0.62% | - |
| HSV(B) | 47.25º | 0.67% | 0.93% | - |
| XYZ | 58.23 | 61.91 | 16.09 | - |
| YUV | 199.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 78 | 0 | 0.14 | 0.67 | 0.07 | 47.25 | 0.82 | 0.62 |
| Hex | EE | CC | 4E | 0 | E | 43 | 7 | 2F | 52 | 3E |
| Octal | 356 | 314 | 116 | 0 | 16 | 103 | 7 | 57 | 122 | 76 |
| Binary | 11101110 | 11001100 | 1001110 | 0 | 1110 | 1000011 | 111 | 101111 | 1010010 | 111110 |
Color Harmonies of #EECC4E
Complementary color
Monochromatic Colors of #EECC4E
Black with #EECC4E
Text Example
Text Example
White with #EECC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC4E; }
p { color: rgb(238,204,78); }
H1.HeaderClassName
{
color: #EECC4E;
}
.AnyTagClassName
{
color: #EECC4E;
}
</style>
background-color css
<style>
a { background-color: #EECC4E; }
a { background-color: rgb(238,204,78); }
div.DivClassName
{
background-color: #EECC4E;
}
.BgClassName
{
background-color: #EECC4E;
}
</style>
border-color css
<style>
span { border-color: #EECC4E; }
span { border-color: rgb(238,204,78); }
td.TdClassName
{
border-color: #EECC4E;
}
.TagClassName
{
border-color: #EECC4E;
}
</style>