Shades of Festival #E7CC55
Tints of Festival #E7CC55
RGB
CMYK
RGB Variations
Color information
#E7CC55 (or 0xE7CC55) is known color: Festival. HEX triplet: E7, CC and 55. RGB value is (231,204,85). Sum of RGB (Red+Green+Blue) = 231+204+85=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CC55 is #1833AA. Grayscale: #C7C7C7. Windows color (decimal): -1586091 or 5623015. OLE color: 5623015.
HSL color Cylindrical-coordinate representation of color #E7CC55: hue angle of 48.9º 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 #E7CC55 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 85 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.09 |
| HSL | 48.9º | 0.75% | 0.62% | - |
| HSV(B) | 48.9º | 0.63% | 0.91% | - |
| XYZ | 56.19 | 60.83 | 17.37 | - |
| YUV | 198.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 85 | 0 | 0.12 | 0.63 | 0.09 | 48.9 | 0.75 | 0.62 |
| Hex | E7 | CC | 55 | 0 | C | 3F | 9 | 31 | 4B | 3E |
| Octal | 347 | 314 | 125 | 0 | 14 | 77 | 11 | 61 | 113 | 76 |
| Binary | 11100111 | 11001100 | 1010101 | 0 | 1100 | 111111 | 1001 | 110001 | 1001011 | 111110 |
Color Harmonies of #E7CC55
Complementary color
Monochromatic Colors of #E7CC55
Black with #E7CC55
Text Example
Text Example
White with #E7CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CC55; }
p { color: rgb(231,204,85); }
H1.HeaderClassName
{
color: #E7CC55;
}
.AnyTagClassName
{
color: #E7CC55;
}
</style>
background-color css
<style>
a { background-color: #E7CC55; }
a { background-color: rgb(231,204,85); }
div.DivClassName
{
background-color: #E7CC55;
}
.BgClassName
{
background-color: #E7CC55;
}
</style>
border-color css
<style>
span { border-color: #E7CC55; }
span { border-color: rgb(231,204,85); }
td.TdClassName
{
border-color: #E7CC55;
}
.TagClassName
{
border-color: #E7CC55;
}
</style>