Shades of Festival #E9CE43
Tints of Festival #E9CE43
RGB
CMYK
RGB Variations
Color information
#E9CE43 (or 0xE9CE43) is known color: Festival. HEX triplet: E9, CE and 43. RGB value is (233,206,67). Sum of RGB (Red+Green+Blue) = 233+206+67=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 67 (26.56% from 255 or 13.24% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CE43 is #1631BC. Grayscale: #C6C6C6. Windows color (decimal): -1454525 or 4443881. OLE color: 4443881.
HSL color Cylindrical-coordinate representation of color #E9CE43: hue angle of 50.24º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E9CE43 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 67 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.09 |
| HSL | 50.24º | 0.79% | 0.59% | - |
| HSV(B) | 50.24º | 0.71% | 0.91% | - |
| XYZ | 56.69 | 61.87 | 14.26 | - |
| YUV | 198.23 | 53.95 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 67 | 0 | 0.12 | 0.71 | 0.09 | 50.24 | 0.79 | 0.59 |
| Hex | E9 | CE | 43 | 0 | C | 47 | 9 | 32 | 4F | 3B |
| Octal | 351 | 316 | 103 | 0 | 14 | 107 | 11 | 62 | 117 | 73 |
| Binary | 11101001 | 11001110 | 1000011 | 0 | 1100 | 1000111 | 1001 | 110010 | 1001111 | 111011 |
Color Harmonies of #E9CE43
Complementary color
Monochromatic Colors of #E9CE43
Black with #E9CE43
Text Example
Text Example
White with #E9CE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE43; }
p { color: rgb(233,206,67); }
H1.HeaderClassName
{
color: #E9CE43;
}
.AnyTagClassName
{
color: #E9CE43;
}
</style>
background-color css
<style>
a { background-color: #E9CE43; }
a { background-color: rgb(233,206,67); }
div.DivClassName
{
background-color: #E9CE43;
}
.BgClassName
{
background-color: #E9CE43;
}
</style>
border-color css
<style>
span { border-color: #E9CE43; }
span { border-color: rgb(233,206,67); }
td.TdClassName
{
border-color: #E9CE43;
}
.TagClassName
{
border-color: #E9CE43;
}
</style>