Shades of Festival #ECCD51
Tints of Festival #ECCD51
RGB
CMYK
RGB Variations
Color information
#ECCD51 (or 0xECCD51) is known color: Festival. HEX triplet: EC, CD and 51. RGB value is (236,205,81). Sum of RGB (Red+Green+Blue) = 236+205+81=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD51 is #1332AE. Grayscale: #C8C8C8. Windows color (decimal): -1258159 or 5361132. OLE color: 5361132.
HSL color Cylindrical-coordinate representation of color #ECCD51: hue angle of 48º degrees, saturation: 0.8, 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 #ECCD51 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 81 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.07 |
| HSL | 48º | 0.8% | 0.62% | - |
| HSV(B) | 48º | 0.66% | 0.93% | - |
| XYZ | 57.91 | 62.09 | 16.72 | - |
| YUV | 200.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 81 | 0 | 0.13 | 0.66 | 0.07 | 48 | 0.8 | 0.62 |
| Hex | EC | CD | 51 | 0 | D | 42 | 7 | 30 | 50 | 3E |
| Octal | 354 | 315 | 121 | 0 | 15 | 102 | 7 | 60 | 120 | 76 |
| Binary | 11101100 | 11001101 | 1010001 | 0 | 1101 | 1000010 | 111 | 110000 | 1010000 | 111110 |
Color Harmonies of #ECCD51
Complementary color
Monochromatic Colors of #ECCD51
Black with #ECCD51
Text Example
Text Example
White with #ECCD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD51; }
p { color: rgb(236,205,81); }
H1.HeaderClassName
{
color: #ECCD51;
}
.AnyTagClassName
{
color: #ECCD51;
}
</style>
background-color css
<style>
a { background-color: #ECCD51; }
a { background-color: rgb(236,205,81); }
div.DivClassName
{
background-color: #ECCD51;
}
.BgClassName
{
background-color: #ECCD51;
}
</style>
border-color css
<style>
span { border-color: #ECCD51; }
span { border-color: rgb(236,205,81); }
td.TdClassName
{
border-color: #ECCD51;
}
.TagClassName
{
border-color: #ECCD51;
}
</style>