Shades of Festival #EDD64A
Tints of Festival #EDD64A
RGB
CMYK
RGB Variations
Color information
#EDD64A (or 0xEDD64A) is known color: Festival. HEX triplet: ED, D6 and 4A. RGB value is (237,214,74). Sum of RGB (Red+Green+Blue) = 237+214+74=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD64A is #1229B5. Grayscale: #CDCDCD. Windows color (decimal): -1190326 or 4904685. OLE color: 4904685.
HSL color Cylindrical-coordinate representation of color #EDD64A: hue angle of 51.53º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDD64A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 74 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.07 |
| HSL | 51.53º | 0.82% | 0.61% | - |
| HSV(B) | 51.53º | 0.69% | 0.93% | - |
| XYZ | 60.21 | 66.59 | 16.16 | - |
| YUV | 204.92 | 54.12 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 74 | 0 | 0.10 | 0.69 | 0.07 | 51.53 | 0.82 | 0.61 |
| Hex | ED | D6 | 4A | 0 | A | 45 | 7 | 34 | 52 | 3D |
| Octal | 355 | 326 | 112 | 0 | 12 | 105 | 7 | 64 | 122 | 75 |
| Binary | 11101101 | 11010110 | 1001010 | 0 | 1010 | 1000101 | 111 | 110100 | 1010010 | 111101 |
Color Harmonies of #EDD64A
Complementary color
Monochromatic Colors of #EDD64A
Black with #EDD64A
Text Example
Text Example
White with #EDD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD64A; }
p { color: rgb(237,214,74); }
H1.HeaderClassName
{
color: #EDD64A;
}
.AnyTagClassName
{
color: #EDD64A;
}
</style>
background-color css
<style>
a { background-color: #EDD64A; }
a { background-color: rgb(237,214,74); }
div.DivClassName
{
background-color: #EDD64A;
}
.BgClassName
{
background-color: #EDD64A;
}
</style>
border-color css
<style>
span { border-color: #EDD64A; }
span { border-color: rgb(237,214,74); }
td.TdClassName
{
border-color: #EDD64A;
}
.TagClassName
{
border-color: #EDD64A;
}
</style>