Shades of Festival #E5C44C
Tints of Festival #E5C44C
RGB
CMYK
RGB Variations
Color information
#E5C44C (or 0xE5C44C) is known color: Festival. HEX triplet: E5, C4 and 4C. RGB value is (229,196,76). Sum of RGB (Red+Green+Blue) = 229+196+76=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C44C is #1A3BB3. Grayscale: #C0C0C0. Windows color (decimal): -1719220 or 5031141. OLE color: 5031141.
HSL color Cylindrical-coordinate representation of color #E5C44C: hue angle of 47.06º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5C44C is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 76 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.10 |
| HSL | 47.06º | 0.75% | 0.6% | - |
| HSV(B) | 47.06º | 0.67% | 0.9% | - |
| XYZ | 53.36 | 56.66 | 14.96 | - |
| YUV | 192.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 76 | 0 | 0.14 | 0.67 | 0.10 | 47.06 | 0.75 | 0.6 |
| Hex | E5 | C4 | 4C | 0 | E | 43 | A | 2F | 4B | 3C |
| Octal | 345 | 304 | 114 | 0 | 16 | 103 | 12 | 57 | 113 | 74 |
| Binary | 11100101 | 11000100 | 1001100 | 0 | 1110 | 1000011 | 1010 | 101111 | 1001011 | 111100 |
Color Harmonies of #E5C44C
Complementary color
Monochromatic Colors of #E5C44C
Black with #E5C44C
Text Example
Text Example
White with #E5C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C44C; }
p { color: rgb(229,196,76); }
H1.HeaderClassName
{
color: #E5C44C;
}
.AnyTagClassName
{
color: #E5C44C;
}
</style>
background-color css
<style>
a { background-color: #E5C44C; }
a { background-color: rgb(229,196,76); }
div.DivClassName
{
background-color: #E5C44C;
}
.BgClassName
{
background-color: #E5C44C;
}
</style>
border-color css
<style>
span { border-color: #E5C44C; }
span { border-color: rgb(229,196,76); }
td.TdClassName
{
border-color: #E5C44C;
}
.TagClassName
{
border-color: #E5C44C;
}
</style>