Shades of Festival #EDC945
Tints of Festival #EDC945
RGB
CMYK
RGB Variations
Color information
#EDC945 (or 0xEDC945) is known color: Festival. HEX triplet: ED, C9 and 45. RGB value is (237,201,69). Sum of RGB (Red+Green+Blue) = 237+201+69=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC945 is #1236BA. Grayscale: #C5C5C5. Windows color (decimal): -1193659 or 4573677. OLE color: 4573677.
HSL color Cylindrical-coordinate representation of color #EDC945: hue angle of 47.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDC945 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 69 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.07 |
| HSL | 47.14º | 0.82% | 0.6% | - |
| HSV(B) | 47.14º | 0.71% | 0.93% | - |
| XYZ | 56.89 | 60.21 | 14.25 | - |
| YUV | 196.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 69 | 0 | 0.15 | 0.71 | 0.07 | 47.14 | 0.82 | 0.6 |
| Hex | ED | C9 | 45 | 0 | F | 47 | 7 | 2F | 52 | 3C |
| Octal | 355 | 311 | 105 | 0 | 17 | 107 | 7 | 57 | 122 | 74 |
| Binary | 11101101 | 11001001 | 1000101 | 0 | 1111 | 1000111 | 111 | 101111 | 1010010 | 111100 |
Color Harmonies of #EDC945
Complementary color
Monochromatic Colors of #EDC945
Black with #EDC945
Text Example
Text Example
White with #EDC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC945; }
p { color: rgb(237,201,69); }
H1.HeaderClassName
{
color: #EDC945;
}
.AnyTagClassName
{
color: #EDC945;
}
</style>
background-color css
<style>
a { background-color: #EDC945; }
a { background-color: rgb(237,201,69); }
div.DivClassName
{
background-color: #EDC945;
}
.BgClassName
{
background-color: #EDC945;
}
</style>
border-color css
<style>
span { border-color: #EDC945; }
span { border-color: rgb(237,201,69); }
td.TdClassName
{
border-color: #EDC945;
}
.TagClassName
{
border-color: #EDC945;
}
</style>