Shades of Festival #EDC74B
Tints of Festival #EDC74B
RGB
CMYK
RGB Variations
Color information
#EDC74B (or 0xEDC74B) is known color: Festival. HEX triplet: ED, C7 and 4B. RGB value is (237,199,75). Sum of RGB (Red+Green+Blue) = 237+199+75=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC74B is #1238B4. Grayscale: #C4C4C4. Windows color (decimal): -1194165 or 4966381. OLE color: 4966381.
HSL color Cylindrical-coordinate representation of color #EDC74B: hue angle of 45.93º 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 #EDC74B is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 75 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.07 |
| HSL | 45.93º | 0.82% | 0.61% | - |
| HSV(B) | 45.93º | 0.68% | 0.93% | - |
| XYZ | 56.62 | 59.36 | 15.13 | - |
| YUV | 196.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 75 | 0 | 0.16 | 0.68 | 0.07 | 45.93 | 0.82 | 0.61 |
| Hex | ED | C7 | 4B | 0 | 10 | 44 | 7 | 2E | 52 | 3D |
| Octal | 355 | 307 | 113 | 0 | 20 | 104 | 7 | 56 | 122 | 75 |
| Binary | 11101101 | 11000111 | 1001011 | 0 | 10000 | 1000100 | 111 | 101110 | 1010010 | 111101 |
Color Harmonies of #EDC74B
Complementary color
Monochromatic Colors of #EDC74B
Black with #EDC74B
Text Example
Text Example
White with #EDC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC74B; }
p { color: rgb(237,199,75); }
H1.HeaderClassName
{
color: #EDC74B;
}
.AnyTagClassName
{
color: #EDC74B;
}
</style>
background-color css
<style>
a { background-color: #EDC74B; }
a { background-color: rgb(237,199,75); }
div.DivClassName
{
background-color: #EDC74B;
}
.BgClassName
{
background-color: #EDC74B;
}
</style>
border-color css
<style>
span { border-color: #EDC74B; }
span { border-color: rgb(237,199,75); }
td.TdClassName
{
border-color: #EDC74B;
}
.TagClassName
{
border-color: #EDC74B;
}
</style>