Shades of Festival #EDCF3C
Tints of Festival #EDCF3C
RGB
CMYK
RGB Variations
Color information
#EDCF3C (or 0xEDCF3C) is known color: Festival. HEX triplet: ED, CF and 3C. RGB value is (237,207,60). Sum of RGB (Red+Green+Blue) = 237+207+60=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF3C is #1230C3. Grayscale: #C7C7C7. Windows color (decimal): -1192132 or 3985389. OLE color: 3985389.
HSL color Cylindrical-coordinate representation of color #EDCF3C: hue angle of 49.83º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDCF3C is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 60 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.07 |
| HSL | 49.83º | 0.83% | 0.58% | - |
| HSV(B) | 49.83º | 0.75% | 0.93% | - |
| XYZ | 58.05 | 62.96 | 13.37 | - |
| YUV | 199.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 60 | 0 | 0.13 | 0.75 | 0.07 | 49.83 | 0.83 | 0.58 |
| Hex | ED | CF | 3C | 0 | D | 4B | 7 | 32 | 53 | 3A |
| Octal | 355 | 317 | 74 | 0 | 15 | 113 | 7 | 62 | 123 | 72 |
| Binary | 11101101 | 11001111 | 111100 | 0 | 1101 | 1001011 | 111 | 110010 | 1010011 | 111010 |
Color Harmonies of #EDCF3C
Complementary color
Monochromatic Colors of #EDCF3C
Black with #EDCF3C
Text Example
Text Example
White with #EDCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCF3C; }
p { color: rgb(237,207,60); }
H1.HeaderClassName
{
color: #EDCF3C;
}
.AnyTagClassName
{
color: #EDCF3C;
}
</style>
background-color css
<style>
a { background-color: #EDCF3C; }
a { background-color: rgb(237,207,60); }
div.DivClassName
{
background-color: #EDCF3C;
}
.BgClassName
{
background-color: #EDCF3C;
}
</style>
border-color css
<style>
span { border-color: #EDCF3C; }
span { border-color: rgb(237,207,60); }
td.TdClassName
{
border-color: #EDCF3C;
}
.TagClassName
{
border-color: #EDCF3C;
}
</style>