Shades of Festival #E7BF41
Tints of Festival #E7BF41
RGB
CMYK
RGB Variations
Color information
#E7BF41 (or 0xE7BF41) is known color: Festival. HEX triplet: E7, BF and 41. RGB value is (231,191,65). Sum of RGB (Red+Green+Blue) = 231+191+65=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BF41 is #1840BE. Grayscale: #BDBDBD. Windows color (decimal): -1589439 or 4308967. OLE color: 4308967.
HSL color Cylindrical-coordinate representation of color #E7BF41: hue angle of 45.54º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7BF41 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 65 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.09 |
| HSL | 45.54º | 0.78% | 0.58% | - |
| HSV(B) | 45.54º | 0.72% | 0.91% | - |
| XYZ | 52.54 | 54.63 | 12.78 | - |
| YUV | 188.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 65 | 0 | 0.17 | 0.72 | 0.09 | 45.54 | 0.78 | 0.58 |
| Hex | E7 | BF | 41 | 0 | 11 | 48 | 9 | 2E | 4E | 3A |
| Octal | 347 | 277 | 101 | 0 | 21 | 110 | 11 | 56 | 116 | 72 |
| Binary | 11100111 | 10111111 | 1000001 | 0 | 10001 | 1001000 | 1001 | 101110 | 1001110 | 111010 |
Color Harmonies of #E7BF41
Complementary color
Monochromatic Colors of #E7BF41
Black with #E7BF41
Text Example
Text Example
White with #E7BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF41; }
p { color: rgb(231,191,65); }
H1.HeaderClassName
{
color: #E7BF41;
}
.AnyTagClassName
{
color: #E7BF41;
}
</style>
background-color css
<style>
a { background-color: #E7BF41; }
a { background-color: rgb(231,191,65); }
div.DivClassName
{
background-color: #E7BF41;
}
.BgClassName
{
background-color: #E7BF41;
}
</style>
border-color css
<style>
span { border-color: #E7BF41; }
span { border-color: rgb(231,191,65); }
td.TdClassName
{
border-color: #E7BF41;
}
.TagClassName
{
border-color: #E7BF41;
}
</style>