Shades of Festival #EAC23E
Tints of Festival #EAC23E
RGB
CMYK
RGB Variations
Color information
#EAC23E (or 0xEAC23E) is known color: Festival. HEX triplet: EA, C2 and 3E. RGB value is (234,194,62). Sum of RGB (Red+Green+Blue) = 234+194+62=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC23E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC23E is #153DC1. Grayscale: #BFBFBF. Windows color (decimal): -1392066 or 4113130. OLE color: 4113130.
HSL color Cylindrical-coordinate representation of color #EAC23E: hue angle of 46.05º 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 #EAC23E is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 62 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.08 |
| HSL | 46.05º | 0.8% | 0.58% | - |
| HSV(B) | 46.05º | 0.74% | 0.92% | - |
| XYZ | 54.09 | 56.42 | 12.6 | - |
| YUV | 190.91 | 55.25 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 62 | 0 | 0.17 | 0.74 | 0.08 | 46.05 | 0.8 | 0.58 |
| Hex | EA | C2 | 3E | 0 | 11 | 4A | 8 | 2E | 50 | 3A |
| Octal | 352 | 302 | 76 | 0 | 21 | 112 | 10 | 56 | 120 | 72 |
| Binary | 11101010 | 11000010 | 111110 | 0 | 10001 | 1001010 | 1000 | 101110 | 1010000 | 111010 |
Color Harmonies of #EAC23E
Complementary color
Monochromatic Colors of #EAC23E
Black with #EAC23E
Text Example
Text Example
White with #EAC23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC23E; }
p { color: rgb(234,194,62); }
H1.HeaderClassName
{
color: #EAC23E;
}
.AnyTagClassName
{
color: #EAC23E;
}
</style>
background-color css
<style>
a { background-color: #EAC23E; }
a { background-color: rgb(234,194,62); }
div.DivClassName
{
background-color: #EAC23E;
}
.BgClassName
{
background-color: #EAC23E;
}
</style>
border-color css
<style>
span { border-color: #EAC23E; }
span { border-color: rgb(234,194,62); }
td.TdClassName
{
border-color: #EAC23E;
}
.TagClassName
{
border-color: #EAC23E;
}
</style>