Shades of Festival #E7CF3F
Tints of Festival #E7CF3F
RGB
CMYK
RGB Variations
Color information
#E7CF3F (or 0xE7CF3F) is known color: Festival. HEX triplet: E7, CF and 3F. RGB value is (231,207,63). Sum of RGB (Red+Green+Blue) = 231+207+63=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF3F is #1830C0. Grayscale: #C6C6C6. Windows color (decimal): -1585345 or 4181991. OLE color: 4181991.
HSL color Cylindrical-coordinate representation of color #E7CF3F: hue angle of 51.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7CF3F is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 63 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.09 |
| HSL | 51.43º | 0.78% | 0.58% | - |
| HSV(B) | 51.43º | 0.73% | 0.91% | - |
| XYZ | 56.17 | 61.97 | 13.7 | - |
| YUV | 197.76 | 51.95 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 63 | 0 | 0.10 | 0.73 | 0.09 | 51.43 | 0.78 | 0.58 |
| Hex | E7 | CF | 3F | 0 | A | 49 | 9 | 33 | 4E | 3A |
| Octal | 347 | 317 | 77 | 0 | 12 | 111 | 11 | 63 | 116 | 72 |
| Binary | 11100111 | 11001111 | 111111 | 0 | 1010 | 1001001 | 1001 | 110011 | 1001110 | 111010 |
Color Harmonies of #E7CF3F
Complementary color
Monochromatic Colors of #E7CF3F
Black with #E7CF3F
Text Example
Text Example
White with #E7CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF3F; }
p { color: rgb(231,207,63); }
H1.HeaderClassName
{
color: #E7CF3F;
}
.AnyTagClassName
{
color: #E7CF3F;
}
</style>
background-color css
<style>
a { background-color: #E7CF3F; }
a { background-color: rgb(231,207,63); }
div.DivClassName
{
background-color: #E7CF3F;
}
.BgClassName
{
background-color: #E7CF3F;
}
</style>
border-color css
<style>
span { border-color: #E7CF3F; }
span { border-color: rgb(231,207,63); }
td.TdClassName
{
border-color: #E7CF3F;
}
.TagClassName
{
border-color: #E7CF3F;
}
</style>