Shades of Festival #E5CA57
Tints of Festival #E5CA57
RGB
CMYK
RGB Variations
Color information
#E5CA57 (or 0xE5CA57) is known color: Festival. HEX triplet: E5, CA and 57. RGB value is (229,202,87). Sum of RGB (Red+Green+Blue) = 229+202+87=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA57 is #1A35A8. Grayscale: #C5C5C5. Windows color (decimal): -1717673 or 5753573. OLE color: 5753573.
HSL color Cylindrical-coordinate representation of color #E5CA57: hue angle of 48.59º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5CA57 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 87 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.10 |
| HSL | 48.59º | 0.73% | 0.62% | - |
| HSV(B) | 48.59º | 0.62% | 0.9% | - |
| XYZ | 55.15 | 59.59 | 17.61 | - |
| YUV | 196.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 87 | 0 | 0.12 | 0.62 | 0.10 | 48.59 | 0.73 | 0.62 |
| Hex | E5 | CA | 57 | 0 | C | 3E | A | 31 | 49 | 3E |
| Octal | 345 | 312 | 127 | 0 | 14 | 76 | 12 | 61 | 111 | 76 |
| Binary | 11100101 | 11001010 | 1010111 | 0 | 1100 | 111110 | 1010 | 110001 | 1001001 | 111110 |
Color Harmonies of #E5CA57
Complementary color
Monochromatic Colors of #E5CA57
Black with #E5CA57
Text Example
Text Example
White with #E5CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA57; }
p { color: rgb(229,202,87); }
H1.HeaderClassName
{
color: #E5CA57;
}
.AnyTagClassName
{
color: #E5CA57;
}
</style>
background-color css
<style>
a { background-color: #E5CA57; }
a { background-color: rgb(229,202,87); }
div.DivClassName
{
background-color: #E5CA57;
}
.BgClassName
{
background-color: #E5CA57;
}
</style>
border-color css
<style>
span { border-color: #E5CA57; }
span { border-color: rgb(229,202,87); }
td.TdClassName
{
border-color: #E5CA57;
}
.TagClassName
{
border-color: #E5CA57;
}
</style>