Shades of Festival #E1CB53
Tints of Festival #E1CB53
RGB
CMYK
RGB Variations
Color information
#E1CB53 (or 0xE1CB53) is known color: Festival. HEX triplet: E1, CB and 53. RGB value is (225,203,83). Sum of RGB (Red+Green+Blue) = 225+203+83=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB53 is #1E34AC. Grayscale: #C4C4C4. Windows color (decimal): -1979565 or 5491681. OLE color: 5491681.
HSL color Cylindrical-coordinate representation of color #E1CB53: hue angle of 50.7º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1CB53 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 83 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.12 |
| HSL | 50.7º | 0.7% | 0.6% | - |
| HSV(B) | 50.7º | 0.63% | 0.88% | - |
| XYZ | 53.97 | 59.34 | 16.79 | - |
| YUV | 195.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 83 | 0 | 0.10 | 0.63 | 0.12 | 50.7 | 0.7 | 0.6 |
| Hex | E1 | CB | 53 | 0 | A | 3F | C | 33 | 46 | 3C |
| Octal | 341 | 313 | 123 | 0 | 12 | 77 | 14 | 63 | 106 | 74 |
| Binary | 11100001 | 11001011 | 1010011 | 0 | 1010 | 111111 | 1100 | 110011 | 1000110 | 111100 |
Color Harmonies of #E1CB53
Complementary color
Monochromatic Colors of #E1CB53
Black with #E1CB53
Text Example
Text Example
White with #E1CB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CB53; }
p { color: rgb(225,203,83); }
H1.HeaderClassName
{
color: #E1CB53;
}
.AnyTagClassName
{
color: #E1CB53;
}
</style>
background-color css
<style>
a { background-color: #E1CB53; }
a { background-color: rgb(225,203,83); }
div.DivClassName
{
background-color: #E1CB53;
}
.BgClassName
{
background-color: #E1CB53;
}
</style>
border-color css
<style>
span { border-color: #E1CB53; }
span { border-color: rgb(225,203,83); }
td.TdClassName
{
border-color: #E1CB53;
}
.TagClassName
{
border-color: #E1CB53;
}
</style>