Shades of Festival #E9C33D
Tints of Festival #E9C33D
RGB
CMYK
RGB Variations
Color information
#E9C33D (or 0xE9C33D) is known color: Festival. HEX triplet: E9, C3 and 3D. RGB value is (233,195,61). Sum of RGB (Red+Green+Blue) = 233+195+61=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C33D is #163CC2. Grayscale: #BFBFBF. Windows color (decimal): -1457347 or 4047849. OLE color: 4047849.
HSL color Cylindrical-coordinate representation of color #E9C33D: hue angle of 46.74º 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 #E9C33D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 61 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.09 |
| HSL | 46.74º | 0.8% | 0.58% | - |
| HSV(B) | 46.74º | 0.74% | 0.91% | - |
| XYZ | 53.96 | 56.69 | 12.51 | - |
| YUV | 191.09 | 54.59 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 61 | 0 | 0.16 | 0.74 | 0.09 | 46.74 | 0.8 | 0.58 |
| Hex | E9 | C3 | 3D | 0 | 10 | 4A | 9 | 2F | 50 | 3A |
| Octal | 351 | 303 | 75 | 0 | 20 | 112 | 11 | 57 | 120 | 72 |
| Binary | 11101001 | 11000011 | 111101 | 0 | 10000 | 1001010 | 1001 | 101111 | 1010000 | 111010 |
Color Harmonies of #E9C33D
Complementary color
Monochromatic Colors of #E9C33D
Black with #E9C33D
Text Example
Text Example
White with #E9C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C33D; }
p { color: rgb(233,195,61); }
H1.HeaderClassName
{
color: #E9C33D;
}
.AnyTagClassName
{
color: #E9C33D;
}
</style>
background-color css
<style>
a { background-color: #E9C33D; }
a { background-color: rgb(233,195,61); }
div.DivClassName
{
background-color: #E9C33D;
}
.BgClassName
{
background-color: #E9C33D;
}
</style>
border-color css
<style>
span { border-color: #E9C33D; }
span { border-color: rgb(233,195,61); }
td.TdClassName
{
border-color: #E9C33D;
}
.TagClassName
{
border-color: #E9C33D;
}
</style>