Shades of Festival #E2C95A
Tints of Festival #E2C95A
RGB
CMYK
RGB Variations
Color information
#E2C95A (or 0xE2C95A) is known color: Festival. HEX triplet: E2, C9 and 5A. RGB value is (226,201,90). Sum of RGB (Red+Green+Blue) = 226+201+90=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C95A is #1D36A5. Grayscale: #C4C4C4. Windows color (decimal): -1914534 or 5949922. OLE color: 5949922.
HSL color Cylindrical-coordinate representation of color #E2C95A: hue angle of 48.97º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2C95A is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 90 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.11 |
| HSL | 48.97º | 0.7% | 0.62% | - |
| HSV(B) | 48.97º | 0.6% | 0.89% | - |
| XYZ | 54.1 | 58.68 | 18.15 | - |
| YUV | 195.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 90 | 0 | 0.11 | 0.60 | 0.11 | 48.97 | 0.7 | 0.62 |
| Hex | E2 | C9 | 5A | 0 | B | 3C | B | 31 | 46 | 3E |
| Octal | 342 | 311 | 132 | 0 | 13 | 74 | 13 | 61 | 106 | 76 |
| Binary | 11100010 | 11001001 | 1011010 | 0 | 1011 | 111100 | 1011 | 110001 | 1000110 | 111110 |
Color Harmonies of #E2C95A
Complementary color
Monochromatic Colors of #E2C95A
Black with #E2C95A
Text Example
Text Example
White with #E2C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C95A; }
p { color: rgb(226,201,90); }
H1.HeaderClassName
{
color: #E2C95A;
}
.AnyTagClassName
{
color: #E2C95A;
}
</style>
background-color css
<style>
a { background-color: #E2C95A; }
a { background-color: rgb(226,201,90); }
div.DivClassName
{
background-color: #E2C95A;
}
.BgClassName
{
background-color: #E2C95A;
}
</style>
border-color css
<style>
span { border-color: #E2C95A; }
span { border-color: rgb(226,201,90); }
td.TdClassName
{
border-color: #E2C95A;
}
.TagClassName
{
border-color: #E2C95A;
}
</style>