Shades of Festival #E9CE4F
Tints of Festival #E9CE4F
RGB
CMYK
RGB Variations
Color information
#E9CE4F (or 0xE9CE4F) is known color: Festival. HEX triplet: E9, CE and 4F. RGB value is (233,206,79). Sum of RGB (Red+Green+Blue) = 233+206+79=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CE4F is #1631B0. Grayscale: #C8C8C8. Windows color (decimal): -1454513 or 5230313. OLE color: 5230313.
HSL color Cylindrical-coordinate representation of color #E9CE4F: hue angle of 49.48º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9CE4F is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 79 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.09 |
| HSL | 49.48º | 0.78% | 0.61% | - |
| HSV(B) | 49.48º | 0.66% | 0.91% | - |
| XYZ | 57.09 | 62.03 | 16.36 | - |
| YUV | 199.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 79 | 0 | 0.12 | 0.66 | 0.09 | 49.48 | 0.78 | 0.61 |
| Hex | E9 | CE | 4F | 0 | C | 42 | 9 | 31 | 4E | 3D |
| Octal | 351 | 316 | 117 | 0 | 14 | 102 | 11 | 61 | 116 | 75 |
| Binary | 11101001 | 11001110 | 1001111 | 0 | 1100 | 1000010 | 1001 | 110001 | 1001110 | 111101 |
Color Harmonies of #E9CE4F
Complementary color
Monochromatic Colors of #E9CE4F
Black with #E9CE4F
Text Example
Text Example
White with #E9CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE4F; }
p { color: rgb(233,206,79); }
H1.HeaderClassName
{
color: #E9CE4F;
}
.AnyTagClassName
{
color: #E9CE4F;
}
</style>
background-color css
<style>
a { background-color: #E9CE4F; }
a { background-color: rgb(233,206,79); }
div.DivClassName
{
background-color: #E9CE4F;
}
.BgClassName
{
background-color: #E9CE4F;
}
</style>
border-color css
<style>
span { border-color: #E9CE4F; }
span { border-color: rgb(233,206,79); }
td.TdClassName
{
border-color: #E9CE4F;
}
.TagClassName
{
border-color: #E9CE4F;
}
</style>