Shades of Festival #E6C445
Tints of Festival #E6C445
RGB
CMYK
RGB Variations
Color information
#E6C445 (or 0xE6C445) is known color: Festival. HEX triplet: E6, C4 and 45. RGB value is (230,196,69). Sum of RGB (Red+Green+Blue) = 230+196+69=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C445 is #193BBA. Grayscale: #C0C0C0. Windows color (decimal): -1653691 or 4572390. OLE color: 4572390.
HSL color Cylindrical-coordinate representation of color #E6C445: hue angle of 47.33º 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 #E6C445 is Cyan = 0, Magento = 0.15, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 69 | - |
| CMYK | 0 | 0.15 | 0.7 | 0.10 |
| HSL | 47.33º | 0.76% | 0.59% | - |
| HSV(B) | 47.33º | 0.7% | 0.9% | - |
| XYZ | 53.45 | 56.73 | 13.76 | - |
| YUV | 191.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 69 | 0 | 0.15 | 0.7 | 0.10 | 47.33 | 0.76 | 0.59 |
| Hex | E6 | C4 | 45 | 0 | F | 46 | A | 2F | 4C | 3B |
| Octal | 346 | 304 | 105 | 0 | 17 | 106 | 12 | 57 | 114 | 73 |
| Binary | 11100110 | 11000100 | 1000101 | 0 | 1111 | 1000110 | 1010 | 101111 | 1001100 | 111011 |
Color Harmonies of #E6C445
Complementary color
Monochromatic Colors of #E6C445
Black with #E6C445
Text Example
Text Example
White with #E6C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C445; }
p { color: rgb(230,196,69); }
H1.HeaderClassName
{
color: #E6C445;
}
.AnyTagClassName
{
color: #E6C445;
}
</style>
background-color css
<style>
a { background-color: #E6C445; }
a { background-color: rgb(230,196,69); }
div.DivClassName
{
background-color: #E6C445;
}
.BgClassName
{
background-color: #E6C445;
}
</style>
border-color css
<style>
span { border-color: #E6C445; }
span { border-color: rgb(230,196,69); }
td.TdClassName
{
border-color: #E6C445;
}
.TagClassName
{
border-color: #E6C445;
}
</style>