Shades of Festival #EDC94B
Tints of Festival #EDC94B
RGB
CMYK
RGB Variations
Color information
#EDC94B (or 0xEDC94B) is known color: Festival. HEX triplet: ED, C9 and 4B. RGB value is (237,201,75). Sum of RGB (Red+Green+Blue) = 237+201+75=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC94B is #1236B4. Grayscale: #C5C5C5. Windows color (decimal): -1193653 or 4966893. OLE color: 4966893.
HSL color Cylindrical-coordinate representation of color #EDC94B: hue angle of 46.67º 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 #EDC94B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 75 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.07 |
| HSL | 46.67º | 0.82% | 0.61% | - |
| HSV(B) | 46.67º | 0.68% | 0.93% | - |
| XYZ | 57.08 | 60.29 | 15.28 | - |
| YUV | 197.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 75 | 0 | 0.15 | 0.68 | 0.07 | 46.67 | 0.82 | 0.61 |
| Hex | ED | C9 | 4B | 0 | F | 44 | 7 | 2F | 52 | 3D |
| Octal | 355 | 311 | 113 | 0 | 17 | 104 | 7 | 57 | 122 | 75 |
| Binary | 11101101 | 11001001 | 1001011 | 0 | 1111 | 1000100 | 111 | 101111 | 1010010 | 111101 |
Color Harmonies of #EDC94B
Complementary color
Monochromatic Colors of #EDC94B
Black with #EDC94B
Text Example
Text Example
White with #EDC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC94B; }
p { color: rgb(237,201,75); }
H1.HeaderClassName
{
color: #EDC94B;
}
.AnyTagClassName
{
color: #EDC94B;
}
</style>
background-color css
<style>
a { background-color: #EDC94B; }
a { background-color: rgb(237,201,75); }
div.DivClassName
{
background-color: #EDC94B;
}
.BgClassName
{
background-color: #EDC94B;
}
</style>
border-color css
<style>
span { border-color: #EDC94B; }
span { border-color: rgb(237,201,75); }
td.TdClassName
{
border-color: #EDC94B;
}
.TagClassName
{
border-color: #EDC94B;
}
</style>