Shades of Festival #E9CC3C
Tints of Festival #E9CC3C
RGB
CMYK
RGB Variations
Color information
#E9CC3C (or 0xE9CC3C) is known color: Festival. HEX triplet: E9, CC and 3C. RGB value is (233,204,60). Sum of RGB (Red+Green+Blue) = 233+204+60=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CC3C is #1633C3. Grayscale: #C4C4C4. Windows color (decimal): -1455044 or 3984617. OLE color: 3984617.
HSL color Cylindrical-coordinate representation of color #E9CC3C: hue angle of 49.94º 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 #E9CC3C is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 60 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.09 |
| HSL | 49.94º | 0.8% | 0.57% | - |
| HSV(B) | 49.94º | 0.74% | 0.91% | - |
| XYZ | 56.01 | 60.84 | 13.07 | - |
| YUV | 196.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 60 | 0 | 0.12 | 0.74 | 0.09 | 49.94 | 0.8 | 0.57 |
| Hex | E9 | CC | 3C | 0 | C | 4A | 9 | 32 | 50 | 39 |
| Octal | 351 | 314 | 74 | 0 | 14 | 112 | 11 | 62 | 120 | 71 |
| Binary | 11101001 | 11001100 | 111100 | 0 | 1100 | 1001010 | 1001 | 110010 | 1010000 | 111001 |
Color Harmonies of #E9CC3C
Complementary color
Monochromatic Colors of #E9CC3C
Black with #E9CC3C
Text Example
Text Example
White with #E9CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC3C; }
p { color: rgb(233,204,60); }
H1.HeaderClassName
{
color: #E9CC3C;
}
.AnyTagClassName
{
color: #E9CC3C;
}
</style>
background-color css
<style>
a { background-color: #E9CC3C; }
a { background-color: rgb(233,204,60); }
div.DivClassName
{
background-color: #E9CC3C;
}
.BgClassName
{
background-color: #E9CC3C;
}
</style>
border-color css
<style>
span { border-color: #E9CC3C; }
span { border-color: rgb(233,204,60); }
td.TdClassName
{
border-color: #E9CC3C;
}
.TagClassName
{
border-color: #E9CC3C;
}
</style>