Shades of Festival #E7D44D
Tints of Festival #E7D44D
RGB
CMYK
RGB Variations
Color information
#E7D44D (or 0xE7D44D) is known color: Festival. HEX triplet: E7, D4 and 4D. RGB value is (231,212,77). Sum of RGB (Red+Green+Blue) = 231+212+77=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D44D is #182BB2. Grayscale: #CACACA. Windows color (decimal): -1584051 or 5100775. OLE color: 5100775.
HSL color Cylindrical-coordinate representation of color #E7D44D: hue angle of 52.6º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7D44D is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 77 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.09 |
| HSL | 52.6º | 0.76% | 0.6% | - |
| HSV(B) | 52.6º | 0.67% | 0.91% | - |
| XYZ | 57.84 | 64.61 | 16.44 | - |
| YUV | 202.29 | 57.29 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 77 | 0 | 0.08 | 0.67 | 0.09 | 52.6 | 0.76 | 0.6 |
| Hex | E7 | D4 | 4D | 0 | 8 | 43 | 9 | 35 | 4C | 3C |
| Octal | 347 | 324 | 115 | 0 | 10 | 103 | 11 | 65 | 114 | 74 |
| Binary | 11100111 | 11010100 | 1001101 | 0 | 1000 | 1000011 | 1001 | 110101 | 1001100 | 111100 |
Color Harmonies of #E7D44D
Complementary color
Monochromatic Colors of #E7D44D
Black with #E7D44D
Text Example
Text Example
White with #E7D44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D44D; }
p { color: rgb(231,212,77); }
H1.HeaderClassName
{
color: #E7D44D;
}
.AnyTagClassName
{
color: #E7D44D;
}
</style>
background-color css
<style>
a { background-color: #E7D44D; }
a { background-color: rgb(231,212,77); }
div.DivClassName
{
background-color: #E7D44D;
}
.BgClassName
{
background-color: #E7D44D;
}
</style>
border-color css
<style>
span { border-color: #E7D44D; }
span { border-color: rgb(231,212,77); }
td.TdClassName
{
border-color: #E7D44D;
}
.TagClassName
{
border-color: #E7D44D;
}
</style>