Shades of Festival #E6C64A
Tints of Festival #E6C64A
RGB
CMYK
RGB Variations
Color information
#E6C64A (or 0xE6C64A) is known color: Festival. HEX triplet: E6, C6 and 4A. RGB value is (230,198,74). Sum of RGB (Red+Green+Blue) = 230+198+74=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C64A is #1939B5. Grayscale: #C1C1C1. Windows color (decimal): -1653174 or 4900582. OLE color: 4900582.
HSL color Cylindrical-coordinate representation of color #E6C64A: hue angle of 47.69º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6C64A is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 74 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.10 |
| HSL | 47.69º | 0.76% | 0.6% | - |
| HSV(B) | 47.69º | 0.68% | 0.9% | - |
| XYZ | 54.06 | 57.71 | 14.77 | - |
| YUV | 193.43 | 60.6 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 74 | 0 | 0.14 | 0.68 | 0.10 | 47.69 | 0.76 | 0.6 |
| Hex | E6 | C6 | 4A | 0 | E | 44 | A | 30 | 4C | 3C |
| Octal | 346 | 306 | 112 | 0 | 16 | 104 | 12 | 60 | 114 | 74 |
| Binary | 11100110 | 11000110 | 1001010 | 0 | 1110 | 1000100 | 1010 | 110000 | 1001100 | 111100 |
Color Harmonies of #E6C64A
Complementary color
Monochromatic Colors of #E6C64A
Black with #E6C64A
Text Example
Text Example
White with #E6C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C64A; }
p { color: rgb(230,198,74); }
H1.HeaderClassName
{
color: #E6C64A;
}
.AnyTagClassName
{
color: #E6C64A;
}
</style>
background-color css
<style>
a { background-color: #E6C64A; }
a { background-color: rgb(230,198,74); }
div.DivClassName
{
background-color: #E6C64A;
}
.BgClassName
{
background-color: #E6C64A;
}
</style>
border-color css
<style>
span { border-color: #E6C64A; }
span { border-color: rgb(230,198,74); }
td.TdClassName
{
border-color: #E6C64A;
}
.TagClassName
{
border-color: #E6C64A;
}
</style>