Shades of Festival #E0CB57
Tints of Festival #E0CB57
RGB
CMYK
RGB Variations
Color information
#E0CB57 (or 0xE0CB57) is known color: Festival. HEX triplet: E0, CB and 57. RGB value is (224,203,87). Sum of RGB (Red+Green+Blue) = 224+203+87=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB57 is #1F34A8. Grayscale: #C4C4C4. Windows color (decimal): -2045097 or 5753824. OLE color: 5753824.
HSL color Cylindrical-coordinate representation of color #E0CB57: hue angle of 50.8º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0CB57 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 87 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.12 |
| HSL | 50.8º | 0.69% | 0.61% | - |
| HSV(B) | 50.8º | 0.61% | 0.88% | - |
| XYZ | 53.82 | 59.25 | 17.62 | - |
| YUV | 196.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 87 | 0 | 0.09 | 0.61 | 0.12 | 50.8 | 0.69 | 0.61 |
| Hex | E0 | CB | 57 | 0 | 9 | 3D | C | 33 | 45 | 3D |
| Octal | 340 | 313 | 127 | 0 | 11 | 75 | 14 | 63 | 105 | 75 |
| Binary | 11100000 | 11001011 | 1010111 | 0 | 1001 | 111101 | 1100 | 110011 | 1000101 | 111101 |
Color Harmonies of #E0CB57
Complementary color
Monochromatic Colors of #E0CB57
Black with #E0CB57
Text Example
Text Example
White with #E0CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB57; }
p { color: rgb(224,203,87); }
H1.HeaderClassName
{
color: #E0CB57;
}
.AnyTagClassName
{
color: #E0CB57;
}
</style>
background-color css
<style>
a { background-color: #E0CB57; }
a { background-color: rgb(224,203,87); }
div.DivClassName
{
background-color: #E0CB57;
}
.BgClassName
{
background-color: #E0CB57;
}
</style>
border-color css
<style>
span { border-color: #E0CB57; }
span { border-color: rgb(224,203,87); }
td.TdClassName
{
border-color: #E0CB57;
}
.TagClassName
{
border-color: #E0CB57;
}
</style>