Shades of Festival #E5CE51
Tints of Festival #E5CE51
RGB
CMYK
RGB Variations
Color information
#E5CE51 (or 0xE5CE51) is known color: Festival. HEX triplet: E5, CE and 51. RGB value is (229,206,81). Sum of RGB (Red+Green+Blue) = 229+206+81=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CE51 is #1A31AE. Grayscale: #C7C7C7. Windows color (decimal): -1716655 or 5361381. OLE color: 5361381.
HSL color Cylindrical-coordinate representation of color #E5CE51: hue angle of 50.68º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5CE51 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 81 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.10 |
| HSL | 50.68º | 0.74% | 0.61% | - |
| HSV(B) | 50.68º | 0.65% | 0.9% | - |
| XYZ | 55.87 | 61.39 | 16.69 | - |
| YUV | 198.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 81 | 0 | 0.10 | 0.65 | 0.10 | 50.68 | 0.74 | 0.61 |
| Hex | E5 | CE | 51 | 0 | A | 41 | A | 33 | 4A | 3D |
| Octal | 345 | 316 | 121 | 0 | 12 | 101 | 12 | 63 | 112 | 75 |
| Binary | 11100101 | 11001110 | 1010001 | 0 | 1010 | 1000001 | 1010 | 110011 | 1001010 | 111101 |
Color Harmonies of #E5CE51
Complementary color
Monochromatic Colors of #E5CE51
Black with #E5CE51
Text Example
Text Example
White with #E5CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE51; }
p { color: rgb(229,206,81); }
H1.HeaderClassName
{
color: #E5CE51;
}
.AnyTagClassName
{
color: #E5CE51;
}
</style>
background-color css
<style>
a { background-color: #E5CE51; }
a { background-color: rgb(229,206,81); }
div.DivClassName
{
background-color: #E5CE51;
}
.BgClassName
{
background-color: #E5CE51;
}
</style>
border-color css
<style>
span { border-color: #E5CE51; }
span { border-color: rgb(229,206,81); }
td.TdClassName
{
border-color: #E5CE51;
}
.TagClassName
{
border-color: #E5CE51;
}
</style>