Shades of Festival #E6CD4D
Tints of Festival #E6CD4D
RGB
CMYK
RGB Variations
Color information
#E6CD4D (or 0xE6CD4D) is known color: Festival. HEX triplet: E6, CD and 4D. RGB value is (230,205,77). Sum of RGB (Red+Green+Blue) = 230+205+77=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD4D is #1932B2. Grayscale: #C6C6C6. Windows color (decimal): -1651379 or 5098982. OLE color: 5098982.
HSL color Cylindrical-coordinate representation of color #E6CD4D: hue angle of 50.2º 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 #E6CD4D is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 77 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.10 |
| HSL | 50.2º | 0.75% | 0.6% | - |
| HSV(B) | 50.2º | 0.67% | 0.9% | - |
| XYZ | 55.8 | 61.02 | 15.86 | - |
| YUV | 197.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 77 | 0 | 0.11 | 0.67 | 0.10 | 50.2 | 0.75 | 0.6 |
| Hex | E6 | CD | 4D | 0 | B | 43 | A | 32 | 4B | 3C |
| Octal | 346 | 315 | 115 | 0 | 13 | 103 | 12 | 62 | 113 | 74 |
| Binary | 11100110 | 11001101 | 1001101 | 0 | 1011 | 1000011 | 1010 | 110010 | 1001011 | 111100 |
Color Harmonies of #E6CD4D
Complementary color
Monochromatic Colors of #E6CD4D
Black with #E6CD4D
Text Example
Text Example
White with #E6CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD4D; }
p { color: rgb(230,205,77); }
H1.HeaderClassName
{
color: #E6CD4D;
}
.AnyTagClassName
{
color: #E6CD4D;
}
</style>
background-color css
<style>
a { background-color: #E6CD4D; }
a { background-color: rgb(230,205,77); }
div.DivClassName
{
background-color: #E6CD4D;
}
.BgClassName
{
background-color: #E6CD4D;
}
</style>
border-color css
<style>
span { border-color: #E6CD4D; }
span { border-color: rgb(230,205,77); }
td.TdClassName
{
border-color: #E6CD4D;
}
.TagClassName
{
border-color: #E6CD4D;
}
</style>