Shades of Festival #E9C853
Tints of Festival #E9C853
RGB
CMYK
RGB Variations
Color information
#E9C853 (or 0xE9C853) is known color: Festival. HEX triplet: E9, C8 and 53. RGB value is (233,200,83). Sum of RGB (Red+Green+Blue) = 233+200+83=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C853 is #1637AC. Grayscale: #C5C5C5. Windows color (decimal): -1456045 or 5490921. OLE color: 5490921.
HSL color Cylindrical-coordinate representation of color #E9C853: hue angle of 46.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9C853 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 83 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.09 |
| HSL | 46.8º | 0.77% | 0.62% | - |
| HSV(B) | 46.8º | 0.64% | 0.91% | - |
| XYZ | 55.82 | 59.26 | 16.68 | - |
| YUV | 196.53 | 63.93 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 83 | 0 | 0.14 | 0.64 | 0.09 | 46.8 | 0.77 | 0.62 |
| Hex | E9 | C8 | 53 | 0 | E | 40 | 9 | 2F | 4D | 3E |
| Octal | 351 | 310 | 123 | 0 | 16 | 100 | 11 | 57 | 115 | 76 |
| Binary | 11101001 | 11001000 | 1010011 | 0 | 1110 | 1000000 | 1001 | 101111 | 1001101 | 111110 |
Color Harmonies of #E9C853
Complementary color
Monochromatic Colors of #E9C853
Black with #E9C853
Text Example
Text Example
White with #E9C853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C853; }
p { color: rgb(233,200,83); }
H1.HeaderClassName
{
color: #E9C853;
}
.AnyTagClassName
{
color: #E9C853;
}
</style>
background-color css
<style>
a { background-color: #E9C853; }
a { background-color: rgb(233,200,83); }
div.DivClassName
{
background-color: #E9C853;
}
.BgClassName
{
background-color: #E9C853;
}
</style>
border-color css
<style>
span { border-color: #E9C853; }
span { border-color: rgb(233,200,83); }
td.TdClassName
{
border-color: #E9C853;
}
.TagClassName
{
border-color: #E9C853;
}
</style>