Shades of Festival #EACA53
Tints of Festival #EACA53
RGB
CMYK
RGB Variations
Color information
#EACA53 (or 0xEACA53) is known color: Festival. HEX triplet: EA, CA and 53. RGB value is (234,202,83). Sum of RGB (Red+Green+Blue) = 234+202+83=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA53 is #1535AC. Grayscale: #C6C6C6. Windows color (decimal): -1389997 or 5491434. OLE color: 5491434.
HSL color Cylindrical-coordinate representation of color #EACA53: hue angle of 47.28º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EACA53 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 83 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.08 |
| HSL | 47.28º | 0.78% | 0.62% | - |
| HSV(B) | 47.28º | 0.65% | 0.92% | - |
| XYZ | 56.61 | 60.36 | 16.85 | - |
| YUV | 198 | 63.1 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 83 | 0 | 0.14 | 0.65 | 0.08 | 47.28 | 0.78 | 0.62 |
| Hex | EA | CA | 53 | 0 | E | 41 | 8 | 2F | 4E | 3E |
| Octal | 352 | 312 | 123 | 0 | 16 | 101 | 10 | 57 | 116 | 76 |
| Binary | 11101010 | 11001010 | 1010011 | 0 | 1110 | 1000001 | 1000 | 101111 | 1001110 | 111110 |
Color Harmonies of #EACA53
Complementary color
Monochromatic Colors of #EACA53
Black with #EACA53
Text Example
Text Example
White with #EACA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA53; }
p { color: rgb(234,202,83); }
H1.HeaderClassName
{
color: #EACA53;
}
.AnyTagClassName
{
color: #EACA53;
}
</style>
background-color css
<style>
a { background-color: #EACA53; }
a { background-color: rgb(234,202,83); }
div.DivClassName
{
background-color: #EACA53;
}
.BgClassName
{
background-color: #EACA53;
}
</style>
border-color css
<style>
span { border-color: #EACA53; }
span { border-color: rgb(234,202,83); }
td.TdClassName
{
border-color: #EACA53;
}
.TagClassName
{
border-color: #EACA53;
}
</style>