Shades of Festival #EDD03B
Tints of Festival #EDD03B
RGB
CMYK
RGB Variations
Color information
#EDD03B (or 0xEDD03B) is known color: Festival. HEX triplet: ED, D0 and 3B. RGB value is (237,208,59). Sum of RGB (Red+Green+Blue) = 237+208+59=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD03B is #122FC4. Grayscale: #C8C8C8. Windows color (decimal): -1191877 or 3920109. OLE color: 3920109.
HSL color Cylindrical-coordinate representation of color #EDD03B: hue angle of 50.22º 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 #EDD03B is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 59 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.07 |
| HSL | 50.22º | 0.83% | 0.58% | - |
| HSV(B) | 50.22º | 0.75% | 0.93% | - |
| XYZ | 58.27 | 63.43 | 13.31 | - |
| YUV | 199.69 | 48.61 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 59 | 0 | 0.12 | 0.75 | 0.07 | 50.22 | 0.83 | 0.58 |
| Hex | ED | D0 | 3B | 0 | C | 4B | 7 | 32 | 53 | 3A |
| Octal | 355 | 320 | 73 | 0 | 14 | 113 | 7 | 62 | 123 | 72 |
| Binary | 11101101 | 11010000 | 111011 | 0 | 1100 | 1001011 | 111 | 110010 | 1010011 | 111010 |
Color Harmonies of #EDD03B
Complementary color
Monochromatic Colors of #EDD03B
Black with #EDD03B
Text Example
Text Example
White with #EDD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD03B; }
p { color: rgb(237,208,59); }
H1.HeaderClassName
{
color: #EDD03B;
}
.AnyTagClassName
{
color: #EDD03B;
}
</style>
background-color css
<style>
a { background-color: #EDD03B; }
a { background-color: rgb(237,208,59); }
div.DivClassName
{
background-color: #EDD03B;
}
.BgClassName
{
background-color: #EDD03B;
}
</style>
border-color css
<style>
span { border-color: #EDD03B; }
span { border-color: rgb(237,208,59); }
td.TdClassName
{
border-color: #EDD03B;
}
.TagClassName
{
border-color: #EDD03B;
}
</style>