Shades of Festival #EDD04B
Tints of Festival #EDD04B
RGB
CMYK
RGB Variations
Color information
#EDD04B (or 0xEDD04B) is known color: Festival. HEX triplet: ED, D0 and 4B. RGB value is (237,208,75). Sum of RGB (Red+Green+Blue) = 237+208+75=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD04B is #122FB4. Grayscale: #CACACA. Windows color (decimal): -1191861 or 4968685. OLE color: 4968685.
HSL color Cylindrical-coordinate representation of color #EDD04B: hue angle of 49.26º 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 #EDD04B is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 75 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.07 |
| HSL | 49.26º | 0.82% | 0.61% | - |
| HSV(B) | 49.26º | 0.68% | 0.93% | - |
| XYZ | 58.75 | 63.62 | 15.84 | - |
| YUV | 201.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 75 | 0 | 0.12 | 0.68 | 0.07 | 49.26 | 0.82 | 0.61 |
| Hex | ED | D0 | 4B | 0 | C | 44 | 7 | 31 | 52 | 3D |
| Octal | 355 | 320 | 113 | 0 | 14 | 104 | 7 | 61 | 122 | 75 |
| Binary | 11101101 | 11010000 | 1001011 | 0 | 1100 | 1000100 | 111 | 110001 | 1010010 | 111101 |
Color Harmonies of #EDD04B
Complementary color
Monochromatic Colors of #EDD04B
Black with #EDD04B
Text Example
Text Example
White with #EDD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD04B; }
p { color: rgb(237,208,75); }
H1.HeaderClassName
{
color: #EDD04B;
}
.AnyTagClassName
{
color: #EDD04B;
}
</style>
background-color css
<style>
a { background-color: #EDD04B; }
a { background-color: rgb(237,208,75); }
div.DivClassName
{
background-color: #EDD04B;
}
.BgClassName
{
background-color: #EDD04B;
}
</style>
border-color css
<style>
span { border-color: #EDD04B; }
span { border-color: rgb(237,208,75); }
td.TdClassName
{
border-color: #EDD04B;
}
.TagClassName
{
border-color: #EDD04B;
}
</style>