Shades of Festival #EACB3F
Tints of Festival #EACB3F
RGB
CMYK
RGB Variations
Color information
#EACB3F (or 0xEACB3F) is known color: Festival. HEX triplet: EA, CB and 3F. RGB value is (234,203,63). Sum of RGB (Red+Green+Blue) = 234+203+63=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB3F is #1534C0. Grayscale: #C4C4C4. Windows color (decimal): -1389761 or 4180970. OLE color: 4180970.
HSL color Cylindrical-coordinate representation of color #EACB3F: hue angle of 49.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EACB3F is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 63 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.08 |
| HSL | 49.12º | 0.8% | 0.58% | - |
| HSV(B) | 49.12º | 0.73% | 0.92% | - |
| XYZ | 56.18 | 60.56 | 13.43 | - |
| YUV | 196.31 | 52.77 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 63 | 0 | 0.13 | 0.73 | 0.08 | 49.12 | 0.8 | 0.58 |
| Hex | EA | CB | 3F | 0 | D | 49 | 8 | 31 | 50 | 3A |
| Octal | 352 | 313 | 77 | 0 | 15 | 111 | 10 | 61 | 120 | 72 |
| Binary | 11101010 | 11001011 | 111111 | 0 | 1101 | 1001001 | 1000 | 110001 | 1010000 | 111010 |
Color Harmonies of #EACB3F
Complementary color
Monochromatic Colors of #EACB3F
Black with #EACB3F
Text Example
Text Example
White with #EACB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB3F; }
p { color: rgb(234,203,63); }
H1.HeaderClassName
{
color: #EACB3F;
}
.AnyTagClassName
{
color: #EACB3F;
}
</style>
background-color css
<style>
a { background-color: #EACB3F; }
a { background-color: rgb(234,203,63); }
div.DivClassName
{
background-color: #EACB3F;
}
.BgClassName
{
background-color: #EACB3F;
}
</style>
border-color css
<style>
span { border-color: #EACB3F; }
span { border-color: rgb(234,203,63); }
td.TdClassName
{
border-color: #EACB3F;
}
.TagClassName
{
border-color: #EACB3F;
}
</style>