Shades of Festival #E6D645
Tints of Festival #E6D645
RGB
CMYK
RGB Variations
Color information
#E6D645 (or 0xE6D645) is known color: Festival. HEX triplet: E6, D6 and 45. RGB value is (230,214,69). Sum of RGB (Red+Green+Blue) = 230+214+69=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D645 is #1929BA. Grayscale: #CACACA. Windows color (decimal): -1649083 or 4576998. OLE color: 4576998.
HSL color Cylindrical-coordinate representation of color #E6D645: hue angle of 54.04º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6D645 is Cyan = 0, Magento = 0.07, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 69 | - |
| CMYK | 0 | 0.07 | 0.7 | 0.10 |
| HSL | 54.04º | 0.76% | 0.59% | - |
| HSV(B) | 54.04º | 0.7% | 0.9% | - |
| XYZ | 57.75 | 65.35 | 15.2 | - |
| YUV | 202.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 69 | 0 | 0.07 | 0.7 | 0.10 | 54.04 | 0.76 | 0.59 |
| Hex | E6 | D6 | 45 | 0 | 7 | 46 | A | 36 | 4C | 3B |
| Octal | 346 | 326 | 105 | 0 | 7 | 106 | 12 | 66 | 114 | 73 |
| Binary | 11100110 | 11010110 | 1000101 | 0 | 111 | 1000110 | 1010 | 110110 | 1001100 | 111011 |
Color Harmonies of #E6D645
Complementary color
Monochromatic Colors of #E6D645
Black with #E6D645
Text Example
Text Example
White with #E6D645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D645; }
p { color: rgb(230,214,69); }
H1.HeaderClassName
{
color: #E6D645;
}
.AnyTagClassName
{
color: #E6D645;
}
</style>
background-color css
<style>
a { background-color: #E6D645; }
a { background-color: rgb(230,214,69); }
div.DivClassName
{
background-color: #E6D645;
}
.BgClassName
{
background-color: #E6D645;
}
</style>
border-color css
<style>
span { border-color: #E6D645; }
span { border-color: rgb(230,214,69); }
td.TdClassName
{
border-color: #E6D645;
}
.TagClassName
{
border-color: #E6D645;
}
</style>