Shades of Festival #EAD34E
Tints of Festival #EAD34E
RGB
CMYK
RGB Variations
Color information
#EAD34E (or 0xEAD34E) is known color: Festival. HEX triplet: EA, D3 and 4E. RGB value is (234,211,78). Sum of RGB (Red+Green+Blue) = 234+211+78=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD34E is #152CB1. Grayscale: #CBCBCB. Windows color (decimal): -1387698 or 5166058. OLE color: 5166058.
HSL color Cylindrical-coordinate representation of color #EAD34E: hue angle of 51.15º 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 #EAD34E is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 78 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.08 |
| HSL | 51.15º | 0.79% | 0.61% | - |
| HSV(B) | 51.15º | 0.67% | 0.92% | - |
| XYZ | 58.6 | 64.63 | 16.59 | - |
| YUV | 202.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 78 | 0 | 0.10 | 0.67 | 0.08 | 51.15 | 0.79 | 0.61 |
| Hex | EA | D3 | 4E | 0 | A | 43 | 8 | 33 | 4F | 3D |
| Octal | 352 | 323 | 116 | 0 | 12 | 103 | 10 | 63 | 117 | 75 |
| Binary | 11101010 | 11010011 | 1001110 | 0 | 1010 | 1000011 | 1000 | 110011 | 1001111 | 111101 |
Color Harmonies of #EAD34E
Complementary color
Monochromatic Colors of #EAD34E
Black with #EAD34E
Text Example
Text Example
White with #EAD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD34E; }
p { color: rgb(234,211,78); }
H1.HeaderClassName
{
color: #EAD34E;
}
.AnyTagClassName
{
color: #EAD34E;
}
</style>
background-color css
<style>
a { background-color: #EAD34E; }
a { background-color: rgb(234,211,78); }
div.DivClassName
{
background-color: #EAD34E;
}
.BgClassName
{
background-color: #EAD34E;
}
</style>
border-color css
<style>
span { border-color: #EAD34E; }
span { border-color: rgb(234,211,78); }
td.TdClassName
{
border-color: #EAD34E;
}
.TagClassName
{
border-color: #EAD34E;
}
</style>