Shades of Festival #E7CA57
Tints of Festival #E7CA57
RGB
CMYK
RGB Variations
Color information
#E7CA57 (or 0xE7CA57) is known color: Festival. HEX triplet: E7, CA and 57. RGB value is (231,202,87). Sum of RGB (Red+Green+Blue) = 231+202+87=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA57 is #1835A8. Grayscale: #C6C6C6. Windows color (decimal): -1586601 or 5753575. OLE color: 5753575.
HSL color Cylindrical-coordinate representation of color #E7CA57: hue angle of 47.92º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7CA57 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 87 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.09 |
| HSL | 47.92º | 0.75% | 0.62% | - |
| HSV(B) | 47.92º | 0.62% | 0.91% | - |
| XYZ | 55.8 | 59.92 | 17.64 | - |
| YUV | 197.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 87 | 0 | 0.13 | 0.62 | 0.09 | 47.92 | 0.75 | 0.62 |
| Hex | E7 | CA | 57 | 0 | D | 3E | 9 | 30 | 4B | 3E |
| Octal | 347 | 312 | 127 | 0 | 15 | 76 | 11 | 60 | 113 | 76 |
| Binary | 11100111 | 11001010 | 1010111 | 0 | 1101 | 111110 | 1001 | 110000 | 1001011 | 111110 |
Color Harmonies of #E7CA57
Complementary color
Monochromatic Colors of #E7CA57
Black with #E7CA57
Text Example
Text Example
White with #E7CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA57; }
p { color: rgb(231,202,87); }
H1.HeaderClassName
{
color: #E7CA57;
}
.AnyTagClassName
{
color: #E7CA57;
}
</style>
background-color css
<style>
a { background-color: #E7CA57; }
a { background-color: rgb(231,202,87); }
div.DivClassName
{
background-color: #E7CA57;
}
.BgClassName
{
background-color: #E7CA57;
}
</style>
border-color css
<style>
span { border-color: #E7CA57; }
span { border-color: rgb(231,202,87); }
td.TdClassName
{
border-color: #E7CA57;
}
.TagClassName
{
border-color: #E7CA57;
}
</style>