Shades of Festival #E6CC4C
Tints of Festival #E6CC4C
RGB
CMYK
RGB Variations
Color information
#E6CC4C (or 0xE6CC4C) is known color: Festival. HEX triplet: E6, CC and 4C. RGB value is (230,204,76). Sum of RGB (Red+Green+Blue) = 230+204+76=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CC4C is #1933B3. Grayscale: #C5C5C5. Windows color (decimal): -1651636 or 5033190. OLE color: 5033190.
HSL color Cylindrical-coordinate representation of color #E6CC4C: hue angle of 49.87º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6CC4C is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 76 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.10 |
| HSL | 49.87º | 0.75% | 0.6% | - |
| HSV(B) | 49.87º | 0.67% | 0.9% | - |
| XYZ | 55.53 | 60.53 | 15.59 | - |
| YUV | 197.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 76 | 0 | 0.11 | 0.67 | 0.10 | 49.87 | 0.75 | 0.6 |
| Hex | E6 | CC | 4C | 0 | B | 43 | A | 32 | 4B | 3C |
| Octal | 346 | 314 | 114 | 0 | 13 | 103 | 12 | 62 | 113 | 74 |
| Binary | 11100110 | 11001100 | 1001100 | 0 | 1011 | 1000011 | 1010 | 110010 | 1001011 | 111100 |
Color Harmonies of #E6CC4C
Complementary color
Monochromatic Colors of #E6CC4C
Black with #E6CC4C
Text Example
Text Example
White with #E6CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC4C; }
p { color: rgb(230,204,76); }
H1.HeaderClassName
{
color: #E6CC4C;
}
.AnyTagClassName
{
color: #E6CC4C;
}
</style>
background-color css
<style>
a { background-color: #E6CC4C; }
a { background-color: rgb(230,204,76); }
div.DivClassName
{
background-color: #E6CC4C;
}
.BgClassName
{
background-color: #E6CC4C;
}
</style>
border-color css
<style>
span { border-color: #E6CC4C; }
span { border-color: rgb(230,204,76); }
td.TdClassName
{
border-color: #E6CC4C;
}
.TagClassName
{
border-color: #E6CC4C;
}
</style>