Shades of Festival #EAC93E
Tints of Festival #EAC93E
RGB
CMYK
RGB Variations
Color information
#EAC93E (or 0xEAC93E) is known color: Festival. HEX triplet: EA, C9 and 3E. RGB value is (234,201,62). Sum of RGB (Red+Green+Blue) = 234+201+62=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC93E is #1536C1. Grayscale: #C3C3C3. Windows color (decimal): -1390274 or 4114922. OLE color: 4114922.
HSL color Cylindrical-coordinate representation of color #EAC93E: hue angle of 48.49º 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 #EAC93E is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 62 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.08 |
| HSL | 48.49º | 0.8% | 0.58% | - |
| HSV(B) | 48.49º | 0.74% | 0.92% | - |
| XYZ | 55.69 | 59.61 | 13.13 | - |
| YUV | 195.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 62 | 0 | 0.14 | 0.74 | 0.08 | 48.49 | 0.8 | 0.58 |
| Hex | EA | C9 | 3E | 0 | E | 4A | 8 | 30 | 50 | 3A |
| Octal | 352 | 311 | 76 | 0 | 16 | 112 | 10 | 60 | 120 | 72 |
| Binary | 11101010 | 11001001 | 111110 | 0 | 1110 | 1001010 | 1000 | 110000 | 1010000 | 111010 |
Color Harmonies of #EAC93E
Complementary color
Monochromatic Colors of #EAC93E
Black with #EAC93E
Text Example
Text Example
White with #EAC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC93E; }
p { color: rgb(234,201,62); }
H1.HeaderClassName
{
color: #EAC93E;
}
.AnyTagClassName
{
color: #EAC93E;
}
</style>
background-color css
<style>
a { background-color: #EAC93E; }
a { background-color: rgb(234,201,62); }
div.DivClassName
{
background-color: #EAC93E;
}
.BgClassName
{
background-color: #EAC93E;
}
</style>
border-color css
<style>
span { border-color: #EAC93E; }
span { border-color: rgb(234,201,62); }
td.TdClassName
{
border-color: #EAC93E;
}
.TagClassName
{
border-color: #EAC93E;
}
</style>