Shades of Festival #E0CA58
Tints of Festival #E0CA58
RGB
CMYK
RGB Variations
Color information
#E0CA58 (or 0xE0CA58) is known color: Festival. HEX triplet: E0, CA and 58. RGB value is (224,202,88). Sum of RGB (Red+Green+Blue) = 224+202+88=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA58 is #1F35A7. Grayscale: #C4C4C4. Windows color (decimal): -2045352 or 5819104. OLE color: 5819104.
HSL color Cylindrical-coordinate representation of color #E0CA58: hue angle of 50.29º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0CA58 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 88 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.12 |
| HSL | 50.29º | 0.69% | 0.61% | - |
| HSV(B) | 50.29º | 0.61% | 0.88% | - |
| XYZ | 53.62 | 58.79 | 17.75 | - |
| YUV | 195.58 | 67.29 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 88 | 0 | 0.10 | 0.61 | 0.12 | 50.29 | 0.69 | 0.61 |
| Hex | E0 | CA | 58 | 0 | A | 3D | C | 32 | 45 | 3D |
| Octal | 340 | 312 | 130 | 0 | 12 | 75 | 14 | 62 | 105 | 75 |
| Binary | 11100000 | 11001010 | 1011000 | 0 | 1010 | 111101 | 1100 | 110010 | 1000101 | 111101 |
Color Harmonies of #E0CA58
Complementary color
Monochromatic Colors of #E0CA58
Black with #E0CA58
Text Example
Text Example
White with #E0CA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA58; }
p { color: rgb(224,202,88); }
H1.HeaderClassName
{
color: #E0CA58;
}
.AnyTagClassName
{
color: #E0CA58;
}
</style>
background-color css
<style>
a { background-color: #E0CA58; }
a { background-color: rgb(224,202,88); }
div.DivClassName
{
background-color: #E0CA58;
}
.BgClassName
{
background-color: #E0CA58;
}
</style>
border-color css
<style>
span { border-color: #E0CA58; }
span { border-color: rgb(224,202,88); }
td.TdClassName
{
border-color: #E0CA58;
}
.TagClassName
{
border-color: #E0CA58;
}
</style>