Shades of Festival #E7D248
Tints of Festival #E7D248
RGB
CMYK
RGB Variations
Color information
#E7D248 (or 0xE7D248) is known color: Festival. HEX triplet: E7, D2 and 48. RGB value is (231,210,72). Sum of RGB (Red+Green+Blue) = 231+210+72=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D248 is #182DB7. Grayscale: #C9C9C9. Windows color (decimal): -1584568 or 4772583. OLE color: 4772583.
HSL color Cylindrical-coordinate representation of color #E7D248: hue angle of 52.08º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7D248 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 72 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.09 |
| HSL | 52.08º | 0.77% | 0.59% | - |
| HSV(B) | 52.08º | 0.69% | 0.91% | - |
| XYZ | 57.17 | 63.55 | 15.38 | - |
| YUV | 200.55 | 55.46 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 72 | 0 | 0.09 | 0.69 | 0.09 | 52.08 | 0.77 | 0.59 |
| Hex | E7 | D2 | 48 | 0 | 9 | 45 | 9 | 34 | 4D | 3B |
| Octal | 347 | 322 | 110 | 0 | 11 | 105 | 11 | 64 | 115 | 73 |
| Binary | 11100111 | 11010010 | 1001000 | 0 | 1001 | 1000101 | 1001 | 110100 | 1001101 | 111011 |
Color Harmonies of #E7D248
Complementary color
Monochromatic Colors of #E7D248
Black with #E7D248
Text Example
Text Example
White with #E7D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D248; }
p { color: rgb(231,210,72); }
H1.HeaderClassName
{
color: #E7D248;
}
.AnyTagClassName
{
color: #E7D248;
}
</style>
background-color css
<style>
a { background-color: #E7D248; }
a { background-color: rgb(231,210,72); }
div.DivClassName
{
background-color: #E7D248;
}
.BgClassName
{
background-color: #E7D248;
}
</style>
border-color css
<style>
span { border-color: #E7D248; }
span { border-color: rgb(231,210,72); }
td.TdClassName
{
border-color: #E7D248;
}
.TagClassName
{
border-color: #E7D248;
}
</style>