Shades of Festival #E9C650
Tints of Festival #E9C650
RGB
CMYK
RGB Variations
Color information
#E9C650 (or 0xE9C650) is known color: Festival. HEX triplet: E9, C6 and 50. RGB value is (233,198,80). Sum of RGB (Red+Green+Blue) = 233+198+80=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C650 is #1639AF. Grayscale: #C3C3C3. Windows color (decimal): -1456560 or 5293801. OLE color: 5293801.
HSL color Cylindrical-coordinate representation of color #E9C650: hue angle of 46.27º 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 #E9C650 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 80 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.09 |
| HSL | 46.27º | 0.78% | 0.61% | - |
| HSV(B) | 46.27º | 0.66% | 0.91% | - |
| XYZ | 55.25 | 58.29 | 15.93 | - |
| YUV | 195.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 80 | 0 | 0.15 | 0.66 | 0.09 | 46.27 | 0.78 | 0.61 |
| Hex | E9 | C6 | 50 | 0 | F | 42 | 9 | 2E | 4E | 3D |
| Octal | 351 | 306 | 120 | 0 | 17 | 102 | 11 | 56 | 116 | 75 |
| Binary | 11101001 | 11000110 | 1010000 | 0 | 1111 | 1000010 | 1001 | 101110 | 1001110 | 111101 |
Color Harmonies of #E9C650
Complementary color
Monochromatic Colors of #E9C650
Black with #E9C650
Text Example
Text Example
White with #E9C650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C650; }
p { color: rgb(233,198,80); }
H1.HeaderClassName
{
color: #E9C650;
}
.AnyTagClassName
{
color: #E9C650;
}
</style>
background-color css
<style>
a { background-color: #E9C650; }
a { background-color: rgb(233,198,80); }
div.DivClassName
{
background-color: #E9C650;
}
.BgClassName
{
background-color: #E9C650;
}
</style>
border-color css
<style>
span { border-color: #E9C650; }
span { border-color: rgb(233,198,80); }
td.TdClassName
{
border-color: #E9C650;
}
.TagClassName
{
border-color: #E9C650;
}
</style>