Shades of Festival #E7D344
Tints of Festival #E7D344
RGB
CMYK
RGB Variations
Color information
#E7D344 (or 0xE7D344) is known color: Festival. HEX triplet: E7, D3 and 44. RGB value is (231,211,68). Sum of RGB (Red+Green+Blue) = 231+211+68=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 68 (26.95% from 255 or 13.33% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D344 is #182CBB. Grayscale: #C9C9C9. Windows color (decimal): -1584316 or 4510695. OLE color: 4510695.
HSL color Cylindrical-coordinate representation of color #E7D344: hue angle of 52.64º 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 #E7D344 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 68 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.09 |
| HSL | 52.64º | 0.77% | 0.59% | - |
| HSV(B) | 52.64º | 0.71% | 0.91% | - |
| XYZ | 57.29 | 63.99 | 14.8 | - |
| YUV | 200.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 68 | 0 | 0.09 | 0.71 | 0.09 | 52.64 | 0.77 | 0.59 |
| Hex | E7 | D3 | 44 | 0 | 9 | 47 | 9 | 35 | 4D | 3B |
| Octal | 347 | 323 | 104 | 0 | 11 | 107 | 11 | 65 | 115 | 73 |
| Binary | 11100111 | 11010011 | 1000100 | 0 | 1001 | 1000111 | 1001 | 110101 | 1001101 | 111011 |
Color Harmonies of #E7D344
Complementary color
Monochromatic Colors of #E7D344
Black with #E7D344
Text Example
Text Example
White with #E7D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D344; }
p { color: rgb(231,211,68); }
H1.HeaderClassName
{
color: #E7D344;
}
.AnyTagClassName
{
color: #E7D344;
}
</style>
background-color css
<style>
a { background-color: #E7D344; }
a { background-color: rgb(231,211,68); }
div.DivClassName
{
background-color: #E7D344;
}
.BgClassName
{
background-color: #E7D344;
}
</style>
border-color css
<style>
span { border-color: #E7D344; }
span { border-color: rgb(231,211,68); }
td.TdClassName
{
border-color: #E7D344;
}
.TagClassName
{
border-color: #E7D344;
}
</style>