Shades of Festival #E7CF45
Tints of Festival #E7CF45
RGB
CMYK
RGB Variations
Color information
#E7CF45 (or 0xE7CF45) is known color: Festival. HEX triplet: E7, CF and 45. RGB value is (231,207,69). Sum of RGB (Red+Green+Blue) = 231+207+69=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF45 is #1830BA. Grayscale: #C7C7C7. Windows color (decimal): -1585339 or 4575207. OLE color: 4575207.
HSL color Cylindrical-coordinate representation of color #E7CF45: hue angle of 51.11º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7CF45 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 69 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.09 |
| HSL | 51.11º | 0.77% | 0.59% | - |
| HSV(B) | 51.11º | 0.7% | 0.91% | - |
| XYZ | 56.34 | 62.04 | 14.64 | - |
| YUV | 198.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 69 | 0 | 0.10 | 0.70 | 0.09 | 51.11 | 0.77 | 0.59 |
| Hex | E7 | CF | 45 | 0 | A | 46 | 9 | 33 | 4D | 3B |
| Octal | 347 | 317 | 105 | 0 | 12 | 106 | 11 | 63 | 115 | 73 |
| Binary | 11100111 | 11001111 | 1000101 | 0 | 1010 | 1000110 | 1001 | 110011 | 1001101 | 111011 |
Color Harmonies of #E7CF45
Complementary color
Monochromatic Colors of #E7CF45
Black with #E7CF45
Text Example
Text Example
White with #E7CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF45; }
p { color: rgb(231,207,69); }
H1.HeaderClassName
{
color: #E7CF45;
}
.AnyTagClassName
{
color: #E7CF45;
}
</style>
background-color css
<style>
a { background-color: #E7CF45; }
a { background-color: rgb(231,207,69); }
div.DivClassName
{
background-color: #E7CF45;
}
.BgClassName
{
background-color: #E7CF45;
}
</style>
border-color css
<style>
span { border-color: #E7CF45; }
span { border-color: rgb(231,207,69); }
td.TdClassName
{
border-color: #E7CF45;
}
.TagClassName
{
border-color: #E7CF45;
}
</style>