Shades of Festival #EDCB50
Tints of Festival #EDCB50
RGB
CMYK
RGB Variations
Color information
#EDCB50 (or 0xEDCB50) is known color: Festival. HEX triplet: ED, CB and 50. RGB value is (237,203,80). Sum of RGB (Red+Green+Blue) = 237+203+80=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB50 is #1234AF. Grayscale: #C7C7C7. Windows color (decimal): -1193136 or 5295085. OLE color: 5295085.
HSL color Cylindrical-coordinate representation of color #EDCB50: hue angle of 47.01º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDCB50 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 80 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.07 |
| HSL | 47.01º | 0.81% | 0.62% | - |
| HSV(B) | 47.01º | 0.66% | 0.93% | - |
| XYZ | 57.73 | 61.3 | 16.38 | - |
| YUV | 199.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 80 | 0 | 0.14 | 0.66 | 0.07 | 47.01 | 0.81 | 0.62 |
| Hex | ED | CB | 50 | 0 | E | 42 | 7 | 2F | 51 | 3E |
| Octal | 355 | 313 | 120 | 0 | 16 | 102 | 7 | 57 | 121 | 76 |
| Binary | 11101101 | 11001011 | 1010000 | 0 | 1110 | 1000010 | 111 | 101111 | 1010001 | 111110 |
Color Harmonies of #EDCB50
Complementary color
Monochromatic Colors of #EDCB50
Black with #EDCB50
Text Example
Text Example
White with #EDCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB50; }
p { color: rgb(237,203,80); }
H1.HeaderClassName
{
color: #EDCB50;
}
.AnyTagClassName
{
color: #EDCB50;
}
</style>
background-color css
<style>
a { background-color: #EDCB50; }
a { background-color: rgb(237,203,80); }
div.DivClassName
{
background-color: #EDCB50;
}
.BgClassName
{
background-color: #EDCB50;
}
</style>
border-color css
<style>
span { border-color: #EDCB50; }
span { border-color: rgb(237,203,80); }
td.TdClassName
{
border-color: #EDCB50;
}
.TagClassName
{
border-color: #EDCB50;
}
</style>