Shades of Festival #E1CB54
Tints of Festival #E1CB54
RGB
CMYK
RGB Variations
Color information
#E1CB54 (or 0xE1CB54) is known color: Festival. HEX triplet: E1, CB and 54. RGB value is (225,203,84). Sum of RGB (Red+Green+Blue) = 225+203+84=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB54 is #1E34AB. Grayscale: #C4C4C4. Windows color (decimal): -1979564 or 5557217. OLE color: 5557217.
HSL color Cylindrical-coordinate representation of color #E1CB54: hue angle of 50.64º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1CB54 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 84 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.12 |
| HSL | 50.64º | 0.7% | 0.61% | - |
| HSV(B) | 50.64º | 0.63% | 0.88% | - |
| XYZ | 54.01 | 59.36 | 17 | - |
| YUV | 196.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 84 | 0 | 0.10 | 0.63 | 0.12 | 50.64 | 0.7 | 0.61 |
| Hex | E1 | CB | 54 | 0 | A | 3F | C | 33 | 46 | 3D |
| Octal | 341 | 313 | 124 | 0 | 12 | 77 | 14 | 63 | 106 | 75 |
| Binary | 11100001 | 11001011 | 1010100 | 0 | 1010 | 111111 | 1100 | 110011 | 1000110 | 111101 |
Color Harmonies of #E1CB54
Complementary color
Monochromatic Colors of #E1CB54
Black with #E1CB54
Text Example
Text Example
White with #E1CB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CB54; }
p { color: rgb(225,203,84); }
H1.HeaderClassName
{
color: #E1CB54;
}
.AnyTagClassName
{
color: #E1CB54;
}
</style>
background-color css
<style>
a { background-color: #E1CB54; }
a { background-color: rgb(225,203,84); }
div.DivClassName
{
background-color: #E1CB54;
}
.BgClassName
{
background-color: #E1CB54;
}
</style>
border-color css
<style>
span { border-color: #E1CB54; }
span { border-color: rgb(225,203,84); }
td.TdClassName
{
border-color: #E1CB54;
}
.TagClassName
{
border-color: #E1CB54;
}
</style>