Shades of Festival #E9CF50
Tints of Festival #E9CF50
RGB
CMYK
RGB Variations
Color information
#E9CF50 (or 0xE9CF50) is known color: Festival. HEX triplet: E9, CF and 50. RGB value is (233,207,80). Sum of RGB (Red+Green+Blue) = 233+207+80=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF50 is #1630AF. Grayscale: #C8C8C8. Windows color (decimal): -1454256 or 5296105. OLE color: 5296105.
HSL color Cylindrical-coordinate representation of color #E9CF50: hue angle of 49.8º 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 #E9CF50 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 80 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.09 |
| HSL | 49.8º | 0.78% | 0.61% | - |
| HSV(B) | 49.8º | 0.66% | 0.91% | - |
| XYZ | 57.37 | 62.53 | 16.64 | - |
| YUV | 200.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 80 | 0 | 0.11 | 0.66 | 0.09 | 49.8 | 0.78 | 0.61 |
| Hex | E9 | CF | 50 | 0 | B | 42 | 9 | 32 | 4E | 3D |
| Octal | 351 | 317 | 120 | 0 | 13 | 102 | 11 | 62 | 116 | 75 |
| Binary | 11101001 | 11001111 | 1010000 | 0 | 1011 | 1000010 | 1001 | 110010 | 1001110 | 111101 |
Color Harmonies of #E9CF50
Complementary color
Monochromatic Colors of #E9CF50
Black with #E9CF50
Text Example
Text Example
White with #E9CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF50; }
p { color: rgb(233,207,80); }
H1.HeaderClassName
{
color: #E9CF50;
}
.AnyTagClassName
{
color: #E9CF50;
}
</style>
background-color css
<style>
a { background-color: #E9CF50; }
a { background-color: rgb(233,207,80); }
div.DivClassName
{
background-color: #E9CF50;
}
.BgClassName
{
background-color: #E9CF50;
}
</style>
border-color css
<style>
span { border-color: #E9CF50; }
span { border-color: rgb(233,207,80); }
td.TdClassName
{
border-color: #E9CF50;
}
.TagClassName
{
border-color: #E9CF50;
}
</style>