Shades of Festival #E6D448
Tints of Festival #E6D448
RGB
CMYK
RGB Variations
Color information
#E6D448 (or 0xE6D448) is known color: Festival. HEX triplet: E6, D4 and 48. RGB value is (230,212,72). Sum of RGB (Red+Green+Blue) = 230+212+72=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D448 is #192BB7. Grayscale: #C9C9C9. Windows color (decimal): -1649592 or 4773094. OLE color: 4773094.
HSL color Cylindrical-coordinate representation of color #E6D448: hue angle of 53.16º 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 #E6D448 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 72 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.10 |
| HSL | 53.16º | 0.76% | 0.59% | - |
| HSV(B) | 53.16º | 0.69% | 0.9% | - |
| XYZ | 57.35 | 64.38 | 15.53 | - |
| YUV | 201.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 72 | 0 | 0.08 | 0.69 | 0.10 | 53.16 | 0.76 | 0.59 |
| Hex | E6 | D4 | 48 | 0 | 8 | 45 | A | 35 | 4C | 3B |
| Octal | 346 | 324 | 110 | 0 | 10 | 105 | 12 | 65 | 114 | 73 |
| Binary | 11100110 | 11010100 | 1001000 | 0 | 1000 | 1000101 | 1010 | 110101 | 1001100 | 111011 |
Color Harmonies of #E6D448
Complementary color
Monochromatic Colors of #E6D448
Black with #E6D448
Text Example
Text Example
White with #E6D448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D448; }
p { color: rgb(230,212,72); }
H1.HeaderClassName
{
color: #E6D448;
}
.AnyTagClassName
{
color: #E6D448;
}
</style>
background-color css
<style>
a { background-color: #E6D448; }
a { background-color: rgb(230,212,72); }
div.DivClassName
{
background-color: #E6D448;
}
.BgClassName
{
background-color: #E6D448;
}
</style>
border-color css
<style>
span { border-color: #E6D448; }
span { border-color: rgb(230,212,72); }
td.TdClassName
{
border-color: #E6D448;
}
.TagClassName
{
border-color: #E6D448;
}
</style>