Shades of Festival #E9C53D
Tints of Festival #E9C53D
RGB
CMYK
RGB Variations
Color information
#E9C53D (or 0xE9C53D) is known color: Festival. HEX triplet: E9, C5 and 3D. RGB value is (233,197,61). Sum of RGB (Red+Green+Blue) = 233+197+61=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C53D is #163AC2. Grayscale: #C0C0C0. Windows color (decimal): -1456835 or 4048361. OLE color: 4048361.
HSL color Cylindrical-coordinate representation of color #E9C53D: hue angle of 47.44º 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 #E9C53D is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 61 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.09 |
| HSL | 47.44º | 0.8% | 0.58% | - |
| HSV(B) | 47.44º | 0.74% | 0.91% | - |
| XYZ | 54.41 | 57.59 | 12.66 | - |
| YUV | 192.26 | 53.93 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 61 | 0 | 0.15 | 0.74 | 0.09 | 47.44 | 0.8 | 0.58 |
| Hex | E9 | C5 | 3D | 0 | F | 4A | 9 | 2F | 50 | 3A |
| Octal | 351 | 305 | 75 | 0 | 17 | 112 | 11 | 57 | 120 | 72 |
| Binary | 11101001 | 11000101 | 111101 | 0 | 1111 | 1001010 | 1001 | 101111 | 1010000 | 111010 |
Color Harmonies of #E9C53D
Complementary color
Monochromatic Colors of #E9C53D
Black with #E9C53D
Text Example
Text Example
White with #E9C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C53D; }
p { color: rgb(233,197,61); }
H1.HeaderClassName
{
color: #E9C53D;
}
.AnyTagClassName
{
color: #E9C53D;
}
</style>
background-color css
<style>
a { background-color: #E9C53D; }
a { background-color: rgb(233,197,61); }
div.DivClassName
{
background-color: #E9C53D;
}
.BgClassName
{
background-color: #E9C53D;
}
</style>
border-color css
<style>
span { border-color: #E9C53D; }
span { border-color: rgb(233,197,61); }
td.TdClassName
{
border-color: #E9C53D;
}
.TagClassName
{
border-color: #E9C53D;
}
</style>