Shades of Festival #E7D044
Tints of Festival #E7D044
RGB
CMYK
RGB Variations
Color information
#E7D044 (or 0xE7D044) is known color: Festival. HEX triplet: E7, D0 and 44. RGB value is (231,208,68). Sum of RGB (Red+Green+Blue) = 231+208+68=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 68 (26.95% from 255 or 13.41% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D044 is #182FBB. Grayscale: #C7C7C7. Windows color (decimal): -1585084 or 4509927. OLE color: 4509927.
HSL color Cylindrical-coordinate representation of color #E7D044: hue angle of 51.53º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7D044 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 68 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.09 |
| HSL | 51.53º | 0.77% | 0.59% | - |
| HSV(B) | 51.53º | 0.71% | 0.91% | - |
| XYZ | 56.55 | 62.52 | 14.56 | - |
| YUV | 198.92 | 54.12 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 68 | 0 | 0.10 | 0.71 | 0.09 | 51.53 | 0.77 | 0.59 |
| Hex | E7 | D0 | 44 | 0 | A | 47 | 9 | 34 | 4D | 3B |
| Octal | 347 | 320 | 104 | 0 | 12 | 107 | 11 | 64 | 115 | 73 |
| Binary | 11100111 | 11010000 | 1000100 | 0 | 1010 | 1000111 | 1001 | 110100 | 1001101 | 111011 |
Color Harmonies of #E7D044
Complementary color
Monochromatic Colors of #E7D044
Black with #E7D044
Text Example
Text Example
White with #E7D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D044; }
p { color: rgb(231,208,68); }
H1.HeaderClassName
{
color: #E7D044;
}
.AnyTagClassName
{
color: #E7D044;
}
</style>
background-color css
<style>
a { background-color: #E7D044; }
a { background-color: rgb(231,208,68); }
div.DivClassName
{
background-color: #E7D044;
}
.BgClassName
{
background-color: #E7D044;
}
</style>
border-color css
<style>
span { border-color: #E7D044; }
span { border-color: rgb(231,208,68); }
td.TdClassName
{
border-color: #E7D044;
}
.TagClassName
{
border-color: #E7D044;
}
</style>