Shades of Festival #E9CF45
Tints of Festival #E9CF45
RGB
CMYK
RGB Variations
Color information
#E9CF45 (or 0xE9CF45) is known color: Festival. HEX triplet: E9, CF and 45. RGB value is (233,207,69). Sum of RGB (Red+Green+Blue) = 233+207+69=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CF45 is #1630BA. Grayscale: #C7C7C7. Windows color (decimal): -1454267 or 4575209. OLE color: 4575209.
HSL color Cylindrical-coordinate representation of color #E9CF45: hue angle of 50.49º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9CF45 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 69 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.09 |
| HSL | 50.49º | 0.79% | 0.59% | - |
| HSV(B) | 50.49º | 0.7% | 0.91% | - |
| XYZ | 56.99 | 62.38 | 14.67 | - |
| YUV | 199.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 69 | 0 | 0.11 | 0.70 | 0.09 | 50.49 | 0.79 | 0.59 |
| Hex | E9 | CF | 45 | 0 | B | 46 | 9 | 32 | 4F | 3B |
| Octal | 351 | 317 | 105 | 0 | 13 | 106 | 11 | 62 | 117 | 73 |
| Binary | 11101001 | 11001111 | 1000101 | 0 | 1011 | 1000110 | 1001 | 110010 | 1001111 | 111011 |
Color Harmonies of #E9CF45
Complementary color
Monochromatic Colors of #E9CF45
Black with #E9CF45
Text Example
Text Example
White with #E9CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF45; }
p { color: rgb(233,207,69); }
H1.HeaderClassName
{
color: #E9CF45;
}
.AnyTagClassName
{
color: #E9CF45;
}
</style>
background-color css
<style>
a { background-color: #E9CF45; }
a { background-color: rgb(233,207,69); }
div.DivClassName
{
background-color: #E9CF45;
}
.BgClassName
{
background-color: #E9CF45;
}
</style>
border-color css
<style>
span { border-color: #E9CF45; }
span { border-color: rgb(233,207,69); }
td.TdClassName
{
border-color: #E9CF45;
}
.TagClassName
{
border-color: #E9CF45;
}
</style>