Shades of Festival #EACB49
Tints of Festival #EACB49
RGB
CMYK
RGB Variations
Color information
#EACB49 (or 0xEACB49) is known color: Festival. HEX triplet: EA, CB and 49. RGB value is (234,203,73). Sum of RGB (Red+Green+Blue) = 234+203+73=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB49 is #1534B6. Grayscale: #C6C6C6. Windows color (decimal): -1389751 or 4836330. OLE color: 4836330.
HSL color Cylindrical-coordinate representation of color #EACB49: hue angle of 48.45º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EACB49 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 73 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.08 |
| HSL | 48.45º | 0.79% | 0.6% | - |
| HSV(B) | 48.45º | 0.69% | 0.92% | - |
| XYZ | 56.49 | 60.69 | 15.04 | - |
| YUV | 197.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 73 | 0 | 0.13 | 0.69 | 0.08 | 48.45 | 0.79 | 0.6 |
| Hex | EA | CB | 49 | 0 | D | 45 | 8 | 30 | 4F | 3C |
| Octal | 352 | 313 | 111 | 0 | 15 | 105 | 10 | 60 | 117 | 74 |
| Binary | 11101010 | 11001011 | 1001001 | 0 | 1101 | 1000101 | 1000 | 110000 | 1001111 | 111100 |
Color Harmonies of #EACB49
Complementary color
Monochromatic Colors of #EACB49
Black with #EACB49
Text Example
Text Example
White with #EACB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB49; }
p { color: rgb(234,203,73); }
H1.HeaderClassName
{
color: #EACB49;
}
.AnyTagClassName
{
color: #EACB49;
}
</style>
background-color css
<style>
a { background-color: #EACB49; }
a { background-color: rgb(234,203,73); }
div.DivClassName
{
background-color: #EACB49;
}
.BgClassName
{
background-color: #EACB49;
}
</style>
border-color css
<style>
span { border-color: #EACB49; }
span { border-color: rgb(234,203,73); }
td.TdClassName
{
border-color: #EACB49;
}
.TagClassName
{
border-color: #EACB49;
}
</style>