Shades of Festival #E8C34A
Tints of Festival #E8C34A
RGB
CMYK
RGB Variations
Color information
#E8C34A (or 0xE8C34A) is known color: Festival. HEX triplet: E8, C3 and 4A. RGB value is (232,195,74). Sum of RGB (Red+Green+Blue) = 232+195+74=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C34A is #173CB5. Grayscale: #C0C0C0. Windows color (decimal): -1522870 or 4899816. OLE color: 4899816.
HSL color Cylindrical-coordinate representation of color #E8C34A: hue angle of 45.95º 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 #E8C34A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 74 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.09 |
| HSL | 45.95º | 0.77% | 0.6% | - |
| HSV(B) | 45.95º | 0.68% | 0.91% | - |
| XYZ | 54.03 | 56.68 | 14.57 | - |
| YUV | 192.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 74 | 0 | 0.16 | 0.68 | 0.09 | 45.95 | 0.77 | 0.6 |
| Hex | E8 | C3 | 4A | 0 | 10 | 44 | 9 | 2E | 4D | 3C |
| Octal | 350 | 303 | 112 | 0 | 20 | 104 | 11 | 56 | 115 | 74 |
| Binary | 11101000 | 11000011 | 1001010 | 0 | 10000 | 1000100 | 1001 | 101110 | 1001101 | 111100 |
Color Harmonies of #E8C34A
Complementary color
Monochromatic Colors of #E8C34A
Black with #E8C34A
Text Example
Text Example
White with #E8C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C34A; }
p { color: rgb(232,195,74); }
H1.HeaderClassName
{
color: #E8C34A;
}
.AnyTagClassName
{
color: #E8C34A;
}
</style>
background-color css
<style>
a { background-color: #E8C34A; }
a { background-color: rgb(232,195,74); }
div.DivClassName
{
background-color: #E8C34A;
}
.BgClassName
{
background-color: #E8C34A;
}
</style>
border-color css
<style>
span { border-color: #E8C34A; }
span { border-color: rgb(232,195,74); }
td.TdClassName
{
border-color: #E8C34A;
}
.TagClassName
{
border-color: #E8C34A;
}
</style>