Shades of Festival #E5CA4F
Tints of Festival #E5CA4F
RGB
CMYK
RGB Variations
Color information
#E5CA4F (or 0xE5CA4F) is known color: Festival. HEX triplet: E5, CA and 4F. RGB value is (229,202,79). Sum of RGB (Red+Green+Blue) = 229+202+79=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA4F is #1A35B0. Grayscale: #C4C4C4. Windows color (decimal): -1717681 or 5229285. OLE color: 5229285.
HSL color Cylindrical-coordinate representation of color #E5CA4F: hue angle of 49.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5CA4F is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 79 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.10 |
| HSL | 49.2º | 0.74% | 0.6% | - |
| HSV(B) | 49.2º | 0.66% | 0.9% | - |
| XYZ | 54.84 | 59.46 | 15.98 | - |
| YUV | 196.05 | 61.95 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 79 | 0 | 0.12 | 0.66 | 0.10 | 49.2 | 0.74 | 0.6 |
| Hex | E5 | CA | 4F | 0 | C | 42 | A | 31 | 4A | 3C |
| Octal | 345 | 312 | 117 | 0 | 14 | 102 | 12 | 61 | 112 | 74 |
| Binary | 11100101 | 11001010 | 1001111 | 0 | 1100 | 1000010 | 1010 | 110001 | 1001010 | 111100 |
Color Harmonies of #E5CA4F
Complementary color
Monochromatic Colors of #E5CA4F
Black with #E5CA4F
Text Example
Text Example
White with #E5CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA4F; }
p { color: rgb(229,202,79); }
H1.HeaderClassName
{
color: #E5CA4F;
}
.AnyTagClassName
{
color: #E5CA4F;
}
</style>
background-color css
<style>
a { background-color: #E5CA4F; }
a { background-color: rgb(229,202,79); }
div.DivClassName
{
background-color: #E5CA4F;
}
.BgClassName
{
background-color: #E5CA4F;
}
</style>
border-color css
<style>
span { border-color: #E5CA4F; }
span { border-color: rgb(229,202,79); }
td.TdClassName
{
border-color: #E5CA4F;
}
.TagClassName
{
border-color: #E5CA4F;
}
</style>