Shades of Festival #E6C949
Tints of Festival #E6C949
RGB
CMYK
RGB Variations
Color information
#E6C949 (or 0xE6C949) is known color: Festival. HEX triplet: E6, C9 and 49. RGB value is (230,201,73). Sum of RGB (Red+Green+Blue) = 230+201+73=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C949 is #1936B6. Grayscale: #C3C3C3. Windows color (decimal): -1652407 or 4835814. OLE color: 4835814.
HSL color Cylindrical-coordinate representation of color #E6C949: hue angle of 48.92º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6C949 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 73 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.10 |
| HSL | 48.92º | 0.76% | 0.59% | - |
| HSV(B) | 48.92º | 0.68% | 0.9% | - |
| XYZ | 54.72 | 59.08 | 14.82 | - |
| YUV | 195.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 73 | 0 | 0.13 | 0.68 | 0.10 | 48.92 | 0.76 | 0.59 |
| Hex | E6 | C9 | 49 | 0 | D | 44 | A | 31 | 4C | 3B |
| Octal | 346 | 311 | 111 | 0 | 15 | 104 | 12 | 61 | 114 | 73 |
| Binary | 11100110 | 11001001 | 1001001 | 0 | 1101 | 1000100 | 1010 | 110001 | 1001100 | 111011 |
Color Harmonies of #E6C949
Complementary color
Monochromatic Colors of #E6C949
Black with #E6C949
Text Example
Text Example
White with #E6C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C949; }
p { color: rgb(230,201,73); }
H1.HeaderClassName
{
color: #E6C949;
}
.AnyTagClassName
{
color: #E6C949;
}
</style>
background-color css
<style>
a { background-color: #E6C949; }
a { background-color: rgb(230,201,73); }
div.DivClassName
{
background-color: #E6C949;
}
.BgClassName
{
background-color: #E6C949;
}
</style>
border-color css
<style>
span { border-color: #E6C949; }
span { border-color: rgb(230,201,73); }
td.TdClassName
{
border-color: #E6C949;
}
.TagClassName
{
border-color: #E6C949;
}
</style>