Shades of Festival #E7CA40
Tints of Festival #E7CA40
RGB
CMYK
RGB Variations
Color information
#E7CA40 (or 0xE7CA40) is known color: Festival. HEX triplet: E7, CA and 40. RGB value is (231,202,64). Sum of RGB (Red+Green+Blue) = 231+202+64=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CA40 is #1835BF. Grayscale: #C3C3C3. Windows color (decimal): -1586624 or 4246247. OLE color: 4246247.
HSL color Cylindrical-coordinate representation of color #E7CA40: hue angle of 49.58º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7CA40 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 64 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.09 |
| HSL | 49.58º | 0.78% | 0.58% | - |
| HSV(B) | 49.58º | 0.72% | 0.91% | - |
| XYZ | 55 | 59.6 | 13.46 | - |
| YUV | 194.94 | 54.11 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 64 | 0 | 0.13 | 0.72 | 0.09 | 49.58 | 0.78 | 0.58 |
| Hex | E7 | CA | 40 | 0 | D | 48 | 9 | 32 | 4E | 3A |
| Octal | 347 | 312 | 100 | 0 | 15 | 110 | 11 | 62 | 116 | 72 |
| Binary | 11100111 | 11001010 | 1000000 | 0 | 1101 | 1001000 | 1001 | 110010 | 1001110 | 111010 |
Color Harmonies of #E7CA40
Complementary color
Monochromatic Colors of #E7CA40
Black with #E7CA40
Text Example
Text Example
White with #E7CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA40; }
p { color: rgb(231,202,64); }
H1.HeaderClassName
{
color: #E7CA40;
}
.AnyTagClassName
{
color: #E7CA40;
}
</style>
background-color css
<style>
a { background-color: #E7CA40; }
a { background-color: rgb(231,202,64); }
div.DivClassName
{
background-color: #E7CA40;
}
.BgClassName
{
background-color: #E7CA40;
}
</style>
border-color css
<style>
span { border-color: #E7CA40; }
span { border-color: rgb(231,202,64); }
td.TdClassName
{
border-color: #E7CA40;
}
.TagClassName
{
border-color: #E7CA40;
}
</style>