Shades of Festival #EDC950
Tints of Festival #EDC950
RGB
CMYK
RGB Variations
Color information
#EDC950 (or 0xEDC950) is known color: Festival. HEX triplet: ED, C9 and 50. RGB value is (237,201,80). Sum of RGB (Red+Green+Blue) = 237+201+80=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC950 is #1236AF. Grayscale: #C6C6C6. Windows color (decimal): -1193648 or 5294573. OLE color: 5294573.
HSL color Cylindrical-coordinate representation of color #EDC950: hue angle of 46.24º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDC950 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 80 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.07 |
| HSL | 46.24º | 0.81% | 0.62% | - |
| HSV(B) | 46.24º | 0.66% | 0.93% | - |
| XYZ | 57.26 | 60.36 | 16.22 | - |
| YUV | 197.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 80 | 0 | 0.15 | 0.66 | 0.07 | 46.24 | 0.81 | 0.62 |
| Hex | ED | C9 | 50 | 0 | F | 42 | 7 | 2E | 51 | 3E |
| Octal | 355 | 311 | 120 | 0 | 17 | 102 | 7 | 56 | 121 | 76 |
| Binary | 11101101 | 11001001 | 1010000 | 0 | 1111 | 1000010 | 111 | 101110 | 1010001 | 111110 |
Color Harmonies of #EDC950
Complementary color
Monochromatic Colors of #EDC950
Black with #EDC950
Text Example
Text Example
White with #EDC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC950; }
p { color: rgb(237,201,80); }
H1.HeaderClassName
{
color: #EDC950;
}
.AnyTagClassName
{
color: #EDC950;
}
</style>
background-color css
<style>
a { background-color: #EDC950; }
a { background-color: rgb(237,201,80); }
div.DivClassName
{
background-color: #EDC950;
}
.BgClassName
{
background-color: #EDC950;
}
</style>
border-color css
<style>
span { border-color: #EDC950; }
span { border-color: rgb(237,201,80); }
td.TdClassName
{
border-color: #EDC950;
}
.TagClassName
{
border-color: #EDC950;
}
</style>