Shades of Festival #E6D049
Tints of Festival #E6D049
RGB
CMYK
RGB Variations
Color information
#E6D049 (or 0xE6D049) is known color: Festival. HEX triplet: E6, D0 and 49. RGB value is (230,208,73). Sum of RGB (Red+Green+Blue) = 230+208+73=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D049 is #192FB6. Grayscale: #C7C7C7. Windows color (decimal): -1650615 or 4837606. OLE color: 4837606.
HSL color Cylindrical-coordinate representation of color #E6D049: hue angle of 51.59º 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 #E6D049 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 73 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.10 |
| HSL | 51.59º | 0.76% | 0.59% | - |
| HSV(B) | 51.59º | 0.68% | 0.9% | - |
| XYZ | 56.39 | 62.42 | 15.38 | - |
| YUV | 199.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 73 | 0 | 0.10 | 0.68 | 0.10 | 51.59 | 0.76 | 0.59 |
| Hex | E6 | D0 | 49 | 0 | A | 44 | A | 34 | 4C | 3B |
| Octal | 346 | 320 | 111 | 0 | 12 | 104 | 12 | 64 | 114 | 73 |
| Binary | 11100110 | 11010000 | 1001001 | 0 | 1010 | 1000100 | 1010 | 110100 | 1001100 | 111011 |
Color Harmonies of #E6D049
Complementary color
Monochromatic Colors of #E6D049
Black with #E6D049
Text Example
Text Example
White with #E6D049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D049; }
p { color: rgb(230,208,73); }
H1.HeaderClassName
{
color: #E6D049;
}
.AnyTagClassName
{
color: #E6D049;
}
</style>
background-color css
<style>
a { background-color: #E6D049; }
a { background-color: rgb(230,208,73); }
div.DivClassName
{
background-color: #E6D049;
}
.BgClassName
{
background-color: #E6D049;
}
</style>
border-color css
<style>
span { border-color: #E6D049; }
span { border-color: rgb(230,208,73); }
td.TdClassName
{
border-color: #E6D049;
}
.TagClassName
{
border-color: #E6D049;
}
</style>