Shades of Festival #EEC951
Tints of Festival #EEC951
RGB
CMYK
RGB Variations
Color information
#EEC951 (or 0xEEC951) is known color: Festival. HEX triplet: EE, C9 and 51. RGB value is (238,201,81). Sum of RGB (Red+Green+Blue) = 238+201+81=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 81 (32.03% from 255 or 15.58% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC951 is #1136AE. Grayscale: #C6C6C6. Windows color (decimal): -1128111 or 5360110. OLE color: 5360110.
HSL color Cylindrical-coordinate representation of color #EEC951: hue angle of 45.86º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEC951 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 81 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.07 |
| HSL | 45.86º | 0.82% | 0.63% | - |
| HSV(B) | 45.86º | 0.66% | 0.93% | - |
| XYZ | 57.63 | 60.54 | 16.43 | - |
| YUV | 198.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 81 | 0 | 0.16 | 0.66 | 0.07 | 45.86 | 0.82 | 0.63 |
| Hex | EE | C9 | 51 | 0 | 10 | 42 | 7 | 2E | 52 | 3F |
| Octal | 356 | 311 | 121 | 0 | 20 | 102 | 7 | 56 | 122 | 77 |
| Binary | 11101110 | 11001001 | 1010001 | 0 | 10000 | 1000010 | 111 | 101110 | 1010010 | 111111 |
Color Harmonies of #EEC951
Complementary color
Monochromatic Colors of #EEC951
Black with #EEC951
Text Example
Text Example
White with #EEC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC951; }
p { color: rgb(238,201,81); }
H1.HeaderClassName
{
color: #EEC951;
}
.AnyTagClassName
{
color: #EEC951;
}
</style>
background-color css
<style>
a { background-color: #EEC951; }
a { background-color: rgb(238,201,81); }
div.DivClassName
{
background-color: #EEC951;
}
.BgClassName
{
background-color: #EEC951;
}
</style>
border-color css
<style>
span { border-color: #EEC951; }
span { border-color: rgb(238,201,81); }
td.TdClassName
{
border-color: #EEC951;
}
.TagClassName
{
border-color: #EEC951;
}
</style>