Shades of Festival #ECCD4A
Tints of Festival #ECCD4A
RGB
CMYK
RGB Variations
Color information
#ECCD4A (or 0xECCD4A) is known color: Festival. HEX triplet: EC, CD and 4A. RGB value is (236,205,74). Sum of RGB (Red+Green+Blue) = 236+205+74=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD4A is #1332B5. Grayscale: #C7C7C7. Windows color (decimal): -1258166 or 4902380. OLE color: 4902380.
HSL color Cylindrical-coordinate representation of color #ECCD4A: hue angle of 48.52º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECCD4A is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 74 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.07 |
| HSL | 48.52º | 0.81% | 0.61% | - |
| HSV(B) | 48.52º | 0.69% | 0.93% | - |
| XYZ | 57.66 | 61.99 | 15.4 | - |
| YUV | 199.34 | 57.27 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 74 | 0 | 0.13 | 0.69 | 0.07 | 48.52 | 0.81 | 0.61 |
| Hex | EC | CD | 4A | 0 | D | 45 | 7 | 31 | 51 | 3D |
| Octal | 354 | 315 | 112 | 0 | 15 | 105 | 7 | 61 | 121 | 75 |
| Binary | 11101100 | 11001101 | 1001010 | 0 | 1101 | 1000101 | 111 | 110001 | 1010001 | 111101 |
Color Harmonies of #ECCD4A
Complementary color
Monochromatic Colors of #ECCD4A
Black with #ECCD4A
Text Example
Text Example
White with #ECCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD4A; }
p { color: rgb(236,205,74); }
H1.HeaderClassName
{
color: #ECCD4A;
}
.AnyTagClassName
{
color: #ECCD4A;
}
</style>
background-color css
<style>
a { background-color: #ECCD4A; }
a { background-color: rgb(236,205,74); }
div.DivClassName
{
background-color: #ECCD4A;
}
.BgClassName
{
background-color: #ECCD4A;
}
</style>
border-color css
<style>
span { border-color: #ECCD4A; }
span { border-color: rgb(236,205,74); }
td.TdClassName
{
border-color: #ECCD4A;
}
.TagClassName
{
border-color: #ECCD4A;
}
</style>