Shades of Festival #E5CD4F
Tints of Festival #E5CD4F
RGB
CMYK
RGB Variations
Color information
#E5CD4F (or 0xE5CD4F) is known color: Festival. HEX triplet: E5, CD and 4F. RGB value is (229,205,79). Sum of RGB (Red+Green+Blue) = 229+205+79=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CD4F is #1A32B0. Grayscale: #C6C6C6. Windows color (decimal): -1716913 or 5230053. OLE color: 5230053.
HSL color Cylindrical-coordinate representation of color #E5CD4F: hue angle of 50.4º 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 #E5CD4F is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 79 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.10 |
| HSL | 50.4º | 0.74% | 0.6% | - |
| HSV(B) | 50.4º | 0.66% | 0.9% | - |
| XYZ | 55.56 | 60.89 | 16.22 | - |
| YUV | 197.81 | 60.95 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 79 | 0 | 0.10 | 0.66 | 0.10 | 50.4 | 0.74 | 0.6 |
| Hex | E5 | CD | 4F | 0 | A | 42 | A | 32 | 4A | 3C |
| Octal | 345 | 315 | 117 | 0 | 12 | 102 | 12 | 62 | 112 | 74 |
| Binary | 11100101 | 11001101 | 1001111 | 0 | 1010 | 1000010 | 1010 | 110010 | 1001010 | 111100 |
Color Harmonies of #E5CD4F
Complementary color
Monochromatic Colors of #E5CD4F
Black with #E5CD4F
Text Example
Text Example
White with #E5CD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CD4F; }
p { color: rgb(229,205,79); }
H1.HeaderClassName
{
color: #E5CD4F;
}
.AnyTagClassName
{
color: #E5CD4F;
}
</style>
background-color css
<style>
a { background-color: #E5CD4F; }
a { background-color: rgb(229,205,79); }
div.DivClassName
{
background-color: #E5CD4F;
}
.BgClassName
{
background-color: #E5CD4F;
}
</style>
border-color css
<style>
span { border-color: #E5CD4F; }
span { border-color: rgb(229,205,79); }
td.TdClassName
{
border-color: #E5CD4F;
}
.TagClassName
{
border-color: #E5CD4F;
}
</style>