Shades of Festival #E7C844
Tints of Festival #E7C844
RGB
CMYK
RGB Variations
Color information
#E7C844 (or 0xE7C844) is known color: Festival. HEX triplet: E7, C8 and 44. RGB value is (231,200,68). Sum of RGB (Red+Green+Blue) = 231+200+68=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C844 is #1837BB. Grayscale: #C2C2C2. Windows color (decimal): -1587132 or 4507879. OLE color: 4507879.
HSL color Cylindrical-coordinate representation of color #E7C844: hue angle of 48.59º 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 #E7C844 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 68 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.09 |
| HSL | 48.59º | 0.77% | 0.59% | - |
| HSV(B) | 48.59º | 0.71% | 0.91% | - |
| XYZ | 54.65 | 58.71 | 13.92 | - |
| YUV | 194.22 | 56.77 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 68 | 0 | 0.13 | 0.71 | 0.09 | 48.59 | 0.77 | 0.59 |
| Hex | E7 | C8 | 44 | 0 | D | 47 | 9 | 31 | 4D | 3B |
| Octal | 347 | 310 | 104 | 0 | 15 | 107 | 11 | 61 | 115 | 73 |
| Binary | 11100111 | 11001000 | 1000100 | 0 | 1101 | 1000111 | 1001 | 110001 | 1001101 | 111011 |
Color Harmonies of #E7C844
Complementary color
Monochromatic Colors of #E7C844
Black with #E7C844
Text Example
Text Example
White with #E7C844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C844; }
p { color: rgb(231,200,68); }
H1.HeaderClassName
{
color: #E7C844;
}
.AnyTagClassName
{
color: #E7C844;
}
</style>
background-color css
<style>
a { background-color: #E7C844; }
a { background-color: rgb(231,200,68); }
div.DivClassName
{
background-color: #E7C844;
}
.BgClassName
{
background-color: #E7C844;
}
</style>
border-color css
<style>
span { border-color: #E7C844; }
span { border-color: rgb(231,200,68); }
td.TdClassName
{
border-color: #E7C844;
}
.TagClassName
{
border-color: #E7C844;
}
</style>