Shades of Festival #EDCB4D
Tints of Festival #EDCB4D
RGB
CMYK
RGB Variations
Color information
#EDCB4D (or 0xEDCB4D) is known color: Festival. HEX triplet: ED, CB and 4D. RGB value is (237,203,77). Sum of RGB (Red+Green+Blue) = 237+203+77=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB4D is #1234B2. Grayscale: #C7C7C7. Windows color (decimal): -1193139 or 5098477. OLE color: 5098477.
HSL color Cylindrical-coordinate representation of color #EDCB4D: hue angle of 47.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDCB4D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 77 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.07 |
| HSL | 47.25º | 0.82% | 0.62% | - |
| HSV(B) | 47.25º | 0.68% | 0.93% | - |
| XYZ | 57.62 | 61.25 | 15.81 | - |
| YUV | 198.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 77 | 0 | 0.14 | 0.68 | 0.07 | 47.25 | 0.82 | 0.62 |
| Hex | ED | CB | 4D | 0 | E | 44 | 7 | 2F | 52 | 3E |
| Octal | 355 | 313 | 115 | 0 | 16 | 104 | 7 | 57 | 122 | 76 |
| Binary | 11101101 | 11001011 | 1001101 | 0 | 1110 | 1000100 | 111 | 101111 | 1010010 | 111110 |
Color Harmonies of #EDCB4D
Complementary color
Monochromatic Colors of #EDCB4D
Black with #EDCB4D
Text Example
Text Example
White with #EDCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB4D; }
p { color: rgb(237,203,77); }
H1.HeaderClassName
{
color: #EDCB4D;
}
.AnyTagClassName
{
color: #EDCB4D;
}
</style>
background-color css
<style>
a { background-color: #EDCB4D; }
a { background-color: rgb(237,203,77); }
div.DivClassName
{
background-color: #EDCB4D;
}
.BgClassName
{
background-color: #EDCB4D;
}
</style>
border-color css
<style>
span { border-color: #EDCB4D; }
span { border-color: rgb(237,203,77); }
td.TdClassName
{
border-color: #EDCB4D;
}
.TagClassName
{
border-color: #EDCB4D;
}
</style>