Shades of Festival #E3C851
Tints of Festival #E3C851
RGB
CMYK
RGB Variations
Color information
#E3C851 (or 0xE3C851) is known color: Festival. HEX triplet: E3, C8 and 51. RGB value is (227,200,81). Sum of RGB (Red+Green+Blue) = 227+200+81=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C851 is #1C37AE. Grayscale: #C3C3C3. Windows color (decimal): -1849263 or 5359843. OLE color: 5359843.
HSL color Cylindrical-coordinate representation of color #E3C851: hue angle of 48.9º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3C851 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 81 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.11 |
| HSL | 48.9º | 0.72% | 0.6% | - |
| HSV(B) | 48.9º | 0.64% | 0.89% | - |
| XYZ | 53.82 | 58.23 | 16.19 | - |
| YUV | 194.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 81 | 0 | 0.12 | 0.64 | 0.11 | 48.9 | 0.72 | 0.6 |
| Hex | E3 | C8 | 51 | 0 | C | 40 | B | 31 | 48 | 3C |
| Octal | 343 | 310 | 121 | 0 | 14 | 100 | 13 | 61 | 110 | 74 |
| Binary | 11100011 | 11001000 | 1010001 | 0 | 1100 | 1000000 | 1011 | 110001 | 1001000 | 111100 |
Color Harmonies of #E3C851
Complementary color
Monochromatic Colors of #E3C851
Black with #E3C851
Text Example
Text Example
White with #E3C851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C851; }
p { color: rgb(227,200,81); }
H1.HeaderClassName
{
color: #E3C851;
}
.AnyTagClassName
{
color: #E3C851;
}
</style>
background-color css
<style>
a { background-color: #E3C851; }
a { background-color: rgb(227,200,81); }
div.DivClassName
{
background-color: #E3C851;
}
.BgClassName
{
background-color: #E3C851;
}
</style>
border-color css
<style>
span { border-color: #E3C851; }
span { border-color: rgb(227,200,81); }
td.TdClassName
{
border-color: #E3C851;
}
.TagClassName
{
border-color: #E3C851;
}
</style>