Shades of Festival #E9CE4E
Tints of Festival #E9CE4E
RGB
CMYK
RGB Variations
Color information
#E9CE4E (or 0xE9CE4E) is known color: Festival. HEX triplet: E9, CE and 4E. RGB value is (233,206,78). Sum of RGB (Red+Green+Blue) = 233+206+78=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CE4E is #1631B1. Grayscale: #C8C8C8. Windows color (decimal): -1454514 or 5164777. OLE color: 5164777.
HSL color Cylindrical-coordinate representation of color #E9CE4E: hue angle of 49.55º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9CE4E is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 78 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.09 |
| HSL | 49.55º | 0.78% | 0.61% | - |
| HSV(B) | 49.55º | 0.67% | 0.91% | - |
| XYZ | 57.05 | 62.02 | 16.17 | - |
| YUV | 199.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 78 | 0 | 0.12 | 0.67 | 0.09 | 49.55 | 0.78 | 0.61 |
| Hex | E9 | CE | 4E | 0 | C | 43 | 9 | 32 | 4E | 3D |
| Octal | 351 | 316 | 116 | 0 | 14 | 103 | 11 | 62 | 116 | 75 |
| Binary | 11101001 | 11001110 | 1001110 | 0 | 1100 | 1000011 | 1001 | 110010 | 1001110 | 111101 |
Color Harmonies of #E9CE4E
Complementary color
Monochromatic Colors of #E9CE4E
Black with #E9CE4E
Text Example
Text Example
White with #E9CE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE4E; }
p { color: rgb(233,206,78); }
H1.HeaderClassName
{
color: #E9CE4E;
}
.AnyTagClassName
{
color: #E9CE4E;
}
</style>
background-color css
<style>
a { background-color: #E9CE4E; }
a { background-color: rgb(233,206,78); }
div.DivClassName
{
background-color: #E9CE4E;
}
.BgClassName
{
background-color: #E9CE4E;
}
</style>
border-color css
<style>
span { border-color: #E9CE4E; }
span { border-color: rgb(233,206,78); }
td.TdClassName
{
border-color: #E9CE4E;
}
.TagClassName
{
border-color: #E9CE4E;
}
</style>