Shades of Festival #E7D041
Tints of Festival #E7D041
RGB
CMYK
RGB Variations
Color information
#E7D041 (or 0xE7D041) is known color: Festival. HEX triplet: E7, D0 and 41. RGB value is (231,208,65). Sum of RGB (Red+Green+Blue) = 231+208+65=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D041 is #182FBE. Grayscale: #C7C7C7. Windows color (decimal): -1585087 or 4313319. OLE color: 4313319.
HSL color Cylindrical-coordinate representation of color #E7D041: hue angle of 51.69º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7D041 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 65 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.09 |
| HSL | 51.69º | 0.78% | 0.58% | - |
| HSV(B) | 51.69º | 0.72% | 0.91% | - |
| XYZ | 56.47 | 62.48 | 14.09 | - |
| YUV | 198.58 | 52.62 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 65 | 0 | 0.10 | 0.72 | 0.09 | 51.69 | 0.78 | 0.58 |
| Hex | E7 | D0 | 41 | 0 | A | 48 | 9 | 34 | 4E | 3A |
| Octal | 347 | 320 | 101 | 0 | 12 | 110 | 11 | 64 | 116 | 72 |
| Binary | 11100111 | 11010000 | 1000001 | 0 | 1010 | 1001000 | 1001 | 110100 | 1001110 | 111010 |
Color Harmonies of #E7D041
Complementary color
Monochromatic Colors of #E7D041
Black with #E7D041
Text Example
Text Example
White with #E7D041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D041; }
p { color: rgb(231,208,65); }
H1.HeaderClassName
{
color: #E7D041;
}
.AnyTagClassName
{
color: #E7D041;
}
</style>
background-color css
<style>
a { background-color: #E7D041; }
a { background-color: rgb(231,208,65); }
div.DivClassName
{
background-color: #E7D041;
}
.BgClassName
{
background-color: #E7D041;
}
</style>
border-color css
<style>
span { border-color: #E7D041; }
span { border-color: rgb(231,208,65); }
td.TdClassName
{
border-color: #E7D041;
}
.TagClassName
{
border-color: #E7D041;
}
</style>