Shades of Festival #E9CE53
Tints of Festival #E9CE53
RGB
CMYK
RGB Variations
Color information
#E9CE53 (or 0xE9CE53) is known color: Festival. HEX triplet: E9, CE and 53. RGB value is (233,206,83). Sum of RGB (Red+Green+Blue) = 233+206+83=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CE53 is #1631AC. Grayscale: #C8C8C8. Windows color (decimal): -1454509 or 5492457. OLE color: 5492457.
HSL color Cylindrical-coordinate representation of color #E9CE53: hue angle of 49.2º 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 #E9CE53 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 83 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.09 |
| HSL | 49.2º | 0.77% | 0.62% | - |
| HSV(B) | 49.2º | 0.64% | 0.91% | - |
| XYZ | 57.24 | 62.09 | 17.15 | - |
| YUV | 200.05 | 61.95 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 83 | 0 | 0.12 | 0.64 | 0.09 | 49.2 | 0.77 | 0.62 |
| Hex | E9 | CE | 53 | 0 | C | 40 | 9 | 31 | 4D | 3E |
| Octal | 351 | 316 | 123 | 0 | 14 | 100 | 11 | 61 | 115 | 76 |
| Binary | 11101001 | 11001110 | 1010011 | 0 | 1100 | 1000000 | 1001 | 110001 | 1001101 | 111110 |
Color Harmonies of #E9CE53
Complementary color
Monochromatic Colors of #E9CE53
Black with #E9CE53
Text Example
Text Example
White with #E9CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE53; }
p { color: rgb(233,206,83); }
H1.HeaderClassName
{
color: #E9CE53;
}
.AnyTagClassName
{
color: #E9CE53;
}
</style>
background-color css
<style>
a { background-color: #E9CE53; }
a { background-color: rgb(233,206,83); }
div.DivClassName
{
background-color: #E9CE53;
}
.BgClassName
{
background-color: #E9CE53;
}
</style>
border-color css
<style>
span { border-color: #E9CE53; }
span { border-color: rgb(233,206,83); }
td.TdClassName
{
border-color: #E9CE53;
}
.TagClassName
{
border-color: #E9CE53;
}
</style>