Shades of Festival #EECE4E
Tints of Festival #EECE4E
RGB
CMYK
RGB Variations
Color information
#EECE4E (or 0xEECE4E) is known color: Festival. HEX triplet: EE, CE and 4E. RGB value is (238,206,78). Sum of RGB (Red+Green+Blue) = 238+206+78=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE4E is #1131B1. Grayscale: #C9C9C9. Windows color (decimal): -1126834 or 5164782. OLE color: 5164782.
HSL color Cylindrical-coordinate representation of color #EECE4E: hue angle of 48º 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 #EECE4E is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 78 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.07 |
| HSL | 48º | 0.82% | 0.62% | - |
| HSV(B) | 48º | 0.67% | 0.93% | - |
| XYZ | 58.71 | 62.87 | 16.25 | - |
| YUV | 200.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 78 | 0 | 0.13 | 0.67 | 0.07 | 48 | 0.82 | 0.62 |
| Hex | EE | CE | 4E | 0 | D | 43 | 7 | 30 | 52 | 3E |
| Octal | 356 | 316 | 116 | 0 | 15 | 103 | 7 | 60 | 122 | 76 |
| Binary | 11101110 | 11001110 | 1001110 | 0 | 1101 | 1000011 | 111 | 110000 | 1010010 | 111110 |
Color Harmonies of #EECE4E
Complementary color
Monochromatic Colors of #EECE4E
Black with #EECE4E
Text Example
Text Example
White with #EECE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE4E; }
p { color: rgb(238,206,78); }
H1.HeaderClassName
{
color: #EECE4E;
}
.AnyTagClassName
{
color: #EECE4E;
}
</style>
background-color css
<style>
a { background-color: #EECE4E; }
a { background-color: rgb(238,206,78); }
div.DivClassName
{
background-color: #EECE4E;
}
.BgClassName
{
background-color: #EECE4E;
}
</style>
border-color css
<style>
span { border-color: #EECE4E; }
span { border-color: rgb(238,206,78); }
td.TdClassName
{
border-color: #EECE4E;
}
.TagClassName
{
border-color: #EECE4E;
}
</style>