Shades of Festival #E7CA50
Tints of Festival #E7CA50
RGB
CMYK
RGB Variations
Color information
#E7CA50 (or 0xE7CA50) is known color: Festival. HEX triplet: E7, CA and 50. RGB value is (231,202,80). Sum of RGB (Red+Green+Blue) = 231+202+80=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA50 is #1835AF. Grayscale: #C5C5C5. Windows color (decimal): -1586608 or 5294823. OLE color: 5294823.
HSL color Cylindrical-coordinate representation of color #E7CA50: hue angle of 48.48º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7CA50 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 80 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.09 |
| HSL | 48.48º | 0.76% | 0.61% | - |
| HSV(B) | 48.48º | 0.65% | 0.91% | - |
| XYZ | 55.52 | 59.81 | 16.21 | - |
| YUV | 196.76 | 62.11 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 80 | 0 | 0.13 | 0.65 | 0.09 | 48.48 | 0.76 | 0.61 |
| Hex | E7 | CA | 50 | 0 | D | 41 | 9 | 30 | 4C | 3D |
| Octal | 347 | 312 | 120 | 0 | 15 | 101 | 11 | 60 | 114 | 75 |
| Binary | 11100111 | 11001010 | 1010000 | 0 | 1101 | 1000001 | 1001 | 110000 | 1001100 | 111101 |
Color Harmonies of #E7CA50
Complementary color
Monochromatic Colors of #E7CA50
Black with #E7CA50
Text Example
Text Example
White with #E7CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA50; }
p { color: rgb(231,202,80); }
H1.HeaderClassName
{
color: #E7CA50;
}
.AnyTagClassName
{
color: #E7CA50;
}
</style>
background-color css
<style>
a { background-color: #E7CA50; }
a { background-color: rgb(231,202,80); }
div.DivClassName
{
background-color: #E7CA50;
}
.BgClassName
{
background-color: #E7CA50;
}
</style>
border-color css
<style>
span { border-color: #E7CA50; }
span { border-color: rgb(231,202,80); }
td.TdClassName
{
border-color: #E7CA50;
}
.TagClassName
{
border-color: #E7CA50;
}
</style>