Shades of Festival #E7CA44
Tints of Festival #E7CA44
RGB
CMYK
RGB Variations
Color information
#E7CA44 (or 0xE7CA44) is known color: Festival. HEX triplet: E7, CA and 44. RGB value is (231,202,68). Sum of RGB (Red+Green+Blue) = 231+202+68=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CA44 is #1835BB. Grayscale: #C3C3C3. Windows color (decimal): -1586620 or 4508391. OLE color: 4508391.
HSL color Cylindrical-coordinate representation of color #E7CA44: hue angle of 49.33º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7CA44 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 68 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.09 |
| HSL | 49.33º | 0.77% | 0.59% | - |
| HSV(B) | 49.33º | 0.71% | 0.91% | - |
| XYZ | 55.12 | 59.65 | 14.08 | - |
| YUV | 195.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 68 | 0 | 0.13 | 0.71 | 0.09 | 49.33 | 0.77 | 0.59 |
| Hex | E7 | CA | 44 | 0 | D | 47 | 9 | 31 | 4D | 3B |
| Octal | 347 | 312 | 104 | 0 | 15 | 107 | 11 | 61 | 115 | 73 |
| Binary | 11100111 | 11001010 | 1000100 | 0 | 1101 | 1000111 | 1001 | 110001 | 1001101 | 111011 |
Color Harmonies of #E7CA44
Complementary color
Monochromatic Colors of #E7CA44
Black with #E7CA44
Text Example
Text Example
White with #E7CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA44; }
p { color: rgb(231,202,68); }
H1.HeaderClassName
{
color: #E7CA44;
}
.AnyTagClassName
{
color: #E7CA44;
}
</style>
background-color css
<style>
a { background-color: #E7CA44; }
a { background-color: rgb(231,202,68); }
div.DivClassName
{
background-color: #E7CA44;
}
.BgClassName
{
background-color: #E7CA44;
}
</style>
border-color css
<style>
span { border-color: #E7CA44; }
span { border-color: rgb(231,202,68); }
td.TdClassName
{
border-color: #E7CA44;
}
.TagClassName
{
border-color: #E7CA44;
}
</style>