Shades of Festival #E1C75A
Tints of Festival #E1C75A
RGB
CMYK
RGB Variations
Color information
#E1C75A (or 0xE1C75A) is known color: Festival. HEX triplet: E1, C7 and 5A. RGB value is (225,199,90). Sum of RGB (Red+Green+Blue) = 225+199+90=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C75A is #1E38A5. Grayscale: #C2C2C2. Windows color (decimal): -1980582 or 5949409. OLE color: 5949409.
HSL color Cylindrical-coordinate representation of color #E1C75A: hue angle of 48.44º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1C75A is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 90 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.12 |
| HSL | 48.44º | 0.69% | 0.62% | - |
| HSV(B) | 48.44º | 0.6% | 0.88% | - |
| XYZ | 53.32 | 57.59 | 17.98 | - |
| YUV | 194.35 | 69.11 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 90 | 0 | 0.12 | 0.60 | 0.12 | 48.44 | 0.69 | 0.62 |
| Hex | E1 | C7 | 5A | 0 | C | 3C | C | 30 | 45 | 3E |
| Octal | 341 | 307 | 132 | 0 | 14 | 74 | 14 | 60 | 105 | 76 |
| Binary | 11100001 | 11000111 | 1011010 | 0 | 1100 | 111100 | 1100 | 110000 | 1000101 | 111110 |
Color Harmonies of #E1C75A
Complementary color
Monochromatic Colors of #E1C75A
Black with #E1C75A
Text Example
Text Example
White with #E1C75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C75A; }
p { color: rgb(225,199,90); }
H1.HeaderClassName
{
color: #E1C75A;
}
.AnyTagClassName
{
color: #E1C75A;
}
</style>
background-color css
<style>
a { background-color: #E1C75A; }
a { background-color: rgb(225,199,90); }
div.DivClassName
{
background-color: #E1C75A;
}
.BgClassName
{
background-color: #E1C75A;
}
</style>
border-color css
<style>
span { border-color: #E1C75A; }
span { border-color: rgb(225,199,90); }
td.TdClassName
{
border-color: #E1C75A;
}
.TagClassName
{
border-color: #E1C75A;
}
</style>