Shades of Festival #E7CA55
Tints of Festival #E7CA55
RGB
CMYK
RGB Variations
Color information
#E7CA55 (or 0xE7CA55) is known color: Festival. HEX triplet: E7, CA and 55. RGB value is (231,202,85). Sum of RGB (Red+Green+Blue) = 231+202+85=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA55 is #1835AA. Grayscale: #C5C5C5. Windows color (decimal): -1586603 or 5622503. OLE color: 5622503.
HSL color Cylindrical-coordinate representation of color #E7CA55: hue angle of 48.08º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7CA55 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 85 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.09 |
| HSL | 48.08º | 0.75% | 0.62% | - |
| HSV(B) | 48.08º | 0.63% | 0.91% | - |
| XYZ | 55.72 | 59.89 | 17.22 | - |
| YUV | 197.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 85 | 0 | 0.13 | 0.63 | 0.09 | 48.08 | 0.75 | 0.62 |
| Hex | E7 | CA | 55 | 0 | D | 3F | 9 | 30 | 4B | 3E |
| Octal | 347 | 312 | 125 | 0 | 15 | 77 | 11 | 60 | 113 | 76 |
| Binary | 11100111 | 11001010 | 1010101 | 0 | 1101 | 111111 | 1001 | 110000 | 1001011 | 111110 |
Color Harmonies of #E7CA55
Complementary color
Monochromatic Colors of #E7CA55
Black with #E7CA55
Text Example
Text Example
White with #E7CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA55; }
p { color: rgb(231,202,85); }
H1.HeaderClassName
{
color: #E7CA55;
}
.AnyTagClassName
{
color: #E7CA55;
}
</style>
background-color css
<style>
a { background-color: #E7CA55; }
a { background-color: rgb(231,202,85); }
div.DivClassName
{
background-color: #E7CA55;
}
.BgClassName
{
background-color: #E7CA55;
}
</style>
border-color css
<style>
span { border-color: #E7CA55; }
span { border-color: rgb(231,202,85); }
td.TdClassName
{
border-color: #E7CA55;
}
.TagClassName
{
border-color: #E7CA55;
}
</style>