Shades of Festival #EACB3E
Tints of Festival #EACB3E
RGB
CMYK
RGB Variations
Color information
#EACB3E (or 0xEACB3E) is known color: Festival. HEX triplet: EA, CB and 3E. RGB value is (234,203,62). Sum of RGB (Red+Green+Blue) = 234+203+62=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB3E is #1534C1. Grayscale: #C4C4C4. Windows color (decimal): -1389762 or 4115434. OLE color: 4115434.
HSL color Cylindrical-coordinate representation of color #EACB3E: hue angle of 49.19º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EACB3E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 62 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.08 |
| HSL | 49.19º | 0.8% | 0.58% | - |
| HSV(B) | 49.19º | 0.74% | 0.92% | - |
| XYZ | 56.16 | 60.55 | 13.29 | - |
| YUV | 196.2 | 52.27 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 62 | 0 | 0.13 | 0.74 | 0.08 | 49.19 | 0.8 | 0.58 |
| Hex | EA | CB | 3E | 0 | D | 4A | 8 | 31 | 50 | 3A |
| Octal | 352 | 313 | 76 | 0 | 15 | 112 | 10 | 61 | 120 | 72 |
| Binary | 11101010 | 11001011 | 111110 | 0 | 1101 | 1001010 | 1000 | 110001 | 1010000 | 111010 |
Color Harmonies of #EACB3E
Complementary color
Monochromatic Colors of #EACB3E
Black with #EACB3E
Text Example
Text Example
White with #EACB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB3E; }
p { color: rgb(234,203,62); }
H1.HeaderClassName
{
color: #EACB3E;
}
.AnyTagClassName
{
color: #EACB3E;
}
</style>
background-color css
<style>
a { background-color: #EACB3E; }
a { background-color: rgb(234,203,62); }
div.DivClassName
{
background-color: #EACB3E;
}
.BgClassName
{
background-color: #EACB3E;
}
</style>
border-color css
<style>
span { border-color: #EACB3E; }
span { border-color: rgb(234,203,62); }
td.TdClassName
{
border-color: #EACB3E;
}
.TagClassName
{
border-color: #EACB3E;
}
</style>