Shades of Festival #E4C95A
Tints of Festival #E4C95A
RGB
CMYK
RGB Variations
Color information
#E4C95A (or 0xE4C95A) is known color: Festival. HEX triplet: E4, C9 and 5A. RGB value is (228,201,90). Sum of RGB (Red+Green+Blue) = 228+201+90=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C95A is #1B36A5. Grayscale: #C4C4C4. Windows color (decimal): -1783462 or 5949924. OLE color: 5949924.
HSL color Cylindrical-coordinate representation of color #E4C95A: hue angle of 48.26º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E4C95A is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 201 | 90 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.11 |
| HSL | 48.26º | 0.72% | 0.62% | - |
| HSV(B) | 48.26º | 0.61% | 0.89% | - |
| XYZ | 54.73 | 59.01 | 18.18 | - |
| YUV | 196.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 201 | 90 | 0 | 0.12 | 0.61 | 0.11 | 48.26 | 0.72 | 0.62 |
| Hex | E4 | C9 | 5A | 0 | C | 3D | B | 30 | 48 | 3E |
| Octal | 344 | 311 | 132 | 0 | 14 | 75 | 13 | 60 | 110 | 76 |
| Binary | 11100100 | 11001001 | 1011010 | 0 | 1100 | 111101 | 1011 | 110000 | 1001000 | 111110 |
Color Harmonies of #E4C95A
Complementary color
Monochromatic Colors of #E4C95A
Black with #E4C95A
Text Example
Text Example
White with #E4C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C95A; }
p { color: rgb(228,201,90); }
H1.HeaderClassName
{
color: #E4C95A;
}
.AnyTagClassName
{
color: #E4C95A;
}
</style>
background-color css
<style>
a { background-color: #E4C95A; }
a { background-color: rgb(228,201,90); }
div.DivClassName
{
background-color: #E4C95A;
}
.BgClassName
{
background-color: #E4C95A;
}
</style>
border-color css
<style>
span { border-color: #E4C95A; }
span { border-color: rgb(228,201,90); }
td.TdClassName
{
border-color: #E4C95A;
}
.TagClassName
{
border-color: #E4C95A;
}
</style>