Shades of Festival #E9C43D
Tints of Festival #E9C43D
RGB
CMYK
RGB Variations
Color information
#E9C43D (or 0xE9C43D) is known color: Festival. HEX triplet: E9, C4 and 3D. RGB value is (233,196,61). Sum of RGB (Red+Green+Blue) = 233+196+61=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C43D is #163BC2. Grayscale: #C0C0C0. Windows color (decimal): -1457091 or 4048105. OLE color: 4048105.
HSL color Cylindrical-coordinate representation of color #E9C43D: hue angle of 47.09º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9C43D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 61 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.09 |
| HSL | 47.09º | 0.8% | 0.58% | - |
| HSV(B) | 47.09º | 0.74% | 0.91% | - |
| XYZ | 54.19 | 57.14 | 12.59 | - |
| YUV | 191.67 | 54.26 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 61 | 0 | 0.16 | 0.74 | 0.09 | 47.09 | 0.8 | 0.58 |
| Hex | E9 | C4 | 3D | 0 | 10 | 4A | 9 | 2F | 50 | 3A |
| Octal | 351 | 304 | 75 | 0 | 20 | 112 | 11 | 57 | 120 | 72 |
| Binary | 11101001 | 11000100 | 111101 | 0 | 10000 | 1001010 | 1001 | 101111 | 1010000 | 111010 |
Color Harmonies of #E9C43D
Complementary color
Monochromatic Colors of #E9C43D
Black with #E9C43D
Text Example
Text Example
White with #E9C43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C43D; }
p { color: rgb(233,196,61); }
H1.HeaderClassName
{
color: #E9C43D;
}
.AnyTagClassName
{
color: #E9C43D;
}
</style>
background-color css
<style>
a { background-color: #E9C43D; }
a { background-color: rgb(233,196,61); }
div.DivClassName
{
background-color: #E9C43D;
}
.BgClassName
{
background-color: #E9C43D;
}
</style>
border-color css
<style>
span { border-color: #E9C43D; }
span { border-color: rgb(233,196,61); }
td.TdClassName
{
border-color: #E9C43D;
}
.TagClassName
{
border-color: #E9C43D;
}
</style>