Shades of Festival #E6CC4D
Tints of Festival #E6CC4D
RGB
CMYK
RGB Variations
Color information
#E6CC4D (or 0xE6CC4D) is known color: Festival. HEX triplet: E6, CC and 4D. RGB value is (230,204,77). Sum of RGB (Red+Green+Blue) = 230+204+77=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC4D is #1933B2. Grayscale: #C5C5C5. Windows color (decimal): -1651635 or 5098726. OLE color: 5098726.
HSL color Cylindrical-coordinate representation of color #E6CC4D: hue angle of 49.8º 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 #E6CC4D is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 77 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.10 |
| HSL | 49.8º | 0.75% | 0.6% | - |
| HSV(B) | 49.8º | 0.67% | 0.9% | - |
| XYZ | 55.57 | 60.54 | 15.78 | - |
| YUV | 197.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 77 | 0 | 0.11 | 0.67 | 0.10 | 49.8 | 0.75 | 0.6 |
| Hex | E6 | CC | 4D | 0 | B | 43 | A | 32 | 4B | 3C |
| Octal | 346 | 314 | 115 | 0 | 13 | 103 | 12 | 62 | 113 | 74 |
| Binary | 11100110 | 11001100 | 1001101 | 0 | 1011 | 1000011 | 1010 | 110010 | 1001011 | 111100 |
Color Harmonies of #E6CC4D
Complementary color
Monochromatic Colors of #E6CC4D
Black with #E6CC4D
Text Example
Text Example
White with #E6CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC4D; }
p { color: rgb(230,204,77); }
H1.HeaderClassName
{
color: #E6CC4D;
}
.AnyTagClassName
{
color: #E6CC4D;
}
</style>
background-color css
<style>
a { background-color: #E6CC4D; }
a { background-color: rgb(230,204,77); }
div.DivClassName
{
background-color: #E6CC4D;
}
.BgClassName
{
background-color: #E6CC4D;
}
</style>
border-color css
<style>
span { border-color: #E6CC4D; }
span { border-color: rgb(230,204,77); }
td.TdClassName
{
border-color: #E6CC4D;
}
.TagClassName
{
border-color: #E6CC4D;
}
</style>