Shades of Festival #E7C850
Tints of Festival #E7C850
RGB
CMYK
RGB Variations
Color information
#E7C850 (or 0xE7C850) is known color: Festival. HEX triplet: E7, C8 and 50. RGB value is (231,200,80). Sum of RGB (Red+Green+Blue) = 231+200+80=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C850 is #1837AF. Grayscale: #C4C4C4. Windows color (decimal): -1587120 or 5294311. OLE color: 5294311.
HSL color Cylindrical-coordinate representation of color #E7C850: hue angle of 47.68º 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 #E7C850 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 80 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.09 |
| HSL | 47.68º | 0.76% | 0.61% | - |
| HSV(B) | 47.68º | 0.65% | 0.91% | - |
| XYZ | 55.06 | 58.88 | 16.05 | - |
| YUV | 195.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 80 | 0 | 0.13 | 0.65 | 0.09 | 47.68 | 0.76 | 0.61 |
| Hex | E7 | C8 | 50 | 0 | D | 41 | 9 | 30 | 4C | 3D |
| Octal | 347 | 310 | 120 | 0 | 15 | 101 | 11 | 60 | 114 | 75 |
| Binary | 11100111 | 11001000 | 1010000 | 0 | 1101 | 1000001 | 1001 | 110000 | 1001100 | 111101 |
Color Harmonies of #E7C850
Complementary color
Monochromatic Colors of #E7C850
Black with #E7C850
Text Example
Text Example
White with #E7C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C850; }
p { color: rgb(231,200,80); }
H1.HeaderClassName
{
color: #E7C850;
}
.AnyTagClassName
{
color: #E7C850;
}
</style>
background-color css
<style>
a { background-color: #E7C850; }
a { background-color: rgb(231,200,80); }
div.DivClassName
{
background-color: #E7C850;
}
.BgClassName
{
background-color: #E7C850;
}
</style>
border-color css
<style>
span { border-color: #E7C850; }
span { border-color: rgb(231,200,80); }
td.TdClassName
{
border-color: #E7C850;
}
.TagClassName
{
border-color: #E7C850;
}
</style>