Shades of Festival #E5C84A
Tints of Festival #E5C84A
RGB
CMYK
RGB Variations
Color information
#E5C84A (or 0xE5C84A) is known color: Festival. HEX triplet: E5, C8 and 4A. RGB value is (229,200,74). Sum of RGB (Red+Green+Blue) = 229+200+74=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C84A is #1A37B5. Grayscale: #C2C2C2. Windows color (decimal): -1718198 or 4901093. OLE color: 4901093.
HSL color Cylindrical-coordinate representation of color #E5C84A: hue angle of 48.77º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5C84A is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 74 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.10 |
| HSL | 48.77º | 0.75% | 0.59% | - |
| HSV(B) | 48.77º | 0.68% | 0.9% | - |
| XYZ | 54.2 | 58.46 | 14.91 | - |
| YUV | 194.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 74 | 0 | 0.13 | 0.68 | 0.10 | 48.77 | 0.75 | 0.59 |
| Hex | E5 | C8 | 4A | 0 | D | 44 | A | 31 | 4B | 3B |
| Octal | 345 | 310 | 112 | 0 | 15 | 104 | 12 | 61 | 113 | 73 |
| Binary | 11100101 | 11001000 | 1001010 | 0 | 1101 | 1000100 | 1010 | 110001 | 1001011 | 111011 |
Color Harmonies of #E5C84A
Complementary color
Monochromatic Colors of #E5C84A
Black with #E5C84A
Text Example
Text Example
White with #E5C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C84A; }
p { color: rgb(229,200,74); }
H1.HeaderClassName
{
color: #E5C84A;
}
.AnyTagClassName
{
color: #E5C84A;
}
</style>
background-color css
<style>
a { background-color: #E5C84A; }
a { background-color: rgb(229,200,74); }
div.DivClassName
{
background-color: #E5C84A;
}
.BgClassName
{
background-color: #E5C84A;
}
</style>
border-color css
<style>
span { border-color: #E5C84A; }
span { border-color: rgb(229,200,74); }
td.TdClassName
{
border-color: #E5C84A;
}
.TagClassName
{
border-color: #E5C84A;
}
</style>