Shades of Festival #EDD34A
Tints of Festival #EDD34A
RGB
CMYK
RGB Variations
Color information
#EDD34A (or 0xEDD34A) is known color: Festival. HEX triplet: ED, D3 and 4A. RGB value is (237,211,74). Sum of RGB (Red+Green+Blue) = 237+211+74=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD34A is #122CB5. Grayscale: #CBCBCB. Windows color (decimal): -1191094 or 4903917. OLE color: 4903917.
HSL color Cylindrical-coordinate representation of color #EDD34A: hue angle of 50.43º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDD34A is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 74 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.07 |
| HSL | 50.43º | 0.82% | 0.61% | - |
| HSV(B) | 50.43º | 0.69% | 0.93% | - |
| XYZ | 59.46 | 65.09 | 15.91 | - |
| YUV | 203.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 74 | 0 | 0.11 | 0.69 | 0.07 | 50.43 | 0.82 | 0.61 |
| Hex | ED | D3 | 4A | 0 | B | 45 | 7 | 32 | 52 | 3D |
| Octal | 355 | 323 | 112 | 0 | 13 | 105 | 7 | 62 | 122 | 75 |
| Binary | 11101101 | 11010011 | 1001010 | 0 | 1011 | 1000101 | 111 | 110010 | 1010010 | 111101 |
Color Harmonies of #EDD34A
Complementary color
Monochromatic Colors of #EDD34A
Black with #EDD34A
Text Example
Text Example
White with #EDD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD34A; }
p { color: rgb(237,211,74); }
H1.HeaderClassName
{
color: #EDD34A;
}
.AnyTagClassName
{
color: #EDD34A;
}
</style>
background-color css
<style>
a { background-color: #EDD34A; }
a { background-color: rgb(237,211,74); }
div.DivClassName
{
background-color: #EDD34A;
}
.BgClassName
{
background-color: #EDD34A;
}
</style>
border-color css
<style>
span { border-color: #EDD34A; }
span { border-color: rgb(237,211,74); }
td.TdClassName
{
border-color: #EDD34A;
}
.TagClassName
{
border-color: #EDD34A;
}
</style>