Shades of Festival #EAD34C
Tints of Festival #EAD34C
RGB
CMYK
RGB Variations
Color information
#EAD34C (or 0xEAD34C) is known color: Festival. HEX triplet: EA, D3 and 4C. RGB value is (234,211,76). Sum of RGB (Red+Green+Blue) = 234+211+76=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD34C is #152CB3. Grayscale: #CBCBCB. Windows color (decimal): -1387700 or 5034986. OLE color: 5034986.
HSL color Cylindrical-coordinate representation of color #EAD34C: hue angle of 51.27º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAD34C is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 76 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.08 |
| HSL | 51.27º | 0.79% | 0.61% | - |
| HSV(B) | 51.27º | 0.68% | 0.92% | - |
| XYZ | 58.53 | 64.6 | 16.22 | - |
| YUV | 202.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 76 | 0 | 0.10 | 0.68 | 0.08 | 51.27 | 0.79 | 0.61 |
| Hex | EA | D3 | 4C | 0 | A | 44 | 8 | 33 | 4F | 3D |
| Octal | 352 | 323 | 114 | 0 | 12 | 104 | 10 | 63 | 117 | 75 |
| Binary | 11101010 | 11010011 | 1001100 | 0 | 1010 | 1000100 | 1000 | 110011 | 1001111 | 111101 |
Color Harmonies of #EAD34C
Complementary color
Monochromatic Colors of #EAD34C
Black with #EAD34C
Text Example
Text Example
White with #EAD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD34C; }
p { color: rgb(234,211,76); }
H1.HeaderClassName
{
color: #EAD34C;
}
.AnyTagClassName
{
color: #EAD34C;
}
</style>
background-color css
<style>
a { background-color: #EAD34C; }
a { background-color: rgb(234,211,76); }
div.DivClassName
{
background-color: #EAD34C;
}
.BgClassName
{
background-color: #EAD34C;
}
</style>
border-color css
<style>
span { border-color: #EAD34C; }
span { border-color: rgb(234,211,76); }
td.TdClassName
{
border-color: #EAD34C;
}
.TagClassName
{
border-color: #EAD34C;
}
</style>