Shades of Festival #E8CF3F
Tints of Festival #E8CF3F
RGB
CMYK
RGB Variations
Color information
#E8CF3F (or 0xE8CF3F) is known color: Festival. HEX triplet: E8, CF and 3F. RGB value is (232,207,63). Sum of RGB (Red+Green+Blue) = 232+207+63=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CF3F is #1730C0. Grayscale: #C6C6C6. Windows color (decimal): -1519809 or 4181992. OLE color: 4181992.
HSL color Cylindrical-coordinate representation of color #E8CF3F: hue angle of 51.12º degrees, saturation: 0.79, 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 #E8CF3F is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 63 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.09 |
| HSL | 51.12º | 0.79% | 0.58% | - |
| HSV(B) | 51.12º | 0.73% | 0.91% | - |
| XYZ | 56.49 | 62.14 | 13.72 | - |
| YUV | 198.06 | 51.78 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 63 | 0 | 0.11 | 0.73 | 0.09 | 51.12 | 0.79 | 0.58 |
| Hex | E8 | CF | 3F | 0 | B | 49 | 9 | 33 | 4F | 3A |
| Octal | 350 | 317 | 77 | 0 | 13 | 111 | 11 | 63 | 117 | 72 |
| Binary | 11101000 | 11001111 | 111111 | 0 | 1011 | 1001001 | 1001 | 110011 | 1001111 | 111010 |
Color Harmonies of #E8CF3F
Complementary color
Monochromatic Colors of #E8CF3F
Black with #E8CF3F
Text Example
Text Example
White with #E8CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CF3F; }
p { color: rgb(232,207,63); }
H1.HeaderClassName
{
color: #E8CF3F;
}
.AnyTagClassName
{
color: #E8CF3F;
}
</style>
background-color css
<style>
a { background-color: #E8CF3F; }
a { background-color: rgb(232,207,63); }
div.DivClassName
{
background-color: #E8CF3F;
}
.BgClassName
{
background-color: #E8CF3F;
}
</style>
border-color css
<style>
span { border-color: #E8CF3F; }
span { border-color: rgb(232,207,63); }
td.TdClassName
{
border-color: #E8CF3F;
}
.TagClassName
{
border-color: #E8CF3F;
}
</style>