Shades of Festival #E9CD4C
Tints of Festival #E9CD4C
RGB
CMYK
RGB Variations
Color information
#E9CD4C (or 0xE9CD4C) is known color: Festival. HEX triplet: E9, CD and 4C. RGB value is (233,205,76). Sum of RGB (Red+Green+Blue) = 233+205+76=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CD4C is #1632B3. Grayscale: #C7C7C7. Windows color (decimal): -1454772 or 5033449. OLE color: 5033449.
HSL color Cylindrical-coordinate representation of color #E9CD4C: hue angle of 49.3º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9CD4C is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 76 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.09 |
| HSL | 49.3º | 0.78% | 0.61% | - |
| HSV(B) | 49.3º | 0.67% | 0.91% | - |
| XYZ | 56.74 | 61.51 | 15.72 | - |
| YUV | 198.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 76 | 0 | 0.12 | 0.67 | 0.09 | 49.3 | 0.78 | 0.61 |
| Hex | E9 | CD | 4C | 0 | C | 43 | 9 | 31 | 4E | 3D |
| Octal | 351 | 315 | 114 | 0 | 14 | 103 | 11 | 61 | 116 | 75 |
| Binary | 11101001 | 11001101 | 1001100 | 0 | 1100 | 1000011 | 1001 | 110001 | 1001110 | 111101 |
Color Harmonies of #E9CD4C
Complementary color
Monochromatic Colors of #E9CD4C
Black with #E9CD4C
Text Example
Text Example
White with #E9CD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD4C; }
p { color: rgb(233,205,76); }
H1.HeaderClassName
{
color: #E9CD4C;
}
.AnyTagClassName
{
color: #E9CD4C;
}
</style>
background-color css
<style>
a { background-color: #E9CD4C; }
a { background-color: rgb(233,205,76); }
div.DivClassName
{
background-color: #E9CD4C;
}
.BgClassName
{
background-color: #E9CD4C;
}
</style>
border-color css
<style>
span { border-color: #E9CD4C; }
span { border-color: rgb(233,205,76); }
td.TdClassName
{
border-color: #E9CD4C;
}
.TagClassName
{
border-color: #E9CD4C;
}
</style>