Shades of Festival #EAC348
Tints of Festival #EAC348
RGB
CMYK
RGB Variations
Color information
#EAC348 (or 0xEAC348) is known color: Festival. HEX triplet: EA, C3 and 48. RGB value is (234,195,72). Sum of RGB (Red+Green+Blue) = 234+195+72=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC348 is #153CB7. Grayscale: #C1C1C1. Windows color (decimal): -1391800 or 4768746. OLE color: 4768746.
HSL color Cylindrical-coordinate representation of color #EAC348: hue angle of 45.56º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAC348 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 72 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.08 |
| HSL | 45.56º | 0.79% | 0.6% | - |
| HSV(B) | 45.56º | 0.69% | 0.92% | - |
| XYZ | 54.62 | 56.99 | 14.25 | - |
| YUV | 192.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 72 | 0 | 0.17 | 0.69 | 0.08 | 45.56 | 0.79 | 0.6 |
| Hex | EA | C3 | 48 | 0 | 11 | 45 | 8 | 2E | 4F | 3C |
| Octal | 352 | 303 | 110 | 0 | 21 | 105 | 10 | 56 | 117 | 74 |
| Binary | 11101010 | 11000011 | 1001000 | 0 | 10001 | 1000101 | 1000 | 101110 | 1001111 | 111100 |
Color Harmonies of #EAC348
Complementary color
Monochromatic Colors of #EAC348
Black with #EAC348
Text Example
Text Example
White with #EAC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC348; }
p { color: rgb(234,195,72); }
H1.HeaderClassName
{
color: #EAC348;
}
.AnyTagClassName
{
color: #EAC348;
}
</style>
background-color css
<style>
a { background-color: #EAC348; }
a { background-color: rgb(234,195,72); }
div.DivClassName
{
background-color: #EAC348;
}
.BgClassName
{
background-color: #EAC348;
}
</style>
border-color css
<style>
span { border-color: #EAC348; }
span { border-color: rgb(234,195,72); }
td.TdClassName
{
border-color: #EAC348;
}
.TagClassName
{
border-color: #EAC348;
}
</style>