Shades of Festival #EDD34C
Tints of Festival #EDD34C
RGB
CMYK
RGB Variations
Color information
#EDD34C (or 0xEDD34C) is known color: Festival. HEX triplet: ED, D3 and 4C. RGB value is (237,211,76). Sum of RGB (Red+Green+Blue) = 237+211+76=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD34C is #122CB3. Grayscale: #CBCBCB. Windows color (decimal): -1191092 or 5034989. OLE color: 5034989.
HSL color Cylindrical-coordinate representation of color #EDD34C: hue angle of 50.31º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDD34C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 76 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.07 |
| HSL | 50.31º | 0.82% | 0.61% | - |
| HSV(B) | 50.31º | 0.68% | 0.93% | - |
| XYZ | 59.52 | 65.11 | 16.27 | - |
| YUV | 203.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 76 | 0 | 0.11 | 0.68 | 0.07 | 50.31 | 0.82 | 0.61 |
| Hex | ED | D3 | 4C | 0 | B | 44 | 7 | 32 | 52 | 3D |
| Octal | 355 | 323 | 114 | 0 | 13 | 104 | 7 | 62 | 122 | 75 |
| Binary | 11101101 | 11010011 | 1001100 | 0 | 1011 | 1000100 | 111 | 110010 | 1010010 | 111101 |
Color Harmonies of #EDD34C
Complementary color
Monochromatic Colors of #EDD34C
Black with #EDD34C
Text Example
Text Example
White with #EDD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD34C; }
p { color: rgb(237,211,76); }
H1.HeaderClassName
{
color: #EDD34C;
}
.AnyTagClassName
{
color: #EDD34C;
}
</style>
background-color css
<style>
a { background-color: #EDD34C; }
a { background-color: rgb(237,211,76); }
div.DivClassName
{
background-color: #EDD34C;
}
.BgClassName
{
background-color: #EDD34C;
}
</style>
border-color css
<style>
span { border-color: #EDD34C; }
span { border-color: rgb(237,211,76); }
td.TdClassName
{
border-color: #EDD34C;
}
.TagClassName
{
border-color: #EDD34C;
}
</style>