Shades of Festival #EACC41
Tints of Festival #EACC41
RGB
CMYK
RGB Variations
Color information
#EACC41 (or 0xEACC41) is known color: Festival. HEX triplet: EA, CC and 41. RGB value is (234,204,65). Sum of RGB (Red+Green+Blue) = 234+204+65=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC41 is #1533BE. Grayscale: #C5C5C5. Windows color (decimal): -1389503 or 4312298. OLE color: 4312298.
HSL color Cylindrical-coordinate representation of color #EACC41: hue angle of 49.35º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EACC41 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 65 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.08 |
| HSL | 49.35º | 0.8% | 0.59% | - |
| HSV(B) | 49.35º | 0.72% | 0.92% | - |
| XYZ | 56.48 | 61.06 | 13.81 | - |
| YUV | 197.12 | 53.44 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 65 | 0 | 0.13 | 0.72 | 0.08 | 49.35 | 0.8 | 0.59 |
| Hex | EA | CC | 41 | 0 | D | 48 | 8 | 31 | 50 | 3B |
| Octal | 352 | 314 | 101 | 0 | 15 | 110 | 10 | 61 | 120 | 73 |
| Binary | 11101010 | 11001100 | 1000001 | 0 | 1101 | 1001000 | 1000 | 110001 | 1010000 | 111011 |
Color Harmonies of #EACC41
Complementary color
Monochromatic Colors of #EACC41
Black with #EACC41
Text Example
Text Example
White with #EACC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC41; }
p { color: rgb(234,204,65); }
H1.HeaderClassName
{
color: #EACC41;
}
.AnyTagClassName
{
color: #EACC41;
}
</style>
background-color css
<style>
a { background-color: #EACC41; }
a { background-color: rgb(234,204,65); }
div.DivClassName
{
background-color: #EACC41;
}
.BgClassName
{
background-color: #EACC41;
}
</style>
border-color css
<style>
span { border-color: #EACC41; }
span { border-color: rgb(234,204,65); }
td.TdClassName
{
border-color: #EACC41;
}
.TagClassName
{
border-color: #EACC41;
}
</style>