Shades of Festival #EAD14D
Tints of Festival #EAD14D
RGB
CMYK
RGB Variations
Color information
#EAD14D (or 0xEAD14D) is known color: Festival. HEX triplet: EA, D1 and 4D. RGB value is (234,209,77). Sum of RGB (Red+Green+Blue) = 234+209+77=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD14D is #152EB2. Grayscale: #C9C9C9. Windows color (decimal): -1388211 or 5100010. OLE color: 5100010.
HSL color Cylindrical-coordinate representation of color #EAD14D: hue angle of 50.45º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAD14D is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 77 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.08 |
| HSL | 50.45º | 0.79% | 0.61% | - |
| HSV(B) | 50.45º | 0.67% | 0.92% | - |
| XYZ | 58.07 | 63.63 | 16.24 | - |
| YUV | 201.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 77 | 0 | 0.11 | 0.67 | 0.08 | 50.45 | 0.79 | 0.61 |
| Hex | EA | D1 | 4D | 0 | B | 43 | 8 | 32 | 4F | 3D |
| Octal | 352 | 321 | 115 | 0 | 13 | 103 | 10 | 62 | 117 | 75 |
| Binary | 11101010 | 11010001 | 1001101 | 0 | 1011 | 1000011 | 1000 | 110010 | 1001111 | 111101 |
Color Harmonies of #EAD14D
Complementary color
Monochromatic Colors of #EAD14D
Black with #EAD14D
Text Example
Text Example
White with #EAD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD14D; }
p { color: rgb(234,209,77); }
H1.HeaderClassName
{
color: #EAD14D;
}
.AnyTagClassName
{
color: #EAD14D;
}
</style>
background-color css
<style>
a { background-color: #EAD14D; }
a { background-color: rgb(234,209,77); }
div.DivClassName
{
background-color: #EAD14D;
}
.BgClassName
{
background-color: #EAD14D;
}
</style>
border-color css
<style>
span { border-color: #EAD14D; }
span { border-color: rgb(234,209,77); }
td.TdClassName
{
border-color: #EAD14D;
}
.TagClassName
{
border-color: #EAD14D;
}
</style>