Shades of Festival #E4CF51
Tints of Festival #E4CF51
RGB
CMYK
RGB Variations
Color information
#E4CF51 (or 0xE4CF51) is known color: Festival. HEX triplet: E4, CF and 51. RGB value is (228,207,81). Sum of RGB (Red+Green+Blue) = 228+207+81=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4CF51 is #1B30AE. Grayscale: #C7C7C7. Windows color (decimal): -1781935 or 5361636. OLE color: 5361636.
HSL color Cylindrical-coordinate representation of color #E4CF51: hue angle of 51.43º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E4CF51 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 207 | 81 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.11 |
| HSL | 51.43º | 0.73% | 0.61% | - |
| HSV(B) | 51.43º | 0.64% | 0.89% | - |
| XYZ | 55.79 | 61.71 | 16.76 | - |
| YUV | 198.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 81 | 0 | 0.09 | 0.64 | 0.11 | 51.43 | 0.73 | 0.61 |
| Hex | E4 | CF | 51 | 0 | 9 | 40 | B | 33 | 49 | 3D |
| Octal | 344 | 317 | 121 | 0 | 11 | 100 | 13 | 63 | 111 | 75 |
| Binary | 11100100 | 11001111 | 1010001 | 0 | 1001 | 1000000 | 1011 | 110011 | 1001001 | 111101 |
Color Harmonies of #E4CF51
Complementary color
Monochromatic Colors of #E4CF51
Black with #E4CF51
Text Example
Text Example
White with #E4CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CF51; }
p { color: rgb(228,207,81); }
H1.HeaderClassName
{
color: #E4CF51;
}
.AnyTagClassName
{
color: #E4CF51;
}
</style>
background-color css
<style>
a { background-color: #E4CF51; }
a { background-color: rgb(228,207,81); }
div.DivClassName
{
background-color: #E4CF51;
}
.BgClassName
{
background-color: #E4CF51;
}
</style>
border-color css
<style>
span { border-color: #E4CF51; }
span { border-color: rgb(228,207,81); }
td.TdClassName
{
border-color: #E4CF51;
}
.TagClassName
{
border-color: #E4CF51;
}
</style>