Shades of Festival #ECD843
Tints of Festival #ECD843
RGB
CMYK
RGB Variations
Color information
#ECD843 (or 0xECD843) is known color: Festival. HEX triplet: EC, D8 and 43. RGB value is (236,216,67). Sum of RGB (Red+Green+Blue) = 236+216+67=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 67 (26.56% from 255 or 12.91% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD843 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD843 is #1327BC. Grayscale: #CDCDCD. Windows color (decimal): -1255357 or 4446444. OLE color: 4446444.
HSL color Cylindrical-coordinate representation of color #ECD843: hue angle of 52.9º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECD843 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 67 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.07 |
| HSL | 52.9º | 0.82% | 0.59% | - |
| HSV(B) | 52.9º | 0.72% | 0.93% | - |
| XYZ | 60.16 | 67.35 | 15.14 | - |
| YUV | 204.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 67 | 0 | 0.08 | 0.72 | 0.07 | 52.9 | 0.82 | 0.59 |
| Hex | EC | D8 | 43 | 0 | 8 | 48 | 7 | 35 | 52 | 3B |
| Octal | 354 | 330 | 103 | 0 | 10 | 110 | 7 | 65 | 122 | 73 |
| Binary | 11101100 | 11011000 | 1000011 | 0 | 1000 | 1001000 | 111 | 110101 | 1010010 | 111011 |
Color Harmonies of #ECD843
Complementary color
Monochromatic Colors of #ECD843
Black with #ECD843
Text Example
Text Example
White with #ECD843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD843; }
p { color: rgb(236,216,67); }
H1.HeaderClassName
{
color: #ECD843;
}
.AnyTagClassName
{
color: #ECD843;
}
</style>
background-color css
<style>
a { background-color: #ECD843; }
a { background-color: rgb(236,216,67); }
div.DivClassName
{
background-color: #ECD843;
}
.BgClassName
{
background-color: #ECD843;
}
</style>
border-color css
<style>
span { border-color: #ECD843; }
span { border-color: rgb(236,216,67); }
td.TdClassName
{
border-color: #ECD843;
}
.TagClassName
{
border-color: #ECD843;
}
</style>