Shades of Festival #E7C750
Tints of Festival #E7C750
RGB
CMYK
RGB Variations
Color information
#E7C750 (or 0xE7C750) is known color: Festival. HEX triplet: E7, C7 and 50. RGB value is (231,199,80). Sum of RGB (Red+Green+Blue) = 231+199+80=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C750 is #1838AF. Grayscale: #C3C3C3. Windows color (decimal): -1587376 or 5294055. OLE color: 5294055.
HSL color Cylindrical-coordinate representation of color #E7C750: hue angle of 47.28º 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 #E7C750 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 80 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.09 |
| HSL | 47.28º | 0.76% | 0.61% | - |
| HSV(B) | 47.28º | 0.65% | 0.91% | - |
| XYZ | 54.83 | 58.41 | 15.97 | - |
| YUV | 195 | 63.1 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 80 | 0 | 0.14 | 0.65 | 0.09 | 47.28 | 0.76 | 0.61 |
| Hex | E7 | C7 | 50 | 0 | E | 41 | 9 | 2F | 4C | 3D |
| Octal | 347 | 307 | 120 | 0 | 16 | 101 | 11 | 57 | 114 | 75 |
| Binary | 11100111 | 11000111 | 1010000 | 0 | 1110 | 1000001 | 1001 | 101111 | 1001100 | 111101 |
Color Harmonies of #E7C750
Complementary color
Monochromatic Colors of #E7C750
Black with #E7C750
Text Example
Text Example
White with #E7C750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C750; }
p { color: rgb(231,199,80); }
H1.HeaderClassName
{
color: #E7C750;
}
.AnyTagClassName
{
color: #E7C750;
}
</style>
background-color css
<style>
a { background-color: #E7C750; }
a { background-color: rgb(231,199,80); }
div.DivClassName
{
background-color: #E7C750;
}
.BgClassName
{
background-color: #E7C750;
}
</style>
border-color css
<style>
span { border-color: #E7C750; }
span { border-color: rgb(231,199,80); }
td.TdClassName
{
border-color: #E7C750;
}
.TagClassName
{
border-color: #E7C750;
}
</style>