Shades of Festival #E5C95A
Tints of Festival #E5C95A
RGB
CMYK
RGB Variations
Color information
#E5C95A (or 0xE5C95A) is known color: Festival. HEX triplet: E5, C9 and 5A. RGB value is (229,201,90). Sum of RGB (Red+Green+Blue) = 229+201+90=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C95A is #1A36A5. Grayscale: #C5C5C5. Windows color (decimal): -1717926 or 5949925. OLE color: 5949925.
HSL color Cylindrical-coordinate representation of color #E5C95A: hue angle of 47.91º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5C95A is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 90 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.10 |
| HSL | 47.91º | 0.73% | 0.63% | - |
| HSV(B) | 47.91º | 0.61% | 0.9% | - |
| XYZ | 55.05 | 59.17 | 18.19 | - |
| YUV | 196.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 90 | 0 | 0.12 | 0.61 | 0.10 | 47.91 | 0.73 | 0.63 |
| Hex | E5 | C9 | 5A | 0 | C | 3D | A | 30 | 49 | 3F |
| Octal | 345 | 311 | 132 | 0 | 14 | 75 | 12 | 60 | 111 | 77 |
| Binary | 11100101 | 11001001 | 1011010 | 0 | 1100 | 111101 | 1010 | 110000 | 1001001 | 111111 |
Color Harmonies of #E5C95A
Complementary color
Monochromatic Colors of #E5C95A
Black with #E5C95A
Text Example
Text Example
White with #E5C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C95A; }
p { color: rgb(229,201,90); }
H1.HeaderClassName
{
color: #E5C95A;
}
.AnyTagClassName
{
color: #E5C95A;
}
</style>
background-color css
<style>
a { background-color: #E5C95A; }
a { background-color: rgb(229,201,90); }
div.DivClassName
{
background-color: #E5C95A;
}
.BgClassName
{
background-color: #E5C95A;
}
</style>
border-color css
<style>
span { border-color: #E5C95A; }
span { border-color: rgb(229,201,90); }
td.TdClassName
{
border-color: #E5C95A;
}
.TagClassName
{
border-color: #E5C95A;
}
</style>