Shades of Festival #EACB50
Tints of Festival #EACB50
RGB
CMYK
RGB Variations
Color information
#EACB50 (or 0xEACB50) is known color: Festival. HEX triplet: EA, CB and 50. RGB value is (234,203,80). Sum of RGB (Red+Green+Blue) = 234+203+80=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB50 is #1534AF. Grayscale: #C6C6C6. Windows color (decimal): -1389744 or 5295082. OLE color: 5295082.
HSL color Cylindrical-coordinate representation of color #EACB50: hue angle of 47.92º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EACB50 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 80 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.08 |
| HSL | 47.92º | 0.79% | 0.62% | - |
| HSV(B) | 47.92º | 0.66% | 0.92% | - |
| XYZ | 56.74 | 60.78 | 16.33 | - |
| YUV | 198.25 | 61.27 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 80 | 0 | 0.13 | 0.66 | 0.08 | 47.92 | 0.79 | 0.62 |
| Hex | EA | CB | 50 | 0 | D | 42 | 8 | 30 | 4F | 3E |
| Octal | 352 | 313 | 120 | 0 | 15 | 102 | 10 | 60 | 117 | 76 |
| Binary | 11101010 | 11001011 | 1010000 | 0 | 1101 | 1000010 | 1000 | 110000 | 1001111 | 111110 |
Color Harmonies of #EACB50
Complementary color
Monochromatic Colors of #EACB50
Black with #EACB50
Text Example
Text Example
White with #EACB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB50; }
p { color: rgb(234,203,80); }
H1.HeaderClassName
{
color: #EACB50;
}
.AnyTagClassName
{
color: #EACB50;
}
</style>
background-color css
<style>
a { background-color: #EACB50; }
a { background-color: rgb(234,203,80); }
div.DivClassName
{
background-color: #EACB50;
}
.BgClassName
{
background-color: #EACB50;
}
</style>
border-color css
<style>
span { border-color: #EACB50; }
span { border-color: rgb(234,203,80); }
td.TdClassName
{
border-color: #EACB50;
}
.TagClassName
{
border-color: #EACB50;
}
</style>