Shades of Festival #E9CF3D
Tints of Festival #E9CF3D
RGB
CMYK
RGB Variations
Color information
#E9CF3D (or 0xE9CF3D) is known color: Festival. HEX triplet: E9, CF and 3D. RGB value is (233,207,61). Sum of RGB (Red+Green+Blue) = 233+207+61=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CF3D is #1630C2. Grayscale: #C6C6C6. Windows color (decimal): -1454275 or 4050921. OLE color: 4050921.
HSL color Cylindrical-coordinate representation of color #E9CF3D: hue angle of 50.93º 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 #E9CF3D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 61 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.09 |
| HSL | 50.93º | 0.8% | 0.58% | - |
| HSV(B) | 50.93º | 0.74% | 0.91% | - |
| XYZ | 56.76 | 62.29 | 13.45 | - |
| YUV | 198.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 61 | 0 | 0.11 | 0.74 | 0.09 | 50.93 | 0.8 | 0.58 |
| Hex | E9 | CF | 3D | 0 | B | 4A | 9 | 33 | 50 | 3A |
| Octal | 351 | 317 | 75 | 0 | 13 | 112 | 11 | 63 | 120 | 72 |
| Binary | 11101001 | 11001111 | 111101 | 0 | 1011 | 1001010 | 1001 | 110011 | 1010000 | 111010 |
Color Harmonies of #E9CF3D
Complementary color
Monochromatic Colors of #E9CF3D
Black with #E9CF3D
Text Example
Text Example
White with #E9CF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF3D; }
p { color: rgb(233,207,61); }
H1.HeaderClassName
{
color: #E9CF3D;
}
.AnyTagClassName
{
color: #E9CF3D;
}
</style>
background-color css
<style>
a { background-color: #E9CF3D; }
a { background-color: rgb(233,207,61); }
div.DivClassName
{
background-color: #E9CF3D;
}
.BgClassName
{
background-color: #E9CF3D;
}
</style>
border-color css
<style>
span { border-color: #E9CF3D; }
span { border-color: rgb(233,207,61); }
td.TdClassName
{
border-color: #E9CF3D;
}
.TagClassName
{
border-color: #E9CF3D;
}
</style>