Shades of Festival #EAC83B
Tints of Festival #EAC83B
RGB
CMYK
RGB Variations
Color information
#EAC83B (or 0xEAC83B) is known color: Festival. HEX triplet: EA, C8 and 3B. RGB value is (234,200,59). Sum of RGB (Red+Green+Blue) = 234+200+59=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC83B is #1537C4. Grayscale: #C2C2C2. Windows color (decimal): -1390533 or 3918058. OLE color: 3918058.
HSL color Cylindrical-coordinate representation of color #EAC83B: hue angle of 48.34º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAC83B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 59 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.08 |
| HSL | 48.34º | 0.81% | 0.57% | - |
| HSV(B) | 48.34º | 0.75% | 0.92% | - |
| XYZ | 55.38 | 59.12 | 12.63 | - |
| YUV | 194.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 59 | 0 | 0.15 | 0.75 | 0.08 | 48.34 | 0.81 | 0.57 |
| Hex | EA | C8 | 3B | 0 | F | 4B | 8 | 30 | 51 | 39 |
| Octal | 352 | 310 | 73 | 0 | 17 | 113 | 10 | 60 | 121 | 71 |
| Binary | 11101010 | 11001000 | 111011 | 0 | 1111 | 1001011 | 1000 | 110000 | 1010001 | 111001 |
Color Harmonies of #EAC83B
Complementary color
Monochromatic Colors of #EAC83B
Black with #EAC83B
Text Example
Text Example
White with #EAC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC83B; }
p { color: rgb(234,200,59); }
H1.HeaderClassName
{
color: #EAC83B;
}
.AnyTagClassName
{
color: #EAC83B;
}
</style>
background-color css
<style>
a { background-color: #EAC83B; }
a { background-color: rgb(234,200,59); }
div.DivClassName
{
background-color: #EAC83B;
}
.BgClassName
{
background-color: #EAC83B;
}
</style>
border-color css
<style>
span { border-color: #EAC83B; }
span { border-color: rgb(234,200,59); }
td.TdClassName
{
border-color: #EAC83B;
}
.TagClassName
{
border-color: #EAC83B;
}
</style>