Shades of Festival #EDC64B
Tints of Festival #EDC64B
RGB
CMYK
RGB Variations
Color information
#EDC64B (or 0xEDC64B) is known color: Festival. HEX triplet: ED, C6 and 4B. RGB value is (237,198,75). Sum of RGB (Red+Green+Blue) = 237+198+75=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC64B is #1239B4. Grayscale: #C4C4C4. Windows color (decimal): -1194421 or 4966125. OLE color: 4966125.
HSL color Cylindrical-coordinate representation of color #EDC64B: hue angle of 45.56º 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 #EDC64B is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 75 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.07 |
| HSL | 45.56º | 0.82% | 0.61% | - |
| HSV(B) | 45.56º | 0.68% | 0.93% | - |
| XYZ | 56.39 | 58.9 | 15.05 | - |
| YUV | 195.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 75 | 0 | 0.16 | 0.68 | 0.07 | 45.56 | 0.82 | 0.61 |
| Hex | ED | C6 | 4B | 0 | 10 | 44 | 7 | 2E | 52 | 3D |
| Octal | 355 | 306 | 113 | 0 | 20 | 104 | 7 | 56 | 122 | 75 |
| Binary | 11101101 | 11000110 | 1001011 | 0 | 10000 | 1000100 | 111 | 101110 | 1010010 | 111101 |
Color Harmonies of #EDC64B
Complementary color
Monochromatic Colors of #EDC64B
Black with #EDC64B
Text Example
Text Example
White with #EDC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC64B; }
p { color: rgb(237,198,75); }
H1.HeaderClassName
{
color: #EDC64B;
}
.AnyTagClassName
{
color: #EDC64B;
}
</style>
background-color css
<style>
a { background-color: #EDC64B; }
a { background-color: rgb(237,198,75); }
div.DivClassName
{
background-color: #EDC64B;
}
.BgClassName
{
background-color: #EDC64B;
}
</style>
border-color css
<style>
span { border-color: #EDC64B; }
span { border-color: rgb(237,198,75); }
td.TdClassName
{
border-color: #EDC64B;
}
.TagClassName
{
border-color: #EDC64B;
}
</style>