Shades of Festival #EAC94B
Tints of Festival #EAC94B
RGB
CMYK
RGB Variations
Color information
#EAC94B (or 0xEAC94B) is known color: Festival. HEX triplet: EA, C9 and 4B. RGB value is (234,201,75). Sum of RGB (Red+Green+Blue) = 234+201+75=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC94B is #1536B4. Grayscale: #C5C5C5. Windows color (decimal): -1390261 or 4966890. OLE color: 4966890.
HSL color Cylindrical-coordinate representation of color #EAC94B: hue angle of 47.55º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAC94B is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 75 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.08 |
| HSL | 47.55º | 0.79% | 0.61% | - |
| HSV(B) | 47.55º | 0.68% | 0.92% | - |
| XYZ | 56.09 | 59.77 | 15.24 | - |
| YUV | 196.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 75 | 0 | 0.14 | 0.68 | 0.08 | 47.55 | 0.79 | 0.61 |
| Hex | EA | C9 | 4B | 0 | E | 44 | 8 | 30 | 4F | 3D |
| Octal | 352 | 311 | 113 | 0 | 16 | 104 | 10 | 60 | 117 | 75 |
| Binary | 11101010 | 11001001 | 1001011 | 0 | 1110 | 1000100 | 1000 | 110000 | 1001111 | 111101 |
Color Harmonies of #EAC94B
Complementary color
Monochromatic Colors of #EAC94B
Black with #EAC94B
Text Example
Text Example
White with #EAC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC94B; }
p { color: rgb(234,201,75); }
H1.HeaderClassName
{
color: #EAC94B;
}
.AnyTagClassName
{
color: #EAC94B;
}
</style>
background-color css
<style>
a { background-color: #EAC94B; }
a { background-color: rgb(234,201,75); }
div.DivClassName
{
background-color: #EAC94B;
}
.BgClassName
{
background-color: #EAC94B;
}
</style>
border-color css
<style>
span { border-color: #EAC94B; }
span { border-color: rgb(234,201,75); }
td.TdClassName
{
border-color: #EAC94B;
}
.TagClassName
{
border-color: #EAC94B;
}
</style>