Shades of Festival #E7C44D
Tints of Festival #E7C44D
RGB
CMYK
RGB Variations
Color information
#E7C44D (or 0xE7C44D) is known color: Festival. HEX triplet: E7, C4 and 4D. RGB value is (231,196,77). Sum of RGB (Red+Green+Blue) = 231+196+77=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C44D is #183BB2. Grayscale: #C1C1C1. Windows color (decimal): -1588147 or 5096679. OLE color: 5096679.
HSL color Cylindrical-coordinate representation of color #E7C44D: hue angle of 46.36º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7C44D is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 77 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.09 |
| HSL | 46.36º | 0.76% | 0.6% | - |
| HSV(B) | 46.36º | 0.67% | 0.91% | - |
| XYZ | 54.03 | 57 | 15.18 | - |
| YUV | 192.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 77 | 0 | 0.15 | 0.67 | 0.09 | 46.36 | 0.76 | 0.6 |
| Hex | E7 | C4 | 4D | 0 | F | 43 | 9 | 2E | 4C | 3C |
| Octal | 347 | 304 | 115 | 0 | 17 | 103 | 11 | 56 | 114 | 74 |
| Binary | 11100111 | 11000100 | 1001101 | 0 | 1111 | 1000011 | 1001 | 101110 | 1001100 | 111100 |
Color Harmonies of #E7C44D
Complementary color
Monochromatic Colors of #E7C44D
Black with #E7C44D
Text Example
Text Example
White with #E7C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C44D; }
p { color: rgb(231,196,77); }
H1.HeaderClassName
{
color: #E7C44D;
}
.AnyTagClassName
{
color: #E7C44D;
}
</style>
background-color css
<style>
a { background-color: #E7C44D; }
a { background-color: rgb(231,196,77); }
div.DivClassName
{
background-color: #E7C44D;
}
.BgClassName
{
background-color: #E7C44D;
}
</style>
border-color css
<style>
span { border-color: #E7C44D; }
span { border-color: rgb(231,196,77); }
td.TdClassName
{
border-color: #E7C44D;
}
.TagClassName
{
border-color: #E7C44D;
}
</style>