Shades of Festival #E8CE47
Tints of Festival #E8CE47
RGB
CMYK
RGB Variations
Color information
#E8CE47 (or 0xE8CE47) is known color: Festival. HEX triplet: E8, CE and 47. RGB value is (232,206,71). Sum of RGB (Red+Green+Blue) = 232+206+71=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CE47 is #1731B8. Grayscale: #C6C6C6. Windows color (decimal): -1520057 or 4706024. OLE color: 4706024.
HSL color Cylindrical-coordinate representation of color #E8CE47: hue angle of 50.31º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8CE47 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 71 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.09 |
| HSL | 50.31º | 0.78% | 0.59% | - |
| HSV(B) | 50.31º | 0.69% | 0.91% | - |
| XYZ | 56.49 | 61.75 | 14.9 | - |
| YUV | 198.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 71 | 0 | 0.11 | 0.69 | 0.09 | 50.31 | 0.78 | 0.59 |
| Hex | E8 | CE | 47 | 0 | B | 45 | 9 | 32 | 4E | 3B |
| Octal | 350 | 316 | 107 | 0 | 13 | 105 | 11 | 62 | 116 | 73 |
| Binary | 11101000 | 11001110 | 1000111 | 0 | 1011 | 1000101 | 1001 | 110010 | 1001110 | 111011 |
Color Harmonies of #E8CE47
Complementary color
Monochromatic Colors of #E8CE47
Black with #E8CE47
Text Example
Text Example
White with #E8CE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE47; }
p { color: rgb(232,206,71); }
H1.HeaderClassName
{
color: #E8CE47;
}
.AnyTagClassName
{
color: #E8CE47;
}
</style>
background-color css
<style>
a { background-color: #E8CE47; }
a { background-color: rgb(232,206,71); }
div.DivClassName
{
background-color: #E8CE47;
}
.BgClassName
{
background-color: #E8CE47;
}
</style>
border-color css
<style>
span { border-color: #E8CE47; }
span { border-color: rgb(232,206,71); }
td.TdClassName
{
border-color: #E8CE47;
}
.TagClassName
{
border-color: #E8CE47;
}
</style>