Shades of Festival #EECB4C
Tints of Festival #EECB4C
RGB
CMYK
RGB Variations
Color information
#EECB4C (or 0xEECB4C) is known color: Festival. HEX triplet: EE, CB and 4C. RGB value is (238,203,76). Sum of RGB (Red+Green+Blue) = 238+203+76=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 76 (30.08% from 255 or 14.70% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB4C is #1134B3. Grayscale: #C7C7C7. Windows color (decimal): -1127604 or 5032942. OLE color: 5032942.
HSL color Cylindrical-coordinate representation of color #EECB4C: hue angle of 47.04º 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 #EECB4C is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 76 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.07 |
| HSL | 47.04º | 0.83% | 0.62% | - |
| HSV(B) | 47.04º | 0.68% | 0.93% | - |
| XYZ | 57.92 | 61.41 | 15.64 | - |
| YUV | 198.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 76 | 0 | 0.15 | 0.68 | 0.07 | 47.04 | 0.83 | 0.62 |
| Hex | EE | CB | 4C | 0 | F | 44 | 7 | 2F | 53 | 3E |
| Octal | 356 | 313 | 114 | 0 | 17 | 104 | 7 | 57 | 123 | 76 |
| Binary | 11101110 | 11001011 | 1001100 | 0 | 1111 | 1000100 | 111 | 101111 | 1010011 | 111110 |
Color Harmonies of #EECB4C
Complementary color
Monochromatic Colors of #EECB4C
Black with #EECB4C
Text Example
Text Example
White with #EECB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB4C; }
p { color: rgb(238,203,76); }
H1.HeaderClassName
{
color: #EECB4C;
}
.AnyTagClassName
{
color: #EECB4C;
}
</style>
background-color css
<style>
a { background-color: #EECB4C; }
a { background-color: rgb(238,203,76); }
div.DivClassName
{
background-color: #EECB4C;
}
.BgClassName
{
background-color: #EECB4C;
}
</style>
border-color css
<style>
span { border-color: #EECB4C; }
span { border-color: rgb(238,203,76); }
td.TdClassName
{
border-color: #EECB4C;
}
.TagClassName
{
border-color: #EECB4C;
}
</style>