Shades of Festival #E6CD4C
Tints of Festival #E6CD4C
RGB
CMYK
RGB Variations
Color information
#E6CD4C (or 0xE6CD4C) is known color: Festival. HEX triplet: E6, CD and 4C. RGB value is (230,205,76). Sum of RGB (Red+Green+Blue) = 230+205+76=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CD4C is #1932B3. Grayscale: #C6C6C6. Windows color (decimal): -1651380 or 5033446. OLE color: 5033446.
HSL color Cylindrical-coordinate representation of color #E6CD4C: hue angle of 50.26º 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 #E6CD4C is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 76 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.10 |
| HSL | 50.26º | 0.75% | 0.6% | - |
| HSV(B) | 50.26º | 0.67% | 0.9% | - |
| XYZ | 55.77 | 61.01 | 15.67 | - |
| YUV | 197.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 76 | 0 | 0.11 | 0.67 | 0.10 | 50.26 | 0.75 | 0.6 |
| Hex | E6 | CD | 4C | 0 | B | 43 | A | 32 | 4B | 3C |
| Octal | 346 | 315 | 114 | 0 | 13 | 103 | 12 | 62 | 113 | 74 |
| Binary | 11100110 | 11001101 | 1001100 | 0 | 1011 | 1000011 | 1010 | 110010 | 1001011 | 111100 |
Color Harmonies of #E6CD4C
Complementary color
Monochromatic Colors of #E6CD4C
Black with #E6CD4C
Text Example
Text Example
White with #E6CD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD4C; }
p { color: rgb(230,205,76); }
H1.HeaderClassName
{
color: #E6CD4C;
}
.AnyTagClassName
{
color: #E6CD4C;
}
</style>
background-color css
<style>
a { background-color: #E6CD4C; }
a { background-color: rgb(230,205,76); }
div.DivClassName
{
background-color: #E6CD4C;
}
.BgClassName
{
background-color: #E6CD4C;
}
</style>
border-color css
<style>
span { border-color: #E6CD4C; }
span { border-color: rgb(230,205,76); }
td.TdClassName
{
border-color: #E6CD4C;
}
.TagClassName
{
border-color: #E6CD4C;
}
</style>