Shades of Festival #E3CD57
Tints of Festival #E3CD57
RGB
CMYK
RGB Variations
Color information
#E3CD57 (or 0xE3CD57) is known color: Festival. HEX triplet: E3, CD and 57. RGB value is (227,205,87). Sum of RGB (Red+Green+Blue) = 227+205+87=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 87 (34.38% from 255 or 16.76% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CD57 is #1C32A8. Grayscale: #C6C6C6. Windows color (decimal): -1847977 or 5754339. OLE color: 5754339.
HSL color Cylindrical-coordinate representation of color #E3CD57: hue angle of 50.57º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E3CD57 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 205 | 87 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.11 |
| HSL | 50.57º | 0.71% | 0.62% | - |
| HSV(B) | 50.57º | 0.62% | 0.89% | - |
| XYZ | 55.23 | 60.68 | 17.82 | - |
| YUV | 198.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 87 | 0 | 0.10 | 0.62 | 0.11 | 50.57 | 0.71 | 0.62 |
| Hex | E3 | CD | 57 | 0 | A | 3E | B | 33 | 47 | 3E |
| Octal | 343 | 315 | 127 | 0 | 12 | 76 | 13 | 63 | 107 | 76 |
| Binary | 11100011 | 11001101 | 1010111 | 0 | 1010 | 111110 | 1011 | 110011 | 1000111 | 111110 |
Color Harmonies of #E3CD57
Complementary color
Monochromatic Colors of #E3CD57
Black with #E3CD57
Text Example
Text Example
White with #E3CD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CD57; }
p { color: rgb(227,205,87); }
H1.HeaderClassName
{
color: #E3CD57;
}
.AnyTagClassName
{
color: #E3CD57;
}
</style>
background-color css
<style>
a { background-color: #E3CD57; }
a { background-color: rgb(227,205,87); }
div.DivClassName
{
background-color: #E3CD57;
}
.BgClassName
{
background-color: #E3CD57;
}
</style>
border-color css
<style>
span { border-color: #E3CD57; }
span { border-color: rgb(227,205,87); }
td.TdClassName
{
border-color: #E3CD57;
}
.TagClassName
{
border-color: #E3CD57;
}
</style>