Shades of Festival #ECCB4D
Tints of Festival #ECCB4D
RGB
CMYK
RGB Variations
Color information
#ECCB4D (or 0xECCB4D) is known color: Festival. HEX triplet: EC, CB and 4D. RGB value is (236,203,77). Sum of RGB (Red+Green+Blue) = 236+203+77=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB4D is #1334B2. Grayscale: #C7C7C7. Windows color (decimal): -1258675 or 5098476. OLE color: 5098476.
HSL color Cylindrical-coordinate representation of color #ECCB4D: hue angle of 47.55º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECCB4D is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 77 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.55º | 0.81% | 0.61% | - |
| HSV(B) | 47.55º | 0.67% | 0.93% | - |
| XYZ | 57.29 | 61.08 | 15.79 | - |
| YUV | 198.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 77 | 0 | 0.14 | 0.67 | 0.07 | 47.55 | 0.81 | 0.61 |
| Hex | EC | CB | 4D | 0 | E | 43 | 7 | 30 | 51 | 3D |
| Octal | 354 | 313 | 115 | 0 | 16 | 103 | 7 | 60 | 121 | 75 |
| Binary | 11101100 | 11001011 | 1001101 | 0 | 1110 | 1000011 | 111 | 110000 | 1010001 | 111101 |
Color Harmonies of #ECCB4D
Complementary color
Monochromatic Colors of #ECCB4D
Black with #ECCB4D
Text Example
Text Example
White with #ECCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB4D; }
p { color: rgb(236,203,77); }
H1.HeaderClassName
{
color: #ECCB4D;
}
.AnyTagClassName
{
color: #ECCB4D;
}
</style>
background-color css
<style>
a { background-color: #ECCB4D; }
a { background-color: rgb(236,203,77); }
div.DivClassName
{
background-color: #ECCB4D;
}
.BgClassName
{
background-color: #ECCB4D;
}
</style>
border-color css
<style>
span { border-color: #ECCB4D; }
span { border-color: rgb(236,203,77); }
td.TdClassName
{
border-color: #ECCB4D;
}
.TagClassName
{
border-color: #ECCB4D;
}
</style>