Shades of Festival #EAD34D
Tints of Festival #EAD34D
RGB
CMYK
RGB Variations
Color information
#EAD34D (or 0xEAD34D) is known color: Festival. HEX triplet: EA, D3 and 4D. RGB value is (234,211,77). Sum of RGB (Red+Green+Blue) = 234+211+77=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD34D is #152CB2. Grayscale: #CBCBCB. Windows color (decimal): -1387699 or 5100522. OLE color: 5100522.
HSL color Cylindrical-coordinate representation of color #EAD34D: hue angle of 51.21º 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 #EAD34D is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 77 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.08 |
| HSL | 51.21º | 0.79% | 0.61% | - |
| HSV(B) | 51.21º | 0.67% | 0.92% | - |
| XYZ | 58.57 | 64.62 | 16.41 | - |
| YUV | 202.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 77 | 0 | 0.10 | 0.67 | 0.08 | 51.21 | 0.79 | 0.61 |
| Hex | EA | D3 | 4D | 0 | A | 43 | 8 | 33 | 4F | 3D |
| Octal | 352 | 323 | 115 | 0 | 12 | 103 | 10 | 63 | 117 | 75 |
| Binary | 11101010 | 11010011 | 1001101 | 0 | 1010 | 1000011 | 1000 | 110011 | 1001111 | 111101 |
Color Harmonies of #EAD34D
Complementary color
Monochromatic Colors of #EAD34D
Black with #EAD34D
Text Example
Text Example
White with #EAD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD34D; }
p { color: rgb(234,211,77); }
H1.HeaderClassName
{
color: #EAD34D;
}
.AnyTagClassName
{
color: #EAD34D;
}
</style>
background-color css
<style>
a { background-color: #EAD34D; }
a { background-color: rgb(234,211,77); }
div.DivClassName
{
background-color: #EAD34D;
}
.BgClassName
{
background-color: #EAD34D;
}
</style>
border-color css
<style>
span { border-color: #EAD34D; }
span { border-color: rgb(234,211,77); }
td.TdClassName
{
border-color: #EAD34D;
}
.TagClassName
{
border-color: #EAD34D;
}
</style>