Shades of Festival #E9CE3C
Tints of Festival #E9CE3C
RGB
CMYK
RGB Variations
Color information
#E9CE3C (or 0xE9CE3C) is known color: Festival. HEX triplet: E9, CE and 3C. RGB value is (233,206,60). Sum of RGB (Red+Green+Blue) = 233+206+60=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CE3C is #1631C3. Grayscale: #C6C6C6. Windows color (decimal): -1454532 or 3985129. OLE color: 3985129.
HSL color Cylindrical-coordinate representation of color #E9CE3C: hue angle of 50.64º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9CE3C is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 60 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.09 |
| HSL | 50.64º | 0.8% | 0.57% | - |
| HSV(B) | 50.64º | 0.74% | 0.91% | - |
| XYZ | 56.49 | 61.79 | 13.22 | - |
| YUV | 197.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 60 | 0 | 0.12 | 0.74 | 0.09 | 50.64 | 0.8 | 0.57 |
| Hex | E9 | CE | 3C | 0 | C | 4A | 9 | 33 | 50 | 39 |
| Octal | 351 | 316 | 74 | 0 | 14 | 112 | 11 | 63 | 120 | 71 |
| Binary | 11101001 | 11001110 | 111100 | 0 | 1100 | 1001010 | 1001 | 110011 | 1010000 | 111001 |
Color Harmonies of #E9CE3C
Complementary color
Monochromatic Colors of #E9CE3C
Black with #E9CE3C
Text Example
Text Example
White with #E9CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE3C; }
p { color: rgb(233,206,60); }
H1.HeaderClassName
{
color: #E9CE3C;
}
.AnyTagClassName
{
color: #E9CE3C;
}
</style>
background-color css
<style>
a { background-color: #E9CE3C; }
a { background-color: rgb(233,206,60); }
div.DivClassName
{
background-color: #E9CE3C;
}
.BgClassName
{
background-color: #E9CE3C;
}
</style>
border-color css
<style>
span { border-color: #E9CE3C; }
span { border-color: rgb(233,206,60); }
td.TdClassName
{
border-color: #E9CE3C;
}
.TagClassName
{
border-color: #E9CE3C;
}
</style>