Shades of Festival #EECC4A
Tints of Festival #EECC4A
RGB
CMYK
RGB Variations
Color information
#EECC4A (or 0xEECC4A) is known color: Festival. HEX triplet: EE, CC and 4A. RGB value is (238,204,74). Sum of RGB (Red+Green+Blue) = 238+204+74=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECC4A is #1133B5. Grayscale: #C7C7C7. Windows color (decimal): -1127350 or 4902126. OLE color: 4902126.
HSL color Cylindrical-coordinate representation of color #EECC4A: hue angle of 47.56º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EECC4A is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 74 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.07 |
| HSL | 47.56º | 0.83% | 0.61% | - |
| HSV(B) | 47.56º | 0.69% | 0.93% | - |
| XYZ | 58.09 | 61.86 | 15.36 | - |
| YUV | 199.35 | 57.26 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 74 | 0 | 0.14 | 0.69 | 0.07 | 47.56 | 0.83 | 0.61 |
| Hex | EE | CC | 4A | 0 | E | 45 | 7 | 30 | 53 | 3D |
| Octal | 356 | 314 | 112 | 0 | 16 | 105 | 7 | 60 | 123 | 75 |
| Binary | 11101110 | 11001100 | 1001010 | 0 | 1110 | 1000101 | 111 | 110000 | 1010011 | 111101 |
Color Harmonies of #EECC4A
Complementary color
Monochromatic Colors of #EECC4A
Black with #EECC4A
Text Example
Text Example
White with #EECC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC4A; }
p { color: rgb(238,204,74); }
H1.HeaderClassName
{
color: #EECC4A;
}
.AnyTagClassName
{
color: #EECC4A;
}
</style>
background-color css
<style>
a { background-color: #EECC4A; }
a { background-color: rgb(238,204,74); }
div.DivClassName
{
background-color: #EECC4A;
}
.BgClassName
{
background-color: #EECC4A;
}
</style>
border-color css
<style>
span { border-color: #EECC4A; }
span { border-color: rgb(238,204,74); }
td.TdClassName
{
border-color: #EECC4A;
}
.TagClassName
{
border-color: #EECC4A;
}
</style>