Shades of Festival #E6C54A
Tints of Festival #E6C54A
RGB
CMYK
RGB Variations
Color information
#E6C54A (or 0xE6C54A) is known color: Festival. HEX triplet: E6, C5 and 4A. RGB value is (230,197,74). Sum of RGB (Red+Green+Blue) = 230+197+74=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C54A is #193AB5. Grayscale: #C1C1C1. Windows color (decimal): -1653430 or 4900326. OLE color: 4900326.
HSL color Cylindrical-coordinate representation of color #E6C54A: hue angle of 47.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6C54A is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 74 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.10 |
| HSL | 47.31º | 0.76% | 0.6% | - |
| HSV(B) | 47.31º | 0.68% | 0.9% | - |
| XYZ | 53.84 | 57.25 | 14.69 | - |
| YUV | 192.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 74 | 0 | 0.14 | 0.68 | 0.10 | 47.31 | 0.76 | 0.6 |
| Hex | E6 | C5 | 4A | 0 | E | 44 | A | 2F | 4C | 3C |
| Octal | 346 | 305 | 112 | 0 | 16 | 104 | 12 | 57 | 114 | 74 |
| Binary | 11100110 | 11000101 | 1001010 | 0 | 1110 | 1000100 | 1010 | 101111 | 1001100 | 111100 |
Color Harmonies of #E6C54A
Complementary color
Monochromatic Colors of #E6C54A
Black with #E6C54A
Text Example
Text Example
White with #E6C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C54A; }
p { color: rgb(230,197,74); }
H1.HeaderClassName
{
color: #E6C54A;
}
.AnyTagClassName
{
color: #E6C54A;
}
</style>
background-color css
<style>
a { background-color: #E6C54A; }
a { background-color: rgb(230,197,74); }
div.DivClassName
{
background-color: #E6C54A;
}
.BgClassName
{
background-color: #E6C54A;
}
</style>
border-color css
<style>
span { border-color: #E6C54A; }
span { border-color: rgb(230,197,74); }
td.TdClassName
{
border-color: #E6C54A;
}
.TagClassName
{
border-color: #E6C54A;
}
</style>