Shades of Festival #E8C54B
Tints of Festival #E8C54B
RGB
CMYK
RGB Variations
Color information
#E8C54B (or 0xE8C54B) is known color: Festival. HEX triplet: E8, C5 and 4B. RGB value is (232,197,75). Sum of RGB (Red+Green+Blue) = 232+197+75=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C54B is #173AB4. Grayscale: #C2C2C2. Windows color (decimal): -1522357 or 4965864. OLE color: 4965864.
HSL color Cylindrical-coordinate representation of color #E8C54B: hue angle of 46.62º 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 #E8C54B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 75 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.09 |
| HSL | 46.62º | 0.77% | 0.6% | - |
| HSV(B) | 46.62º | 0.68% | 0.91% | - |
| XYZ | 54.51 | 57.6 | 14.9 | - |
| YUV | 193.56 | 61.1 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 75 | 0 | 0.15 | 0.68 | 0.09 | 46.62 | 0.77 | 0.6 |
| Hex | E8 | C5 | 4B | 0 | F | 44 | 9 | 2F | 4D | 3C |
| Octal | 350 | 305 | 113 | 0 | 17 | 104 | 11 | 57 | 115 | 74 |
| Binary | 11101000 | 11000101 | 1001011 | 0 | 1111 | 1000100 | 1001 | 101111 | 1001101 | 111100 |
Color Harmonies of #E8C54B
Complementary color
Monochromatic Colors of #E8C54B
Black with #E8C54B
Text Example
Text Example
White with #E8C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C54B; }
p { color: rgb(232,197,75); }
H1.HeaderClassName
{
color: #E8C54B;
}
.AnyTagClassName
{
color: #E8C54B;
}
</style>
background-color css
<style>
a { background-color: #E8C54B; }
a { background-color: rgb(232,197,75); }
div.DivClassName
{
background-color: #E8C54B;
}
.BgClassName
{
background-color: #E8C54B;
}
</style>
border-color css
<style>
span { border-color: #E8C54B; }
span { border-color: rgb(232,197,75); }
td.TdClassName
{
border-color: #E8C54B;
}
.TagClassName
{
border-color: #E8C54B;
}
</style>