Shades of Festival #E8CE4A
Tints of Festival #E8CE4A
RGB
CMYK
RGB Variations
Color information
#E8CE4A (or 0xE8CE4A) is known color: Festival. HEX triplet: E8, CE and 4A. RGB value is (232,206,74). Sum of RGB (Red+Green+Blue) = 232+206+74=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CE4A is #1731B5. Grayscale: #C7C7C7. Windows color (decimal): -1520054 or 4902632. OLE color: 4902632.
HSL color Cylindrical-coordinate representation of color #E8CE4A: hue angle of 50.13º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8CE4A is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 74 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.09 |
| HSL | 50.13º | 0.77% | 0.6% | - |
| HSV(B) | 50.13º | 0.68% | 0.91% | - |
| XYZ | 56.59 | 61.79 | 15.42 | - |
| YUV | 198.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 74 | 0 | 0.11 | 0.68 | 0.09 | 50.13 | 0.77 | 0.6 |
| Hex | E8 | CE | 4A | 0 | B | 44 | 9 | 32 | 4D | 3C |
| Octal | 350 | 316 | 112 | 0 | 13 | 104 | 11 | 62 | 115 | 74 |
| Binary | 11101000 | 11001110 | 1001010 | 0 | 1011 | 1000100 | 1001 | 110010 | 1001101 | 111100 |
Color Harmonies of #E8CE4A
Complementary color
Monochromatic Colors of #E8CE4A
Black with #E8CE4A
Text Example
Text Example
White with #E8CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CE4A; }
p { color: rgb(232,206,74); }
H1.HeaderClassName
{
color: #E8CE4A;
}
.AnyTagClassName
{
color: #E8CE4A;
}
</style>
background-color css
<style>
a { background-color: #E8CE4A; }
a { background-color: rgb(232,206,74); }
div.DivClassName
{
background-color: #E8CE4A;
}
.BgClassName
{
background-color: #E8CE4A;
}
</style>
border-color css
<style>
span { border-color: #E8CE4A; }
span { border-color: rgb(232,206,74); }
td.TdClassName
{
border-color: #E8CE4A;
}
.TagClassName
{
border-color: #E8CE4A;
}
</style>