Shades of Festival #EDD34D
Tints of Festival #EDD34D
RGB
CMYK
RGB Variations
Color information
#EDD34D (or 0xEDD34D) is known color: Festival. HEX triplet: ED, D3 and 4D. RGB value is (237,211,77). Sum of RGB (Red+Green+Blue) = 237+211+77=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD34D is #122CB2. Grayscale: #CCCCCC. Windows color (decimal): -1191091 or 5100525. OLE color: 5100525.
HSL color Cylindrical-coordinate representation of color #EDD34D: hue angle of 50.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDD34D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 77 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.07 |
| HSL | 50.25º | 0.82% | 0.62% | - |
| HSV(B) | 50.25º | 0.68% | 0.93% | - |
| XYZ | 59.56 | 65.13 | 16.45 | - |
| YUV | 203.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 77 | 0 | 0.11 | 0.68 | 0.07 | 50.25 | 0.82 | 0.62 |
| Hex | ED | D3 | 4D | 0 | B | 44 | 7 | 32 | 52 | 3E |
| Octal | 355 | 323 | 115 | 0 | 13 | 104 | 7 | 62 | 122 | 76 |
| Binary | 11101101 | 11010011 | 1001101 | 0 | 1011 | 1000100 | 111 | 110010 | 1010010 | 111110 |
Color Harmonies of #EDD34D
Complementary color
Monochromatic Colors of #EDD34D
Black with #EDD34D
Text Example
Text Example
White with #EDD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD34D; }
p { color: rgb(237,211,77); }
H1.HeaderClassName
{
color: #EDD34D;
}
.AnyTagClassName
{
color: #EDD34D;
}
</style>
background-color css
<style>
a { background-color: #EDD34D; }
a { background-color: rgb(237,211,77); }
div.DivClassName
{
background-color: #EDD34D;
}
.BgClassName
{
background-color: #EDD34D;
}
</style>
border-color css
<style>
span { border-color: #EDD34D; }
span { border-color: rgb(237,211,77); }
td.TdClassName
{
border-color: #EDD34D;
}
.TagClassName
{
border-color: #EDD34D;
}
</style>