Shades of Festival #EDD33C
Tints of Festival #EDD33C
RGB
CMYK
RGB Variations
Color information
#EDD33C (or 0xEDD33C) is known color: Festival. HEX triplet: ED, D3 and 3C. RGB value is (237,211,60). Sum of RGB (Red+Green+Blue) = 237+211+60=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD33C is #122CC3. Grayscale: #CACACA. Windows color (decimal): -1191108 or 3986413. OLE color: 3986413.
HSL color Cylindrical-coordinate representation of color #EDD33C: hue angle of 51.19º 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 #EDD33C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 60 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.07 |
| HSL | 51.19º | 0.83% | 0.58% | - |
| HSV(B) | 51.19º | 0.75% | 0.93% | - |
| XYZ | 59.03 | 64.92 | 13.69 | - |
| YUV | 201.56 | 48.11 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 60 | 0 | 0.11 | 0.75 | 0.07 | 51.19 | 0.83 | 0.58 |
| Hex | ED | D3 | 3C | 0 | B | 4B | 7 | 33 | 53 | 3A |
| Octal | 355 | 323 | 74 | 0 | 13 | 113 | 7 | 63 | 123 | 72 |
| Binary | 11101101 | 11010011 | 111100 | 0 | 1011 | 1001011 | 111 | 110011 | 1010011 | 111010 |
Color Harmonies of #EDD33C
Complementary color
Monochromatic Colors of #EDD33C
Black with #EDD33C
Text Example
Text Example
White with #EDD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD33C; }
p { color: rgb(237,211,60); }
H1.HeaderClassName
{
color: #EDD33C;
}
.AnyTagClassName
{
color: #EDD33C;
}
</style>
background-color css
<style>
a { background-color: #EDD33C; }
a { background-color: rgb(237,211,60); }
div.DivClassName
{
background-color: #EDD33C;
}
.BgClassName
{
background-color: #EDD33C;
}
</style>
border-color css
<style>
span { border-color: #EDD33C; }
span { border-color: rgb(237,211,60); }
td.TdClassName
{
border-color: #EDD33C;
}
.TagClassName
{
border-color: #EDD33C;
}
</style>