Shades of Festival #E6D048
Tints of Festival #E6D048
RGB
CMYK
RGB Variations
Color information
#E6D048 (or 0xE6D048) is known color: Festival. HEX triplet: E6, D0 and 48. RGB value is (230,208,72). Sum of RGB (Red+Green+Blue) = 230+208+72=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D048 is #192FB7. Grayscale: #C7C7C7. Windows color (decimal): -1650616 or 4772070. OLE color: 4772070.
HSL color Cylindrical-coordinate representation of color #E6D048: hue angle of 51.65º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6D048 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 72 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.10 |
| HSL | 51.65º | 0.76% | 0.59% | - |
| HSV(B) | 51.65º | 0.69% | 0.9% | - |
| XYZ | 56.36 | 62.4 | 15.21 | - |
| YUV | 199.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 72 | 0 | 0.10 | 0.69 | 0.10 | 51.65 | 0.76 | 0.59 |
| Hex | E6 | D0 | 48 | 0 | A | 45 | A | 34 | 4C | 3B |
| Octal | 346 | 320 | 110 | 0 | 12 | 105 | 12 | 64 | 114 | 73 |
| Binary | 11100110 | 11010000 | 1001000 | 0 | 1010 | 1000101 | 1010 | 110100 | 1001100 | 111011 |
Color Harmonies of #E6D048
Complementary color
Monochromatic Colors of #E6D048
Black with #E6D048
Text Example
Text Example
White with #E6D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D048; }
p { color: rgb(230,208,72); }
H1.HeaderClassName
{
color: #E6D048;
}
.AnyTagClassName
{
color: #E6D048;
}
</style>
background-color css
<style>
a { background-color: #E6D048; }
a { background-color: rgb(230,208,72); }
div.DivClassName
{
background-color: #E6D048;
}
.BgClassName
{
background-color: #E6D048;
}
</style>
border-color css
<style>
span { border-color: #E6D048; }
span { border-color: rgb(230,208,72); }
td.TdClassName
{
border-color: #E6D048;
}
.TagClassName
{
border-color: #E6D048;
}
</style>