Shades of Festival #EACE3A
Tints of Festival #EACE3A
RGB
CMYK
RGB Variations
Color information
#EACE3A (or 0xEACE3A) is known color: Festival. HEX triplet: EA, CE and 3A. RGB value is (234,206,58). Sum of RGB (Red+Green+Blue) = 234+206+58=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACE3A is #1531C5. Grayscale: #C6C6C6. Windows color (decimal): -1388998 or 3854058. OLE color: 3854058.
HSL color Cylindrical-coordinate representation of color #EACE3A: hue angle of 50.45º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EACE3A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 58 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.08 |
| HSL | 50.45º | 0.81% | 0.57% | - |
| HSV(B) | 50.45º | 0.75% | 0.92% | - |
| XYZ | 56.77 | 61.94 | 12.97 | - |
| YUV | 197.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 58 | 0 | 0.12 | 0.75 | 0.08 | 50.45 | 0.81 | 0.57 |
| Hex | EA | CE | 3A | 0 | C | 4B | 8 | 32 | 51 | 39 |
| Octal | 352 | 316 | 72 | 0 | 14 | 113 | 10 | 62 | 121 | 71 |
| Binary | 11101010 | 11001110 | 111010 | 0 | 1100 | 1001011 | 1000 | 110010 | 1010001 | 111001 |
Color Harmonies of #EACE3A
Complementary color
Monochromatic Colors of #EACE3A
Black with #EACE3A
Text Example
Text Example
White with #EACE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE3A; }
p { color: rgb(234,206,58); }
H1.HeaderClassName
{
color: #EACE3A;
}
.AnyTagClassName
{
color: #EACE3A;
}
</style>
background-color css
<style>
a { background-color: #EACE3A; }
a { background-color: rgb(234,206,58); }
div.DivClassName
{
background-color: #EACE3A;
}
.BgClassName
{
background-color: #EACE3A;
}
</style>
border-color css
<style>
span { border-color: #EACE3A; }
span { border-color: rgb(234,206,58); }
td.TdClassName
{
border-color: #EACE3A;
}
.TagClassName
{
border-color: #EACE3A;
}
</style>