Shades of Festival #E3CC4C
Tints of Festival #E3CC4C
RGB
CMYK
RGB Variations
Color information
#E3CC4C (or 0xE3CC4C) is known color: Festival. HEX triplet: E3, CC and 4C. RGB value is (227,204,76). Sum of RGB (Red+Green+Blue) = 227+204+76=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3CC4C is #1C33B3. Grayscale: #C4C4C4. Windows color (decimal): -1848244 or 5033187. OLE color: 5033187.
HSL color Cylindrical-coordinate representation of color #E3CC4C: hue angle of 50.86º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3CC4C is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 76 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.11 |
| HSL | 50.86º | 0.73% | 0.59% | - |
| HSV(B) | 50.86º | 0.67% | 0.89% | - |
| XYZ | 54.58 | 60.04 | 15.55 | - |
| YUV | 196.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 76 | 0 | 0.10 | 0.67 | 0.11 | 50.86 | 0.73 | 0.59 |
| Hex | E3 | CC | 4C | 0 | A | 43 | B | 33 | 49 | 3B |
| Octal | 343 | 314 | 114 | 0 | 12 | 103 | 13 | 63 | 111 | 73 |
| Binary | 11100011 | 11001100 | 1001100 | 0 | 1010 | 1000011 | 1011 | 110011 | 1001001 | 111011 |
Color Harmonies of #E3CC4C
Complementary color
Monochromatic Colors of #E3CC4C
Black with #E3CC4C
Text Example
Text Example
White with #E3CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CC4C; }
p { color: rgb(227,204,76); }
H1.HeaderClassName
{
color: #E3CC4C;
}
.AnyTagClassName
{
color: #E3CC4C;
}
</style>
background-color css
<style>
a { background-color: #E3CC4C; }
a { background-color: rgb(227,204,76); }
div.DivClassName
{
background-color: #E3CC4C;
}
.BgClassName
{
background-color: #E3CC4C;
}
</style>
border-color css
<style>
span { border-color: #E3CC4C; }
span { border-color: rgb(227,204,76); }
td.TdClassName
{
border-color: #E3CC4C;
}
.TagClassName
{
border-color: #E3CC4C;
}
</style>