Shades of Festival #E6D045
Tints of Festival #E6D045
RGB
CMYK
RGB Variations
Color information
#E6D045 (or 0xE6D045) is known color: Festival. HEX triplet: E6, D0 and 45. RGB value is (230,208,69). Sum of RGB (Red+Green+Blue) = 230+208+69=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D045 is #192FBA. Grayscale: #C7C7C7. Windows color (decimal): -1650619 or 4575462. OLE color: 4575462.
HSL color Cylindrical-coordinate representation of color #E6D045: hue angle of 51.8º 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 #E6D045 is Cyan = 0, Magento = 0.10, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 69 | - |
| CMYK | 0 | 0.10 | 0.7 | 0.10 |
| HSL | 51.8º | 0.76% | 0.59% | - |
| HSV(B) | 51.8º | 0.7% | 0.9% | - |
| XYZ | 56.26 | 62.36 | 14.7 | - |
| YUV | 198.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 69 | 0 | 0.10 | 0.7 | 0.10 | 51.8 | 0.76 | 0.59 |
| Hex | E6 | D0 | 45 | 0 | A | 46 | A | 34 | 4C | 3B |
| Octal | 346 | 320 | 105 | 0 | 12 | 106 | 12 | 64 | 114 | 73 |
| Binary | 11100110 | 11010000 | 1000101 | 0 | 1010 | 1000110 | 1010 | 110100 | 1001100 | 111011 |
Color Harmonies of #E6D045
Complementary color
Monochromatic Colors of #E6D045
Black with #E6D045
Text Example
Text Example
White with #E6D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D045; }
p { color: rgb(230,208,69); }
H1.HeaderClassName
{
color: #E6D045;
}
.AnyTagClassName
{
color: #E6D045;
}
</style>
background-color css
<style>
a { background-color: #E6D045; }
a { background-color: rgb(230,208,69); }
div.DivClassName
{
background-color: #E6D045;
}
.BgClassName
{
background-color: #E6D045;
}
</style>
border-color css
<style>
span { border-color: #E6D045; }
span { border-color: rgb(230,208,69); }
td.TdClassName
{
border-color: #E6D045;
}
.TagClassName
{
border-color: #E6D045;
}
</style>