Shades of Festival #E2CA4D
Tints of Festival #E2CA4D
RGB
CMYK
RGB Variations
Color information
#E2CA4D (or 0xE2CA4D) is known color: Festival. HEX triplet: E2, CA and 4D. RGB value is (226,202,77). Sum of RGB (Red+Green+Blue) = 226+202+77=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA4D is #1D35B2. Grayscale: #C3C3C3. Windows color (decimal): -1914291 or 5098210. OLE color: 5098210.
HSL color Cylindrical-coordinate representation of color #E2CA4D: hue angle of 50.34º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2CA4D is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 77 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.11 |
| HSL | 50.34º | 0.72% | 0.59% | - |
| HSV(B) | 50.34º | 0.66% | 0.89% | - |
| XYZ | 53.82 | 58.95 | 15.56 | - |
| YUV | 194.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 77 | 0 | 0.11 | 0.66 | 0.11 | 50.34 | 0.72 | 0.59 |
| Hex | E2 | CA | 4D | 0 | B | 42 | B | 32 | 48 | 3B |
| Octal | 342 | 312 | 115 | 0 | 13 | 102 | 13 | 62 | 110 | 73 |
| Binary | 11100010 | 11001010 | 1001101 | 0 | 1011 | 1000010 | 1011 | 110010 | 1001000 | 111011 |
Color Harmonies of #E2CA4D
Complementary color
Monochromatic Colors of #E2CA4D
Black with #E2CA4D
Text Example
Text Example
White with #E2CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA4D; }
p { color: rgb(226,202,77); }
H1.HeaderClassName
{
color: #E2CA4D;
}
.AnyTagClassName
{
color: #E2CA4D;
}
</style>
background-color css
<style>
a { background-color: #E2CA4D; }
a { background-color: rgb(226,202,77); }
div.DivClassName
{
background-color: #E2CA4D;
}
.BgClassName
{
background-color: #E2CA4D;
}
</style>
border-color css
<style>
span { border-color: #E2CA4D; }
span { border-color: rgb(226,202,77); }
td.TdClassName
{
border-color: #E2CA4D;
}
.TagClassName
{
border-color: #E2CA4D;
}
</style>