Shades of Festival #E8CE4E
Tints of Festival #E8CE4E
RGB
CMYK
RGB Variations
Color information
#E8CE4E (or 0xE8CE4E) is known color: Festival. HEX triplet: E8, CE and 4E. RGB value is (232,206,78). Sum of RGB (Red+Green+Blue) = 232+206+78=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CE4E is #1731B1. Grayscale: #C7C7C7. Windows color (decimal): -1520050 or 5164776. OLE color: 5164776.
HSL color Cylindrical-coordinate representation of color #E8CE4E: hue angle of 49.87º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8CE4E is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 78 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.09 |
| HSL | 49.87º | 0.77% | 0.61% | - |
| HSV(B) | 49.87º | 0.66% | 0.91% | - |
| XYZ | 56.73 | 61.85 | 16.16 | - |
| YUV | 199.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 78 | 0 | 0.11 | 0.66 | 0.09 | 49.87 | 0.77 | 0.61 |
| Hex | E8 | CE | 4E | 0 | B | 42 | 9 | 32 | 4D | 3D |
| Octal | 350 | 316 | 116 | 0 | 13 | 102 | 11 | 62 | 115 | 75 |
| Binary | 11101000 | 11001110 | 1001110 | 0 | 1011 | 1000010 | 1001 | 110010 | 1001101 | 111101 |
Color Harmonies of #E8CE4E
Complementary color
Monochromatic Colors of #E8CE4E
Black with #E8CE4E
Text Example
Text Example
White with #E8CE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE4E; }
p { color: rgb(232,206,78); }
H1.HeaderClassName
{
color: #E8CE4E;
}
.AnyTagClassName
{
color: #E8CE4E;
}
</style>
background-color css
<style>
a { background-color: #E8CE4E; }
a { background-color: rgb(232,206,78); }
div.DivClassName
{
background-color: #E8CE4E;
}
.BgClassName
{
background-color: #E8CE4E;
}
</style>
border-color css
<style>
span { border-color: #E8CE4E; }
span { border-color: rgb(232,206,78); }
td.TdClassName
{
border-color: #E8CE4E;
}
.TagClassName
{
border-color: #E8CE4E;
}
</style>