Shades of Festival #EAC144
Tints of Festival #EAC144
RGB
CMYK
RGB Variations
Color information
#EAC144 (or 0xEAC144) is known color: Festival. HEX triplet: EA, C1 and 44. RGB value is (234,193,68). Sum of RGB (Red+Green+Blue) = 234+193+68=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC144 is #153EBB. Grayscale: #BFBFBF. Windows color (decimal): -1392316 or 4506090. OLE color: 4506090.
HSL color Cylindrical-coordinate representation of color #EAC144: hue angle of 45.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAC144 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 68 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.08 |
| HSL | 45.18º | 0.8% | 0.59% | - |
| HSV(B) | 45.18º | 0.71% | 0.92% | - |
| XYZ | 54.05 | 56.05 | 13.44 | - |
| YUV | 191.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 68 | 0 | 0.18 | 0.71 | 0.08 | 45.18 | 0.8 | 0.59 |
| Hex | EA | C1 | 44 | 0 | 12 | 47 | 8 | 2D | 50 | 3B |
| Octal | 352 | 301 | 104 | 0 | 22 | 107 | 10 | 55 | 120 | 73 |
| Binary | 11101010 | 11000001 | 1000100 | 0 | 10010 | 1000111 | 1000 | 101101 | 1010000 | 111011 |
Color Harmonies of #EAC144
Complementary color
Monochromatic Colors of #EAC144
Black with #EAC144
Text Example
Text Example
White with #EAC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC144; }
p { color: rgb(234,193,68); }
H1.HeaderClassName
{
color: #EAC144;
}
.AnyTagClassName
{
color: #EAC144;
}
</style>
background-color css
<style>
a { background-color: #EAC144; }
a { background-color: rgb(234,193,68); }
div.DivClassName
{
background-color: #EAC144;
}
.BgClassName
{
background-color: #EAC144;
}
</style>
border-color css
<style>
span { border-color: #EAC144; }
span { border-color: rgb(234,193,68); }
td.TdClassName
{
border-color: #EAC144;
}
.TagClassName
{
border-color: #EAC144;
}
</style>