Shades of Festival #EDCD4C
Tints of Festival #EDCD4C
RGB
CMYK
RGB Variations
Color information
#EDCD4C (or 0xEDCD4C) is known color: Festival. HEX triplet: ED, CD and 4C. RGB value is (237,205,76). Sum of RGB (Red+Green+Blue) = 237+205+76=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD4C is #1232B3. Grayscale: #C8C8C8. Windows color (decimal): -1192628 or 5033453. OLE color: 5033453.
HSL color Cylindrical-coordinate representation of color #EDCD4C: hue angle of 48.07º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDCD4C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 76 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.07 |
| HSL | 48.07º | 0.82% | 0.61% | - |
| HSV(B) | 48.07º | 0.68% | 0.93% | - |
| XYZ | 58.06 | 62.19 | 15.78 | - |
| YUV | 199.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 76 | 0 | 0.14 | 0.68 | 0.07 | 48.07 | 0.82 | 0.61 |
| Hex | ED | CD | 4C | 0 | E | 44 | 7 | 30 | 52 | 3D |
| Octal | 355 | 315 | 114 | 0 | 16 | 104 | 7 | 60 | 122 | 75 |
| Binary | 11101101 | 11001101 | 1001100 | 0 | 1110 | 1000100 | 111 | 110000 | 1010010 | 111101 |
Color Harmonies of #EDCD4C
Complementary color
Monochromatic Colors of #EDCD4C
Black with #EDCD4C
Text Example
Text Example
White with #EDCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD4C; }
p { color: rgb(237,205,76); }
H1.HeaderClassName
{
color: #EDCD4C;
}
.AnyTagClassName
{
color: #EDCD4C;
}
</style>
background-color css
<style>
a { background-color: #EDCD4C; }
a { background-color: rgb(237,205,76); }
div.DivClassName
{
background-color: #EDCD4C;
}
.BgClassName
{
background-color: #EDCD4C;
}
</style>
border-color css
<style>
span { border-color: #EDCD4C; }
span { border-color: rgb(237,205,76); }
td.TdClassName
{
border-color: #EDCD4C;
}
.TagClassName
{
border-color: #EDCD4C;
}
</style>