Shades of Festival #E5CA58
Tints of Festival #E5CA58
RGB
CMYK
RGB Variations
Color information
#E5CA58 (or 0xE5CA58) is known color: Festival. HEX triplet: E5, CA and 58. RGB value is (229,202,88). Sum of RGB (Red+Green+Blue) = 229+202+88=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA58 is #1A35A7. Grayscale: #C5C5C5. Windows color (decimal): -1717672 or 5819109. OLE color: 5819109.
HSL color Cylindrical-coordinate representation of color #E5CA58: hue angle of 48.51º 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 #E5CA58 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 88 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.10 |
| HSL | 48.51º | 0.73% | 0.62% | - |
| HSV(B) | 48.51º | 0.62% | 0.9% | - |
| XYZ | 55.2 | 59.6 | 17.83 | - |
| YUV | 197.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 88 | 0 | 0.12 | 0.62 | 0.10 | 48.51 | 0.73 | 0.62 |
| Hex | E5 | CA | 58 | 0 | C | 3E | A | 31 | 49 | 3E |
| Octal | 345 | 312 | 130 | 0 | 14 | 76 | 12 | 61 | 111 | 76 |
| Binary | 11100101 | 11001010 | 1011000 | 0 | 1100 | 111110 | 1010 | 110001 | 1001001 | 111110 |
Color Harmonies of #E5CA58
Complementary color
Monochromatic Colors of #E5CA58
Black with #E5CA58
Text Example
Text Example
White with #E5CA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA58; }
p { color: rgb(229,202,88); }
H1.HeaderClassName
{
color: #E5CA58;
}
.AnyTagClassName
{
color: #E5CA58;
}
</style>
background-color css
<style>
a { background-color: #E5CA58; }
a { background-color: rgb(229,202,88); }
div.DivClassName
{
background-color: #E5CA58;
}
.BgClassName
{
background-color: #E5CA58;
}
</style>
border-color css
<style>
span { border-color: #E5CA58; }
span { border-color: rgb(229,202,88); }
td.TdClassName
{
border-color: #E5CA58;
}
.TagClassName
{
border-color: #E5CA58;
}
</style>