Shades of Festival #E9CF4E
Tints of Festival #E9CF4E
RGB
CMYK
RGB Variations
Color information
#E9CF4E (or 0xE9CF4E) is known color: Festival. HEX triplet: E9, CF and 4E. RGB value is (233,207,78). Sum of RGB (Red+Green+Blue) = 233+207+78=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF4E is #1630B1. Grayscale: #C8C8C8. Windows color (decimal): -1454258 or 5165033. OLE color: 5165033.
HSL color Cylindrical-coordinate representation of color #E9CF4E: hue angle of 49.94º 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 #E9CF4E is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 78 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.09 |
| HSL | 49.94º | 0.78% | 0.61% | - |
| HSV(B) | 49.94º | 0.67% | 0.91% | - |
| XYZ | 57.29 | 62.5 | 16.25 | - |
| YUV | 200.07 | 59.11 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 78 | 0 | 0.11 | 0.67 | 0.09 | 49.94 | 0.78 | 0.61 |
| Hex | E9 | CF | 4E | 0 | B | 43 | 9 | 32 | 4E | 3D |
| Octal | 351 | 317 | 116 | 0 | 13 | 103 | 11 | 62 | 116 | 75 |
| Binary | 11101001 | 11001111 | 1001110 | 0 | 1011 | 1000011 | 1001 | 110010 | 1001110 | 111101 |
Color Harmonies of #E9CF4E
Complementary color
Monochromatic Colors of #E9CF4E
Black with #E9CF4E
Text Example
Text Example
White with #E9CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF4E; }
p { color: rgb(233,207,78); }
H1.HeaderClassName
{
color: #E9CF4E;
}
.AnyTagClassName
{
color: #E9CF4E;
}
</style>
background-color css
<style>
a { background-color: #E9CF4E; }
a { background-color: rgb(233,207,78); }
div.DivClassName
{
background-color: #E9CF4E;
}
.BgClassName
{
background-color: #E9CF4E;
}
</style>
border-color css
<style>
span { border-color: #E9CF4E; }
span { border-color: rgb(233,207,78); }
td.TdClassName
{
border-color: #E9CF4E;
}
.TagClassName
{
border-color: #E9CF4E;
}
</style>