Shades of Festival #EECA51
Tints of Festival #EECA51
RGB
CMYK
RGB Variations
Color information
#EECA51 (or 0xEECA51) is known color: Festival. HEX triplet: EE, CA and 51. RGB value is (238,202,81). Sum of RGB (Red+Green+Blue) = 238+202+81=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA51 is #1135AE. Grayscale: #C7C7C7. Windows color (decimal): -1127855 or 5360366. OLE color: 5360366.
HSL color Cylindrical-coordinate representation of color #EECA51: hue angle of 46.24º 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 #EECA51 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 81 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.07 |
| HSL | 46.24º | 0.82% | 0.63% | - |
| HSV(B) | 46.24º | 0.66% | 0.93% | - |
| XYZ | 57.87 | 61.01 | 16.51 | - |
| YUV | 198.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 81 | 0 | 0.15 | 0.66 | 0.07 | 46.24 | 0.82 | 0.63 |
| Hex | EE | CA | 51 | 0 | F | 42 | 7 | 2E | 52 | 3F |
| Octal | 356 | 312 | 121 | 0 | 17 | 102 | 7 | 56 | 122 | 77 |
| Binary | 11101110 | 11001010 | 1010001 | 0 | 1111 | 1000010 | 111 | 101110 | 1010010 | 111111 |
Color Harmonies of #EECA51
Complementary color
Monochromatic Colors of #EECA51
Black with #EECA51
Text Example
Text Example
White with #EECA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA51; }
p { color: rgb(238,202,81); }
H1.HeaderClassName
{
color: #EECA51;
}
.AnyTagClassName
{
color: #EECA51;
}
</style>
background-color css
<style>
a { background-color: #EECA51; }
a { background-color: rgb(238,202,81); }
div.DivClassName
{
background-color: #EECA51;
}
.BgClassName
{
background-color: #EECA51;
}
</style>
border-color css
<style>
span { border-color: #EECA51; }
span { border-color: rgb(238,202,81); }
td.TdClassName
{
border-color: #EECA51;
}
.TagClassName
{
border-color: #EECA51;
}
</style>