Shades of Festival #EDCC4F
Tints of Festival #EDCC4F
RGB
CMYK
RGB Variations
Color information
#EDCC4F (or 0xEDCC4F) is known color: Festival. HEX triplet: ED, CC and 4F. RGB value is (237,204,79). Sum of RGB (Red+Green+Blue) = 237+204+79=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC4F is #1233B0. Grayscale: #C8C8C8. Windows color (decimal): -1192881 or 5229805. OLE color: 5229805.
HSL color Cylindrical-coordinate representation of color #EDCC4F: hue angle of 47.47º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDCC4F is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 79 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.47º | 0.81% | 0.62% | - |
| HSV(B) | 47.47º | 0.67% | 0.93% | - |
| XYZ | 57.93 | 61.75 | 16.26 | - |
| YUV | 199.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 79 | 0 | 0.14 | 0.67 | 0.07 | 47.47 | 0.81 | 0.62 |
| Hex | ED | CC | 4F | 0 | E | 43 | 7 | 2F | 51 | 3E |
| Octal | 355 | 314 | 117 | 0 | 16 | 103 | 7 | 57 | 121 | 76 |
| Binary | 11101101 | 11001100 | 1001111 | 0 | 1110 | 1000011 | 111 | 101111 | 1010001 | 111110 |
Color Harmonies of #EDCC4F
Complementary color
Monochromatic Colors of #EDCC4F
Black with #EDCC4F
Text Example
Text Example
White with #EDCC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC4F; }
p { color: rgb(237,204,79); }
H1.HeaderClassName
{
color: #EDCC4F;
}
.AnyTagClassName
{
color: #EDCC4F;
}
</style>
background-color css
<style>
a { background-color: #EDCC4F; }
a { background-color: rgb(237,204,79); }
div.DivClassName
{
background-color: #EDCC4F;
}
.BgClassName
{
background-color: #EDCC4F;
}
</style>
border-color css
<style>
span { border-color: #EDCC4F; }
span { border-color: rgb(237,204,79); }
td.TdClassName
{
border-color: #EDCC4F;
}
.TagClassName
{
border-color: #EDCC4F;
}
</style>