Shades of Festival #E7D44E
Tints of Festival #E7D44E
RGB
CMYK
RGB Variations
Color information
#E7D44E (or 0xE7D44E) is known color: Festival. HEX triplet: E7, D4 and 4E. RGB value is (231,212,78). Sum of RGB (Red+Green+Blue) = 231+212+78=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D44E is #182BB1. Grayscale: #CACACA. Windows color (decimal): -1584050 or 5166311. OLE color: 5166311.
HSL color Cylindrical-coordinate representation of color #E7D44E: hue angle of 52.55º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7D44E is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 78 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.09 |
| HSL | 52.55º | 0.76% | 0.61% | - |
| HSV(B) | 52.55º | 0.66% | 0.91% | - |
| XYZ | 57.87 | 64.63 | 16.63 | - |
| YUV | 202.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 78 | 0 | 0.08 | 0.66 | 0.09 | 52.55 | 0.76 | 0.61 |
| Hex | E7 | D4 | 4E | 0 | 8 | 42 | 9 | 35 | 4C | 3D |
| Octal | 347 | 324 | 116 | 0 | 10 | 102 | 11 | 65 | 114 | 75 |
| Binary | 11100111 | 11010100 | 1001110 | 0 | 1000 | 1000010 | 1001 | 110101 | 1001100 | 111101 |
Color Harmonies of #E7D44E
Complementary color
Monochromatic Colors of #E7D44E
Black with #E7D44E
Text Example
Text Example
White with #E7D44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D44E; }
p { color: rgb(231,212,78); }
H1.HeaderClassName
{
color: #E7D44E;
}
.AnyTagClassName
{
color: #E7D44E;
}
</style>
background-color css
<style>
a { background-color: #E7D44E; }
a { background-color: rgb(231,212,78); }
div.DivClassName
{
background-color: #E7D44E;
}
.BgClassName
{
background-color: #E7D44E;
}
</style>
border-color css
<style>
span { border-color: #E7D44E; }
span { border-color: rgb(231,212,78); }
td.TdClassName
{
border-color: #E7D44E;
}
.TagClassName
{
border-color: #E7D44E;
}
</style>