Shades of Festival #EDCB4C
Tints of Festival #EDCB4C
RGB
CMYK
RGB Variations
Color information
#EDCB4C (or 0xEDCB4C) is known color: Festival. HEX triplet: ED, CB and 4C. RGB value is (237,203,76). Sum of RGB (Red+Green+Blue) = 237+203+76=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB4C is #1234B3. Grayscale: #C7C7C7. Windows color (decimal): -1193140 or 5032941. OLE color: 5032941.
HSL color Cylindrical-coordinate representation of color #EDCB4C: hue angle of 47.33º 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 #EDCB4C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 76 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.07 |
| HSL | 47.33º | 0.82% | 0.61% | - |
| HSV(B) | 47.33º | 0.68% | 0.93% | - |
| XYZ | 57.59 | 61.24 | 15.62 | - |
| YUV | 198.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 76 | 0 | 0.14 | 0.68 | 0.07 | 47.33 | 0.82 | 0.61 |
| Hex | ED | CB | 4C | 0 | E | 44 | 7 | 2F | 52 | 3D |
| Octal | 355 | 313 | 114 | 0 | 16 | 104 | 7 | 57 | 122 | 75 |
| Binary | 11101101 | 11001011 | 1001100 | 0 | 1110 | 1000100 | 111 | 101111 | 1010010 | 111101 |
Color Harmonies of #EDCB4C
Complementary color
Monochromatic Colors of #EDCB4C
Black with #EDCB4C
Text Example
Text Example
White with #EDCB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB4C; }
p { color: rgb(237,203,76); }
H1.HeaderClassName
{
color: #EDCB4C;
}
.AnyTagClassName
{
color: #EDCB4C;
}
</style>
background-color css
<style>
a { background-color: #EDCB4C; }
a { background-color: rgb(237,203,76); }
div.DivClassName
{
background-color: #EDCB4C;
}
.BgClassName
{
background-color: #EDCB4C;
}
</style>
border-color css
<style>
span { border-color: #EDCB4C; }
span { border-color: rgb(237,203,76); }
td.TdClassName
{
border-color: #EDCB4C;
}
.TagClassName
{
border-color: #EDCB4C;
}
</style>