Shades of Festival #E2CE4F
Tints of Festival #E2CE4F
RGB
CMYK
RGB Variations
Color information
#E2CE4F (or 0xE2CE4F) is known color: Festival. HEX triplet: E2, CE and 4F. RGB value is (226,206,79). Sum of RGB (Red+Green+Blue) = 226+206+79=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE4F is #1D31B0. Grayscale: #C6C6C6. Windows color (decimal): -1913265 or 5230306. OLE color: 5230306.
HSL color Cylindrical-coordinate representation of color #E2CE4F: hue angle of 51.84º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2CE4F is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 79 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.11 |
| HSL | 51.84º | 0.72% | 0.6% | - |
| HSV(B) | 51.84º | 0.65% | 0.89% | - |
| XYZ | 54.85 | 60.88 | 16.26 | - |
| YUV | 197.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 79 | 0 | 0.09 | 0.65 | 0.11 | 51.84 | 0.72 | 0.6 |
| Hex | E2 | CE | 4F | 0 | 9 | 41 | B | 34 | 48 | 3C |
| Octal | 342 | 316 | 117 | 0 | 11 | 101 | 13 | 64 | 110 | 74 |
| Binary | 11100010 | 11001110 | 1001111 | 0 | 1001 | 1000001 | 1011 | 110100 | 1001000 | 111100 |
Color Harmonies of #E2CE4F
Complementary color
Monochromatic Colors of #E2CE4F
Black with #E2CE4F
Text Example
Text Example
White with #E2CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE4F; }
p { color: rgb(226,206,79); }
H1.HeaderClassName
{
color: #E2CE4F;
}
.AnyTagClassName
{
color: #E2CE4F;
}
</style>
background-color css
<style>
a { background-color: #E2CE4F; }
a { background-color: rgb(226,206,79); }
div.DivClassName
{
background-color: #E2CE4F;
}
.BgClassName
{
background-color: #E2CE4F;
}
</style>
border-color css
<style>
span { border-color: #E2CE4F; }
span { border-color: rgb(226,206,79); }
td.TdClassName
{
border-color: #E2CE4F;
}
.TagClassName
{
border-color: #E2CE4F;
}
</style>