Shades of Festival #E3D04C
Tints of Festival #E3D04C
RGB
CMYK
RGB Variations
Color information
#E3D04C (or 0xE3D04C) is known color: Festival. HEX triplet: E3, D0 and 4C. RGB value is (227,208,76). Sum of RGB (Red+Green+Blue) = 227+208+76=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D04C is #1C2FB3. Grayscale: #C7C7C7. Windows color (decimal): -1847220 or 5034211. OLE color: 5034211.
HSL color Cylindrical-coordinate representation of color #E3D04C: hue angle of 52.45º 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 #E3D04C is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 76 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.11 |
| HSL | 52.45º | 0.73% | 0.59% | - |
| HSV(B) | 52.45º | 0.67% | 0.89% | - |
| XYZ | 55.54 | 61.96 | 15.87 | - |
| YUV | 198.63 | 58.79 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 76 | 0 | 0.08 | 0.67 | 0.11 | 52.45 | 0.73 | 0.59 |
| Hex | E3 | D0 | 4C | 0 | 8 | 43 | B | 34 | 49 | 3B |
| Octal | 343 | 320 | 114 | 0 | 10 | 103 | 13 | 64 | 111 | 73 |
| Binary | 11100011 | 11010000 | 1001100 | 0 | 1000 | 1000011 | 1011 | 110100 | 1001001 | 111011 |
Color Harmonies of #E3D04C
Complementary color
Monochromatic Colors of #E3D04C
Black with #E3D04C
Text Example
Text Example
White with #E3D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D04C; }
p { color: rgb(227,208,76); }
H1.HeaderClassName
{
color: #E3D04C;
}
.AnyTagClassName
{
color: #E3D04C;
}
</style>
background-color css
<style>
a { background-color: #E3D04C; }
a { background-color: rgb(227,208,76); }
div.DivClassName
{
background-color: #E3D04C;
}
.BgClassName
{
background-color: #E3D04C;
}
</style>
border-color css
<style>
span { border-color: #E3D04C; }
span { border-color: rgb(227,208,76); }
td.TdClassName
{
border-color: #E3D04C;
}
.TagClassName
{
border-color: #E3D04C;
}
</style>