Shades of Festival #E1C852
Tints of Festival #E1C852
RGB
CMYK
RGB Variations
Color information
#E1C852 (or 0xE1C852) is known color: Festival. HEX triplet: E1, C8 and 52. RGB value is (225,200,82). Sum of RGB (Red+Green+Blue) = 225+200+82=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C852 is #1E37AD. Grayscale: #C2C2C2. Windows color (decimal): -1980334 or 5425377. OLE color: 5425377.
HSL color Cylindrical-coordinate representation of color #E1C852: hue angle of 49.51º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1C852 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 82 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.12 |
| HSL | 49.51º | 0.7% | 0.6% | - |
| HSV(B) | 49.51º | 0.64% | 0.88% | - |
| XYZ | 53.23 | 57.93 | 16.36 | - |
| YUV | 194.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 82 | 0 | 0.11 | 0.64 | 0.12 | 49.51 | 0.7 | 0.6 |
| Hex | E1 | C8 | 52 | 0 | B | 40 | C | 32 | 46 | 3C |
| Octal | 341 | 310 | 122 | 0 | 13 | 100 | 14 | 62 | 106 | 74 |
| Binary | 11100001 | 11001000 | 1010010 | 0 | 1011 | 1000000 | 1100 | 110010 | 1000110 | 111100 |
Color Harmonies of #E1C852
Complementary color
Monochromatic Colors of #E1C852
Black with #E1C852
Text Example
Text Example
White with #E1C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C852; }
p { color: rgb(225,200,82); }
H1.HeaderClassName
{
color: #E1C852;
}
.AnyTagClassName
{
color: #E1C852;
}
</style>
background-color css
<style>
a { background-color: #E1C852; }
a { background-color: rgb(225,200,82); }
div.DivClassName
{
background-color: #E1C852;
}
.BgClassName
{
background-color: #E1C852;
}
</style>
border-color css
<style>
span { border-color: #E1C852; }
span { border-color: rgb(225,200,82); }
td.TdClassName
{
border-color: #E1C852;
}
.TagClassName
{
border-color: #E1C852;
}
</style>