Shades of Festival #E7C950
Tints of Festival #E7C950
RGB
CMYK
RGB Variations
Color information
#E7C950 (or 0xE7C950) is known color: Festival. HEX triplet: E7, C9 and 50. RGB value is (231,201,80). Sum of RGB (Red+Green+Blue) = 231+201+80=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C950 is #1836AF. Grayscale: #C4C4C4. Windows color (decimal): -1586864 or 5294567. OLE color: 5294567.
HSL color Cylindrical-coordinate representation of color #E7C950: hue angle of 48.08º 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 #E7C950 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 80 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.09 |
| HSL | 48.08º | 0.76% | 0.61% | - |
| HSV(B) | 48.08º | 0.65% | 0.91% | - |
| XYZ | 55.29 | 59.34 | 16.13 | - |
| YUV | 196.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 80 | 0 | 0.13 | 0.65 | 0.09 | 48.08 | 0.76 | 0.61 |
| Hex | E7 | C9 | 50 | 0 | D | 41 | 9 | 30 | 4C | 3D |
| Octal | 347 | 311 | 120 | 0 | 15 | 101 | 11 | 60 | 114 | 75 |
| Binary | 11100111 | 11001001 | 1010000 | 0 | 1101 | 1000001 | 1001 | 110000 | 1001100 | 111101 |
Color Harmonies of #E7C950
Complementary color
Monochromatic Colors of #E7C950
Black with #E7C950
Text Example
Text Example
White with #E7C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C950; }
p { color: rgb(231,201,80); }
H1.HeaderClassName
{
color: #E7C950;
}
.AnyTagClassName
{
color: #E7C950;
}
</style>
background-color css
<style>
a { background-color: #E7C950; }
a { background-color: rgb(231,201,80); }
div.DivClassName
{
background-color: #E7C950;
}
.BgClassName
{
background-color: #E7C950;
}
</style>
border-color css
<style>
span { border-color: #E7C950; }
span { border-color: rgb(231,201,80); }
td.TdClassName
{
border-color: #E7C950;
}
.TagClassName
{
border-color: #E7C950;
}
</style>