Shades of Festival #EAC952
Tints of Festival #EAC952
RGB
CMYK
RGB Variations
Color information
#EAC952 (or 0xEAC952) is known color: Festival. HEX triplet: EA, C9 and 52. RGB value is (234,201,82). Sum of RGB (Red+Green+Blue) = 234+201+82=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC952 is #1536AD. Grayscale: #C5C5C5. Windows color (decimal): -1390254 or 5425642. OLE color: 5425642.
HSL color Cylindrical-coordinate representation of color #EAC952: hue angle of 46.97º 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 #EAC952 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 82 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.08 |
| HSL | 46.97º | 0.78% | 0.62% | - |
| HSV(B) | 46.97º | 0.65% | 0.92% | - |
| XYZ | 56.34 | 59.87 | 16.57 | - |
| YUV | 197.3 | 62.93 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 82 | 0 | 0.14 | 0.65 | 0.08 | 46.97 | 0.78 | 0.62 |
| Hex | EA | C9 | 52 | 0 | E | 41 | 8 | 2F | 4E | 3E |
| Octal | 352 | 311 | 122 | 0 | 16 | 101 | 10 | 57 | 116 | 76 |
| Binary | 11101010 | 11001001 | 1010010 | 0 | 1110 | 1000001 | 1000 | 101111 | 1001110 | 111110 |
Color Harmonies of #EAC952
Complementary color
Monochromatic Colors of #EAC952
Black with #EAC952
Text Example
Text Example
White with #EAC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC952; }
p { color: rgb(234,201,82); }
H1.HeaderClassName
{
color: #EAC952;
}
.AnyTagClassName
{
color: #EAC952;
}
</style>
background-color css
<style>
a { background-color: #EAC952; }
a { background-color: rgb(234,201,82); }
div.DivClassName
{
background-color: #EAC952;
}
.BgClassName
{
background-color: #EAC952;
}
</style>
border-color css
<style>
span { border-color: #EAC952; }
span { border-color: rgb(234,201,82); }
td.TdClassName
{
border-color: #EAC952;
}
.TagClassName
{
border-color: #EAC952;
}
</style>