Shades of Festival #E3D14F
Tints of Festival #E3D14F
RGB
CMYK
RGB Variations
Color information
#E3D14F (or 0xE3D14F) is known color: Festival. HEX triplet: E3, D1 and 4F. RGB value is (227,209,79). Sum of RGB (Red+Green+Blue) = 227+209+79=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D14F is #1C2EB0. Grayscale: #C8C8C8. Windows color (decimal): -1846961 or 5231075. OLE color: 5231075.
HSL color Cylindrical-coordinate representation of color #E3D14F: hue angle of 52.7º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3D14F is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 209 | 79 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.11 |
| HSL | 52.7º | 0.73% | 0.6% | - |
| HSV(B) | 52.7º | 0.65% | 0.89% | - |
| XYZ | 55.89 | 62.5 | 16.51 | - |
| YUV | 199.56 | 59.96 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 209 | 79 | 0 | 0.08 | 0.65 | 0.11 | 52.7 | 0.73 | 0.6 |
| Hex | E3 | D1 | 4F | 0 | 8 | 41 | B | 35 | 49 | 3C |
| Octal | 343 | 321 | 117 | 0 | 10 | 101 | 13 | 65 | 111 | 74 |
| Binary | 11100011 | 11010001 | 1001111 | 0 | 1000 | 1000001 | 1011 | 110101 | 1001001 | 111100 |
Color Harmonies of #E3D14F
Complementary color
Monochromatic Colors of #E3D14F
Black with #E3D14F
Text Example
Text Example
White with #E3D14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D14F; }
p { color: rgb(227,209,79); }
H1.HeaderClassName
{
color: #E3D14F;
}
.AnyTagClassName
{
color: #E3D14F;
}
</style>
background-color css
<style>
a { background-color: #E3D14F; }
a { background-color: rgb(227,209,79); }
div.DivClassName
{
background-color: #E3D14F;
}
.BgClassName
{
background-color: #E3D14F;
}
</style>
border-color css
<style>
span { border-color: #E3D14F; }
span { border-color: rgb(227,209,79); }
td.TdClassName
{
border-color: #E3D14F;
}
.TagClassName
{
border-color: #E3D14F;
}
</style>