Shades of Festival #EDD23C
Tints of Festival #EDD23C
RGB
CMYK
RGB Variations
Color information
#EDD23C (or 0xEDD23C) is known color: Festival. HEX triplet: ED, D2 and 3C. RGB value is (237,210,60). Sum of RGB (Red+Green+Blue) = 237+210+60=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD23C is #122DC3. Grayscale: #C9C9C9. Windows color (decimal): -1191364 or 3986157. OLE color: 3986157.
HSL color Cylindrical-coordinate representation of color #EDD23C: hue angle of 50.85º 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 #EDD23C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 60 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.07 |
| HSL | 50.85º | 0.83% | 0.58% | - |
| HSV(B) | 50.85º | 0.75% | 0.93% | - |
| XYZ | 58.79 | 64.42 | 13.61 | - |
| YUV | 200.97 | 48.45 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 60 | 0 | 0.11 | 0.75 | 0.07 | 50.85 | 0.83 | 0.58 |
| Hex | ED | D2 | 3C | 0 | B | 4B | 7 | 33 | 53 | 3A |
| Octal | 355 | 322 | 74 | 0 | 13 | 113 | 7 | 63 | 123 | 72 |
| Binary | 11101101 | 11010010 | 111100 | 0 | 1011 | 1001011 | 111 | 110011 | 1010011 | 111010 |
Color Harmonies of #EDD23C
Complementary color
Monochromatic Colors of #EDD23C
Black with #EDD23C
Text Example
Text Example
White with #EDD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD23C; }
p { color: rgb(237,210,60); }
H1.HeaderClassName
{
color: #EDD23C;
}
.AnyTagClassName
{
color: #EDD23C;
}
</style>
background-color css
<style>
a { background-color: #EDD23C; }
a { background-color: rgb(237,210,60); }
div.DivClassName
{
background-color: #EDD23C;
}
.BgClassName
{
background-color: #EDD23C;
}
</style>
border-color css
<style>
span { border-color: #EDD23C; }
span { border-color: rgb(237,210,60); }
td.TdClassName
{
border-color: #EDD23C;
}
.TagClassName
{
border-color: #EDD23C;
}
</style>