Shades of Festival #E9CE3E
Tints of Festival #E9CE3E
RGB
CMYK
RGB Variations
Color information
#E9CE3E (or 0xE9CE3E) is known color: Festival. HEX triplet: E9, CE and 3E. RGB value is (233,206,62). Sum of RGB (Red+Green+Blue) = 233+206+62=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CE3E is #1631C1. Grayscale: #C6C6C6. Windows color (decimal): -1454530 or 4116201. OLE color: 4116201.
HSL color Cylindrical-coordinate representation of color #E9CE3E: hue angle of 50.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9CE3E is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 62 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.09 |
| HSL | 50.53º | 0.8% | 0.58% | - |
| HSV(B) | 50.53º | 0.73% | 0.91% | - |
| XYZ | 56.55 | 61.81 | 13.51 | - |
| YUV | 197.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 62 | 0 | 0.12 | 0.73 | 0.09 | 50.53 | 0.8 | 0.58 |
| Hex | E9 | CE | 3E | 0 | C | 49 | 9 | 33 | 50 | 3A |
| Octal | 351 | 316 | 76 | 0 | 14 | 111 | 11 | 63 | 120 | 72 |
| Binary | 11101001 | 11001110 | 111110 | 0 | 1100 | 1001001 | 1001 | 110011 | 1010000 | 111010 |
Color Harmonies of #E9CE3E
Complementary color
Monochromatic Colors of #E9CE3E
Black with #E9CE3E
Text Example
Text Example
White with #E9CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE3E; }
p { color: rgb(233,206,62); }
H1.HeaderClassName
{
color: #E9CE3E;
}
.AnyTagClassName
{
color: #E9CE3E;
}
</style>
background-color css
<style>
a { background-color: #E9CE3E; }
a { background-color: rgb(233,206,62); }
div.DivClassName
{
background-color: #E9CE3E;
}
.BgClassName
{
background-color: #E9CE3E;
}
</style>
border-color css
<style>
span { border-color: #E9CE3E; }
span { border-color: rgb(233,206,62); }
td.TdClassName
{
border-color: #E9CE3E;
}
.TagClassName
{
border-color: #E9CE3E;
}
</style>