Shades of Festival #EECA50
Tints of Festival #EECA50
RGB
CMYK
RGB Variations
Color information
#EECA50 (or 0xEECA50) is known color: Festival. HEX triplet: EE, CA and 50. RGB value is (238,202,80). Sum of RGB (Red+Green+Blue) = 238+202+80=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA50 is #1135AF. Grayscale: #C7C7C7. Windows color (decimal): -1127856 or 5294830. OLE color: 5294830.
HSL color Cylindrical-coordinate representation of color #EECA50: hue angle of 46.33º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EECA50 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 80 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.07 |
| HSL | 46.33º | 0.82% | 0.62% | - |
| HSV(B) | 46.33º | 0.66% | 0.93% | - |
| XYZ | 57.83 | 61 | 16.32 | - |
| YUV | 198.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 80 | 0 | 0.15 | 0.66 | 0.07 | 46.33 | 0.82 | 0.62 |
| Hex | EE | CA | 50 | 0 | F | 42 | 7 | 2E | 52 | 3E |
| Octal | 356 | 312 | 120 | 0 | 17 | 102 | 7 | 56 | 122 | 76 |
| Binary | 11101110 | 11001010 | 1010000 | 0 | 1111 | 1000010 | 111 | 101110 | 1010010 | 111110 |
Color Harmonies of #EECA50
Complementary color
Monochromatic Colors of #EECA50
Black with #EECA50
Text Example
Text Example
White with #EECA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA50; }
p { color: rgb(238,202,80); }
H1.HeaderClassName
{
color: #EECA50;
}
.AnyTagClassName
{
color: #EECA50;
}
</style>
background-color css
<style>
a { background-color: #EECA50; }
a { background-color: rgb(238,202,80); }
div.DivClassName
{
background-color: #EECA50;
}
.BgClassName
{
background-color: #EECA50;
}
</style>
border-color css
<style>
span { border-color: #EECA50; }
span { border-color: rgb(238,202,80); }
td.TdClassName
{
border-color: #EECA50;
}
.TagClassName
{
border-color: #EECA50;
}
</style>