Shades of Festival #EDCC4C
Tints of Festival #EDCC4C
RGB
CMYK
RGB Variations
Color information
#EDCC4C (or 0xEDCC4C) is known color: Festival. HEX triplet: ED, CC and 4C. RGB value is (237,204,76). Sum of RGB (Red+Green+Blue) = 237+204+76=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 76 (30.08% from 255 or 14.70% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC4C is #1233B3. Grayscale: #C7C7C7. Windows color (decimal): -1192884 or 5033197. OLE color: 5033197.
HSL color Cylindrical-coordinate representation of color #EDCC4C: hue angle of 47.7º 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 #EDCC4C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 76 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.07 |
| HSL | 47.7º | 0.82% | 0.61% | - |
| HSV(B) | 47.7º | 0.68% | 0.93% | - |
| XYZ | 57.82 | 61.71 | 15.7 | - |
| YUV | 199.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 76 | 0 | 0.14 | 0.68 | 0.07 | 47.7 | 0.82 | 0.61 |
| Hex | ED | CC | 4C | 0 | E | 44 | 7 | 30 | 52 | 3D |
| Octal | 355 | 314 | 114 | 0 | 16 | 104 | 7 | 60 | 122 | 75 |
| Binary | 11101101 | 11001100 | 1001100 | 0 | 1110 | 1000100 | 111 | 110000 | 1010010 | 111101 |
Color Harmonies of #EDCC4C
Complementary color
Monochromatic Colors of #EDCC4C
Black with #EDCC4C
Text Example
Text Example
White with #EDCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC4C; }
p { color: rgb(237,204,76); }
H1.HeaderClassName
{
color: #EDCC4C;
}
.AnyTagClassName
{
color: #EDCC4C;
}
</style>
background-color css
<style>
a { background-color: #EDCC4C; }
a { background-color: rgb(237,204,76); }
div.DivClassName
{
background-color: #EDCC4C;
}
.BgClassName
{
background-color: #EDCC4C;
}
</style>
border-color css
<style>
span { border-color: #EDCC4C; }
span { border-color: rgb(237,204,76); }
td.TdClassName
{
border-color: #EDCC4C;
}
.TagClassName
{
border-color: #EDCC4C;
}
</style>