Shades of Festival #EEC73E
Tints of Festival #EEC73E
RGB
CMYK
RGB Variations
Color information
#EEC73E (or 0xEEC73E) is known color: Festival. HEX triplet: EE, C7 and 3E. RGB value is (238,199,62). Sum of RGB (Red+Green+Blue) = 238+199+62=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC73E is #1138C1. Grayscale: #C3C3C3. Windows color (decimal): -1128642 or 4114414. OLE color: 4114414.
HSL color Cylindrical-coordinate representation of color #EEC73E: hue angle of 46.7º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEC73E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 62 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.07 |
| HSL | 46.7º | 0.84% | 0.59% | - |
| HSV(B) | 46.7º | 0.74% | 0.93% | - |
| XYZ | 56.55 | 59.37 | 13.04 | - |
| YUV | 195.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 62 | 0 | 0.16 | 0.74 | 0.07 | 46.7 | 0.84 | 0.59 |
| Hex | EE | C7 | 3E | 0 | 10 | 4A | 7 | 2F | 54 | 3B |
| Octal | 356 | 307 | 76 | 0 | 20 | 112 | 7 | 57 | 124 | 73 |
| Binary | 11101110 | 11000111 | 111110 | 0 | 10000 | 1001010 | 111 | 101111 | 1010100 | 111011 |
Color Harmonies of #EEC73E
Complementary color
Monochromatic Colors of #EEC73E
Black with #EEC73E
Text Example
Text Example
White with #EEC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC73E; }
p { color: rgb(238,199,62); }
H1.HeaderClassName
{
color: #EEC73E;
}
.AnyTagClassName
{
color: #EEC73E;
}
</style>
background-color css
<style>
a { background-color: #EEC73E; }
a { background-color: rgb(238,199,62); }
div.DivClassName
{
background-color: #EEC73E;
}
.BgClassName
{
background-color: #EEC73E;
}
</style>
border-color css
<style>
span { border-color: #EEC73E; }
span { border-color: rgb(238,199,62); }
td.TdClassName
{
border-color: #EEC73E;
}
.TagClassName
{
border-color: #EEC73E;
}
</style>