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