Shades of Festival #EECE46
Tints of Festival #EECE46
RGB
CMYK
RGB Variations
Color information
#EECE46 (or 0xEECE46) is known color: Festival. HEX triplet: EE, CE and 46. RGB value is (238,206,70). Sum of RGB (Red+Green+Blue) = 238+206+70=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE46 is #1131B9. Grayscale: #C8C8C8. Windows color (decimal): -1126842 or 4640494. OLE color: 4640494.
HSL color Cylindrical-coordinate representation of color #EECE46: hue angle of 48.57º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EECE46 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 70 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.07 |
| HSL | 48.57º | 0.83% | 0.6% | - |
| HSV(B) | 48.57º | 0.71% | 0.93% | - |
| XYZ | 58.44 | 62.76 | 14.83 | - |
| YUV | 200.06 | 54.6 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 70 | 0 | 0.13 | 0.71 | 0.07 | 48.57 | 0.83 | 0.6 |
| Hex | EE | CE | 46 | 0 | D | 47 | 7 | 31 | 53 | 3C |
| Octal | 356 | 316 | 106 | 0 | 15 | 107 | 7 | 61 | 123 | 74 |
| Binary | 11101110 | 11001110 | 1000110 | 0 | 1101 | 1000111 | 111 | 110001 | 1010011 | 111100 |
Color Harmonies of #EECE46
Complementary color
Monochromatic Colors of #EECE46
Black with #EECE46
Text Example
Text Example
White with #EECE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE46; }
p { color: rgb(238,206,70); }
H1.HeaderClassName
{
color: #EECE46;
}
.AnyTagClassName
{
color: #EECE46;
}
</style>
background-color css
<style>
a { background-color: #EECE46; }
a { background-color: rgb(238,206,70); }
div.DivClassName
{
background-color: #EECE46;
}
.BgClassName
{
background-color: #EECE46;
}
</style>
border-color css
<style>
span { border-color: #EECE46; }
span { border-color: rgb(238,206,70); }
td.TdClassName
{
border-color: #EECE46;
}
.TagClassName
{
border-color: #EECE46;
}
</style>