Shades of Festival #E9CD4E
Tints of Festival #E9CD4E
RGB
CMYK
RGB Variations
Color information
#E9CD4E (or 0xE9CD4E) is known color: Festival. HEX triplet: E9, CD and 4E. RGB value is (233,205,78). Sum of RGB (Red+Green+Blue) = 233+205+78=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD4E is #1632B1. Grayscale: #C7C7C7. Windows color (decimal): -1454770 or 5164521. OLE color: 5164521.
HSL color Cylindrical-coordinate representation of color #E9CD4E: hue angle of 49.16º 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 #E9CD4E is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 78 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.09 |
| HSL | 49.16º | 0.78% | 0.61% | - |
| HSV(B) | 49.16º | 0.67% | 0.91% | - |
| XYZ | 56.81 | 61.54 | 16.09 | - |
| YUV | 198.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 78 | 0 | 0.12 | 0.67 | 0.09 | 49.16 | 0.78 | 0.61 |
| Hex | E9 | CD | 4E | 0 | C | 43 | 9 | 31 | 4E | 3D |
| Octal | 351 | 315 | 116 | 0 | 14 | 103 | 11 | 61 | 116 | 75 |
| Binary | 11101001 | 11001101 | 1001110 | 0 | 1100 | 1000011 | 1001 | 110001 | 1001110 | 111101 |
Color Harmonies of #E9CD4E
Complementary color
Monochromatic Colors of #E9CD4E
Black with #E9CD4E
Text Example
Text Example
White with #E9CD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CD4E; }
p { color: rgb(233,205,78); }
H1.HeaderClassName
{
color: #E9CD4E;
}
.AnyTagClassName
{
color: #E9CD4E;
}
</style>
background-color css
<style>
a { background-color: #E9CD4E; }
a { background-color: rgb(233,205,78); }
div.DivClassName
{
background-color: #E9CD4E;
}
.BgClassName
{
background-color: #E9CD4E;
}
</style>
border-color css
<style>
span { border-color: #E9CD4E; }
span { border-color: rgb(233,205,78); }
td.TdClassName
{
border-color: #E9CD4E;
}
.TagClassName
{
border-color: #E9CD4E;
}
</style>