Shades of Festival #E7D44B
Tints of Festival #E7D44B
RGB
CMYK
RGB Variations
Color information
#E7D44B (or 0xE7D44B) is known color: Festival. HEX triplet: E7, D4 and 4B. RGB value is (231,212,75). Sum of RGB (Red+Green+Blue) = 231+212+75=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D44B is #182BB4. Grayscale: #CACACA. Windows color (decimal): -1584053 or 4969703. OLE color: 4969703.
HSL color Cylindrical-coordinate representation of color #E7D44B: hue angle of 52.69º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7D44B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 75 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.09 |
| HSL | 52.69º | 0.76% | 0.6% | - |
| HSV(B) | 52.69º | 0.68% | 0.91% | - |
| XYZ | 57.77 | 64.58 | 16.08 | - |
| YUV | 202.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 75 | 0 | 0.08 | 0.68 | 0.09 | 52.69 | 0.76 | 0.6 |
| Hex | E7 | D4 | 4B | 0 | 8 | 44 | 9 | 35 | 4C | 3C |
| Octal | 347 | 324 | 113 | 0 | 10 | 104 | 11 | 65 | 114 | 74 |
| Binary | 11100111 | 11010100 | 1001011 | 0 | 1000 | 1000100 | 1001 | 110101 | 1001100 | 111100 |
Color Harmonies of #E7D44B
Complementary color
Monochromatic Colors of #E7D44B
Black with #E7D44B
Text Example
Text Example
White with #E7D44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D44B; }
p { color: rgb(231,212,75); }
H1.HeaderClassName
{
color: #E7D44B;
}
.AnyTagClassName
{
color: #E7D44B;
}
</style>
background-color css
<style>
a { background-color: #E7D44B; }
a { background-color: rgb(231,212,75); }
div.DivClassName
{
background-color: #E7D44B;
}
.BgClassName
{
background-color: #E7D44B;
}
</style>
border-color css
<style>
span { border-color: #E7D44B; }
span { border-color: rgb(231,212,75); }
td.TdClassName
{
border-color: #E7D44B;
}
.TagClassName
{
border-color: #E7D44B;
}
</style>