Shades of Festival #E9C648
Tints of Festival #E9C648
RGB
CMYK
RGB Variations
Color information
#E9C648 (or 0xE9C648) is known color: Festival. HEX triplet: E9, C6 and 48. RGB value is (233,198,72). Sum of RGB (Red+Green+Blue) = 233+198+72=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C648 is #1639B7. Grayscale: #C2C2C2. Windows color (decimal): -1456568 or 4769513. OLE color: 4769513.
HSL color Cylindrical-coordinate representation of color #E9C648: hue angle of 46.96º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E9C648 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 72 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.09 |
| HSL | 46.96º | 0.79% | 0.6% | - |
| HSV(B) | 46.96º | 0.69% | 0.91% | - |
| XYZ | 54.97 | 58.18 | 14.46 | - |
| YUV | 194.1 | 59.1 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 72 | 0 | 0.15 | 0.69 | 0.09 | 46.96 | 0.79 | 0.6 |
| Hex | E9 | C6 | 48 | 0 | F | 45 | 9 | 2F | 4F | 3C |
| Octal | 351 | 306 | 110 | 0 | 17 | 105 | 11 | 57 | 117 | 74 |
| Binary | 11101001 | 11000110 | 1001000 | 0 | 1111 | 1000101 | 1001 | 101111 | 1001111 | 111100 |
Color Harmonies of #E9C648
Complementary color
Monochromatic Colors of #E9C648
Black with #E9C648
Text Example
Text Example
White with #E9C648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C648; }
p { color: rgb(233,198,72); }
H1.HeaderClassName
{
color: #E9C648;
}
.AnyTagClassName
{
color: #E9C648;
}
</style>
background-color css
<style>
a { background-color: #E9C648; }
a { background-color: rgb(233,198,72); }
div.DivClassName
{
background-color: #E9C648;
}
.BgClassName
{
background-color: #E9C648;
}
</style>
border-color css
<style>
span { border-color: #E9C648; }
span { border-color: rgb(233,198,72); }
td.TdClassName
{
border-color: #E9C648;
}
.TagClassName
{
border-color: #E9C648;
}
</style>