Shades of Festival #EACB3D
Tints of Festival #EACB3D
RGB
CMYK
RGB Variations
Color information
#EACB3D (or 0xEACB3D) is known color: Festival. HEX triplet: EA, CB and 3D. RGB value is (234,203,61). Sum of RGB (Red+Green+Blue) = 234+203+61=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB3D is #1534C2. Grayscale: #C4C4C4. Windows color (decimal): -1389763 or 4049898. OLE color: 4049898.
HSL color Cylindrical-coordinate representation of color #EACB3D: hue angle of 49.25º 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 #EACB3D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 61 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.08 |
| HSL | 49.25º | 0.8% | 0.58% | - |
| HSV(B) | 49.25º | 0.74% | 0.92% | - |
| XYZ | 56.13 | 60.54 | 13.14 | - |
| YUV | 196.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 61 | 0 | 0.13 | 0.74 | 0.08 | 49.25 | 0.8 | 0.58 |
| Hex | EA | CB | 3D | 0 | D | 4A | 8 | 31 | 50 | 3A |
| Octal | 352 | 313 | 75 | 0 | 15 | 112 | 10 | 61 | 120 | 72 |
| Binary | 11101010 | 11001011 | 111101 | 0 | 1101 | 1001010 | 1000 | 110001 | 1010000 | 111010 |
Color Harmonies of #EACB3D
Complementary color
Monochromatic Colors of #EACB3D
Black with #EACB3D
Text Example
Text Example
White with #EACB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB3D; }
p { color: rgb(234,203,61); }
H1.HeaderClassName
{
color: #EACB3D;
}
.AnyTagClassName
{
color: #EACB3D;
}
</style>
background-color css
<style>
a { background-color: #EACB3D; }
a { background-color: rgb(234,203,61); }
div.DivClassName
{
background-color: #EACB3D;
}
.BgClassName
{
background-color: #EACB3D;
}
</style>
border-color css
<style>
span { border-color: #EACB3D; }
span { border-color: rgb(234,203,61); }
td.TdClassName
{
border-color: #EACB3D;
}
.TagClassName
{
border-color: #EACB3D;
}
</style>