Shades of Festival #E9CF51
Tints of Festival #E9CF51
RGB
CMYK
RGB Variations
Color information
#E9CF51 (or 0xE9CF51) is known color: Festival. HEX triplet: E9, CF and 51. RGB value is (233,207,81). Sum of RGB (Red+Green+Blue) = 233+207+81=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF51 is #1630AE. Grayscale: #C8C8C8. Windows color (decimal): -1454255 or 5361641. OLE color: 5361641.
HSL color Cylindrical-coordinate representation of color #E9CF51: hue angle of 49.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9CF51 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 81 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.09 |
| HSL | 49.74º | 0.78% | 0.62% | - |
| HSV(B) | 49.74º | 0.65% | 0.91% | - |
| XYZ | 57.4 | 62.54 | 16.83 | - |
| YUV | 200.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 81 | 0 | 0.11 | 0.65 | 0.09 | 49.74 | 0.78 | 0.62 |
| Hex | E9 | CF | 51 | 0 | B | 41 | 9 | 32 | 4E | 3E |
| Octal | 351 | 317 | 121 | 0 | 13 | 101 | 11 | 62 | 116 | 76 |
| Binary | 11101001 | 11001111 | 1010001 | 0 | 1011 | 1000001 | 1001 | 110010 | 1001110 | 111110 |
Color Harmonies of #E9CF51
Complementary color
Monochromatic Colors of #E9CF51
Black with #E9CF51
Text Example
Text Example
White with #E9CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF51; }
p { color: rgb(233,207,81); }
H1.HeaderClassName
{
color: #E9CF51;
}
.AnyTagClassName
{
color: #E9CF51;
}
</style>
background-color css
<style>
a { background-color: #E9CF51; }
a { background-color: rgb(233,207,81); }
div.DivClassName
{
background-color: #E9CF51;
}
.BgClassName
{
background-color: #E9CF51;
}
</style>
border-color css
<style>
span { border-color: #E9CF51; }
span { border-color: rgb(233,207,81); }
td.TdClassName
{
border-color: #E9CF51;
}
.TagClassName
{
border-color: #E9CF51;
}
</style>