Shades of Festival #E4C948
Tints of Festival #E4C948
RGB
CMYK
RGB Variations
Color information
#E4C948 (or 0xE4C948) is known color: Festival. HEX triplet: E4, C9 and 48. RGB value is (228,201,72). Sum of RGB (Red+Green+Blue) = 228+201+72=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C948 is #1B36B7. Grayscale: #C2C2C2. Windows color (decimal): -1783480 or 4770276. OLE color: 4770276.
HSL color Cylindrical-coordinate representation of color #E4C948: hue angle of 49.62º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4C948 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 201 | 72 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.11 |
| HSL | 49.62º | 0.74% | 0.59% | - |
| HSV(B) | 49.62º | 0.68% | 0.89% | - |
| XYZ | 54.05 | 58.74 | 14.62 | - |
| YUV | 194.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 201 | 72 | 0 | 0.12 | 0.68 | 0.11 | 49.62 | 0.74 | 0.59 |
| Hex | E4 | C9 | 48 | 0 | C | 44 | B | 32 | 4A | 3B |
| Octal | 344 | 311 | 110 | 0 | 14 | 104 | 13 | 62 | 112 | 73 |
| Binary | 11100100 | 11001001 | 1001000 | 0 | 1100 | 1000100 | 1011 | 110010 | 1001010 | 111011 |
Color Harmonies of #E4C948
Complementary color
Monochromatic Colors of #E4C948
Black with #E4C948
Text Example
Text Example
White with #E4C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C948; }
p { color: rgb(228,201,72); }
H1.HeaderClassName
{
color: #E4C948;
}
.AnyTagClassName
{
color: #E4C948;
}
</style>
background-color css
<style>
a { background-color: #E4C948; }
a { background-color: rgb(228,201,72); }
div.DivClassName
{
background-color: #E4C948;
}
.BgClassName
{
background-color: #E4C948;
}
</style>
border-color css
<style>
span { border-color: #E4C948; }
span { border-color: rgb(228,201,72); }
td.TdClassName
{
border-color: #E4C948;
}
.TagClassName
{
border-color: #E4C948;
}
</style>