Shades of Festival #EAC43D
Tints of Festival #EAC43D
RGB
CMYK
RGB Variations
Color information
#EAC43D (or 0xEAC43D) is known color: Festival. HEX triplet: EA, C4 and 3D. RGB value is (234,196,61). Sum of RGB (Red+Green+Blue) = 234+196+61=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC43D is #153BC2. Grayscale: #C0C0C0. Windows color (decimal): -1391555 or 4048106. OLE color: 4048106.
HSL color Cylindrical-coordinate representation of color #EAC43D: hue angle of 46.82º 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 #EAC43D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 61 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.08 |
| HSL | 46.82º | 0.8% | 0.58% | - |
| HSV(B) | 46.82º | 0.74% | 0.92% | - |
| XYZ | 54.51 | 57.31 | 12.6 | - |
| YUV | 191.97 | 54.09 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 61 | 0 | 0.16 | 0.74 | 0.08 | 46.82 | 0.8 | 0.58 |
| Hex | EA | C4 | 3D | 0 | 10 | 4A | 8 | 2F | 50 | 3A |
| Octal | 352 | 304 | 75 | 0 | 20 | 112 | 10 | 57 | 120 | 72 |
| Binary | 11101010 | 11000100 | 111101 | 0 | 10000 | 1001010 | 1000 | 101111 | 1010000 | 111010 |
Color Harmonies of #EAC43D
Complementary color
Monochromatic Colors of #EAC43D
Black with #EAC43D
Text Example
Text Example
White with #EAC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC43D; }
p { color: rgb(234,196,61); }
H1.HeaderClassName
{
color: #EAC43D;
}
.AnyTagClassName
{
color: #EAC43D;
}
</style>
background-color css
<style>
a { background-color: #EAC43D; }
a { background-color: rgb(234,196,61); }
div.DivClassName
{
background-color: #EAC43D;
}
.BgClassName
{
background-color: #EAC43D;
}
</style>
border-color css
<style>
span { border-color: #EAC43D; }
span { border-color: rgb(234,196,61); }
td.TdClassName
{
border-color: #EAC43D;
}
.TagClassName
{
border-color: #EAC43D;
}
</style>