Shades of Festival #EAD040
Tints of Festival #EAD040
RGB
CMYK
RGB Variations
Color information
#EAD040 (or 0xEAD040) is known color: Festival. HEX triplet: EA, D0 and 40. RGB value is (234,208,64). Sum of RGB (Red+Green+Blue) = 234+208+64=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD040 is #152FBF. Grayscale: #C7C7C7. Windows color (decimal): -1388480 or 4247786. OLE color: 4247786.
HSL color Cylindrical-coordinate representation of color #EAD040: hue angle of 50.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAD040 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 64 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.08 |
| HSL | 50.82º | 0.8% | 0.58% | - |
| HSV(B) | 50.82º | 0.73% | 0.92% | - |
| XYZ | 57.41 | 62.97 | 13.98 | - |
| YUV | 199.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 64 | 0 | 0.11 | 0.73 | 0.08 | 50.82 | 0.8 | 0.58 |
| Hex | EA | D0 | 40 | 0 | B | 49 | 8 | 33 | 50 | 3A |
| Octal | 352 | 320 | 100 | 0 | 13 | 111 | 10 | 63 | 120 | 72 |
| Binary | 11101010 | 11010000 | 1000000 | 0 | 1011 | 1001001 | 1000 | 110011 | 1010000 | 111010 |
Color Harmonies of #EAD040
Complementary color
Monochromatic Colors of #EAD040
Black with #EAD040
Text Example
Text Example
White with #EAD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD040; }
p { color: rgb(234,208,64); }
H1.HeaderClassName
{
color: #EAD040;
}
.AnyTagClassName
{
color: #EAD040;
}
</style>
background-color css
<style>
a { background-color: #EAD040; }
a { background-color: rgb(234,208,64); }
div.DivClassName
{
background-color: #EAD040;
}
.BgClassName
{
background-color: #EAD040;
}
</style>
border-color css
<style>
span { border-color: #EAD040; }
span { border-color: rgb(234,208,64); }
td.TdClassName
{
border-color: #EAD040;
}
.TagClassName
{
border-color: #EAD040;
}
</style>