Shades of Festival #E9C83D
Tints of Festival #E9C83D
RGB
CMYK
RGB Variations
Color information
#E9C83D (or 0xE9C83D) is known color: Festival. HEX triplet: E9, C8 and 3D. RGB value is (233,200,61). Sum of RGB (Red+Green+Blue) = 233+200+61=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C83D is #1637C2. Grayscale: #C2C2C2. Windows color (decimal): -1456067 or 4049129. OLE color: 4049129.
HSL color Cylindrical-coordinate representation of color #E9C83D: hue angle of 48.49º 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 #E9C83D is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 61 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.09 |
| HSL | 48.49º | 0.8% | 0.58% | - |
| HSV(B) | 48.49º | 0.74% | 0.91% | - |
| XYZ | 55.1 | 58.97 | 12.89 | - |
| YUV | 194.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 61 | 0 | 0.14 | 0.74 | 0.09 | 48.49 | 0.8 | 0.58 |
| Hex | E9 | C8 | 3D | 0 | E | 4A | 9 | 30 | 50 | 3A |
| Octal | 351 | 310 | 75 | 0 | 16 | 112 | 11 | 60 | 120 | 72 |
| Binary | 11101001 | 11001000 | 111101 | 0 | 1110 | 1001010 | 1001 | 110000 | 1010000 | 111010 |
Color Harmonies of #E9C83D
Complementary color
Monochromatic Colors of #E9C83D
Black with #E9C83D
Text Example
Text Example
White with #E9C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C83D; }
p { color: rgb(233,200,61); }
H1.HeaderClassName
{
color: #E9C83D;
}
.AnyTagClassName
{
color: #E9C83D;
}
</style>
background-color css
<style>
a { background-color: #E9C83D; }
a { background-color: rgb(233,200,61); }
div.DivClassName
{
background-color: #E9C83D;
}
.BgClassName
{
background-color: #E9C83D;
}
</style>
border-color css
<style>
span { border-color: #E9C83D; }
span { border-color: rgb(233,200,61); }
td.TdClassName
{
border-color: #E9C83D;
}
.TagClassName
{
border-color: #E9C83D;
}
</style>