Shades of Festival #EAD54C
Tints of Festival #EAD54C
RGB
CMYK
RGB Variations
Color information
#EAD54C (or 0xEAD54C) is known color: Festival. HEX triplet: EA, D5 and 4C. RGB value is (234,213,76). Sum of RGB (Red+Green+Blue) = 234+213+76=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD54C is #152AB3. Grayscale: #CCCCCC. Windows color (decimal): -1387188 or 5035498. OLE color: 5035498.
HSL color Cylindrical-coordinate representation of color #EAD54C: hue angle of 52.03º 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 #EAD54C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 76 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.08 |
| HSL | 52.03º | 0.79% | 0.61% | - |
| HSV(B) | 52.03º | 0.68% | 0.92% | - |
| XYZ | 59.03 | 65.6 | 16.39 | - |
| YUV | 203.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 76 | 0 | 0.09 | 0.68 | 0.08 | 52.03 | 0.79 | 0.61 |
| Hex | EA | D5 | 4C | 0 | 9 | 44 | 8 | 34 | 4F | 3D |
| Octal | 352 | 325 | 114 | 0 | 11 | 104 | 10 | 64 | 117 | 75 |
| Binary | 11101010 | 11010101 | 1001100 | 0 | 1001 | 1000100 | 1000 | 110100 | 1001111 | 111101 |
Color Harmonies of #EAD54C
Complementary color
Monochromatic Colors of #EAD54C
Black with #EAD54C
Text Example
Text Example
White with #EAD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD54C; }
p { color: rgb(234,213,76); }
H1.HeaderClassName
{
color: #EAD54C;
}
.AnyTagClassName
{
color: #EAD54C;
}
</style>
background-color css
<style>
a { background-color: #EAD54C; }
a { background-color: rgb(234,213,76); }
div.DivClassName
{
background-color: #EAD54C;
}
.BgClassName
{
background-color: #EAD54C;
}
</style>
border-color css
<style>
span { border-color: #EAD54C; }
span { border-color: rgb(234,213,76); }
td.TdClassName
{
border-color: #EAD54C;
}
.TagClassName
{
border-color: #EAD54C;
}
</style>