Shades of Festival #EECD50
Tints of Festival #EECD50
RGB
CMYK
RGB Variations
Color information
#EECD50 (or 0xEECD50) is known color: Festival. HEX triplet: EE, CD and 50. RGB value is (238,205,80). Sum of RGB (Red+Green+Blue) = 238+205+80=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD50 is #1132AF. Grayscale: #C9C9C9. Windows color (decimal): -1127088 or 5295598. OLE color: 5295598.
HSL color Cylindrical-coordinate representation of color #EECD50: hue angle of 47.47º 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 #EECD50 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 80 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.07 |
| HSL | 47.47º | 0.82% | 0.62% | - |
| HSV(B) | 47.47º | 0.66% | 0.93% | - |
| XYZ | 58.54 | 62.42 | 16.55 | - |
| YUV | 200.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 80 | 0 | 0.14 | 0.66 | 0.07 | 47.47 | 0.82 | 0.62 |
| Hex | EE | CD | 50 | 0 | E | 42 | 7 | 2F | 52 | 3E |
| Octal | 356 | 315 | 120 | 0 | 16 | 102 | 7 | 57 | 122 | 76 |
| Binary | 11101110 | 11001101 | 1010000 | 0 | 1110 | 1000010 | 111 | 101111 | 1010010 | 111110 |
Color Harmonies of #EECD50
Complementary color
Monochromatic Colors of #EECD50
Black with #EECD50
Text Example
Text Example
White with #EECD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD50; }
p { color: rgb(238,205,80); }
H1.HeaderClassName
{
color: #EECD50;
}
.AnyTagClassName
{
color: #EECD50;
}
</style>
background-color css
<style>
a { background-color: #EECD50; }
a { background-color: rgb(238,205,80); }
div.DivClassName
{
background-color: #EECD50;
}
.BgClassName
{
background-color: #EECD50;
}
</style>
border-color css
<style>
span { border-color: #EECD50; }
span { border-color: rgb(238,205,80); }
td.TdClassName
{
border-color: #EECD50;
}
.TagClassName
{
border-color: #EECD50;
}
</style>