Shades of Festival #EAC93D
Tints of Festival #EAC93D
RGB
CMYK
RGB Variations
Color information
#EAC93D (or 0xEAC93D) is known color: Festival. HEX triplet: EA, C9 and 3D. RGB value is (234,201,61). Sum of RGB (Red+Green+Blue) = 234+201+61=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC93D is #1536C2. Grayscale: #C3C3C3. Windows color (decimal): -1390275 or 4049386. OLE color: 4049386.
HSL color Cylindrical-coordinate representation of color #EAC93D: hue angle of 48.55º 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 #EAC93D is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 61 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.08 |
| HSL | 48.55º | 0.8% | 0.58% | - |
| HSV(B) | 48.55º | 0.74% | 0.92% | - |
| XYZ | 55.66 | 59.6 | 12.99 | - |
| YUV | 194.91 | 52.43 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 61 | 0 | 0.14 | 0.74 | 0.08 | 48.55 | 0.8 | 0.58 |
| Hex | EA | C9 | 3D | 0 | E | 4A | 8 | 31 | 50 | 3A |
| Octal | 352 | 311 | 75 | 0 | 16 | 112 | 10 | 61 | 120 | 72 |
| Binary | 11101010 | 11001001 | 111101 | 0 | 1110 | 1001010 | 1000 | 110001 | 1010000 | 111010 |
Color Harmonies of #EAC93D
Complementary color
Monochromatic Colors of #EAC93D
Black with #EAC93D
Text Example
Text Example
White with #EAC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC93D; }
p { color: rgb(234,201,61); }
H1.HeaderClassName
{
color: #EAC93D;
}
.AnyTagClassName
{
color: #EAC93D;
}
</style>
background-color css
<style>
a { background-color: #EAC93D; }
a { background-color: rgb(234,201,61); }
div.DivClassName
{
background-color: #EAC93D;
}
.BgClassName
{
background-color: #EAC93D;
}
</style>
border-color css
<style>
span { border-color: #EAC93D; }
span { border-color: rgb(234,201,61); }
td.TdClassName
{
border-color: #EAC93D;
}
.TagClassName
{
border-color: #EAC93D;
}
</style>