Shades of Festival #E9CF40
Tints of Festival #E9CF40
RGB
CMYK
RGB Variations
Color information
#E9CF40 (or 0xE9CF40) is known color: Festival. HEX triplet: E9, CF and 40. RGB value is (233,207,64). Sum of RGB (Red+Green+Blue) = 233+207+64=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CF40 is #1630BF. Grayscale: #C7C7C7. Windows color (decimal): -1454272 or 4247529. OLE color: 4247529.
HSL color Cylindrical-coordinate representation of color #E9CF40: hue angle of 50.77º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9CF40 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 64 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.09 |
| HSL | 50.77º | 0.79% | 0.58% | - |
| HSV(B) | 50.77º | 0.73% | 0.91% | - |
| XYZ | 56.84 | 62.32 | 13.88 | - |
| YUV | 198.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 64 | 0 | 0.11 | 0.73 | 0.09 | 50.77 | 0.79 | 0.58 |
| Hex | E9 | CF | 40 | 0 | B | 49 | 9 | 33 | 4F | 3A |
| Octal | 351 | 317 | 100 | 0 | 13 | 111 | 11 | 63 | 117 | 72 |
| Binary | 11101001 | 11001111 | 1000000 | 0 | 1011 | 1001001 | 1001 | 110011 | 1001111 | 111010 |
Color Harmonies of #E9CF40
Complementary color
Monochromatic Colors of #E9CF40
Black with #E9CF40
Text Example
Text Example
White with #E9CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF40; }
p { color: rgb(233,207,64); }
H1.HeaderClassName
{
color: #E9CF40;
}
.AnyTagClassName
{
color: #E9CF40;
}
</style>
background-color css
<style>
a { background-color: #E9CF40; }
a { background-color: rgb(233,207,64); }
div.DivClassName
{
background-color: #E9CF40;
}
.BgClassName
{
background-color: #E9CF40;
}
</style>
border-color css
<style>
span { border-color: #E9CF40; }
span { border-color: rgb(233,207,64); }
td.TdClassName
{
border-color: #E9CF40;
}
.TagClassName
{
border-color: #E9CF40;
}
</style>