Shades of Festival #E7CB53
Tints of Festival #E7CB53
RGB
CMYK
RGB Variations
Color information
#E7CB53 (or 0xE7CB53) is known color: Festival. HEX triplet: E7, CB and 53. RGB value is (231,203,83). Sum of RGB (Red+Green+Blue) = 231+203+83=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB53 is #1834AC. Grayscale: #C6C6C6. Windows color (decimal): -1586349 or 5491687. OLE color: 5491687.
HSL color Cylindrical-coordinate representation of color #E7CB53: hue angle of 48.65º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7CB53 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 83 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.09 |
| HSL | 48.65º | 0.76% | 0.62% | - |
| HSV(B) | 48.65º | 0.64% | 0.91% | - |
| XYZ | 55.87 | 60.33 | 16.88 | - |
| YUV | 197.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 83 | 0 | 0.12 | 0.64 | 0.09 | 48.65 | 0.76 | 0.62 |
| Hex | E7 | CB | 53 | 0 | C | 40 | 9 | 31 | 4C | 3E |
| Octal | 347 | 313 | 123 | 0 | 14 | 100 | 11 | 61 | 114 | 76 |
| Binary | 11100111 | 11001011 | 1010011 | 0 | 1100 | 1000000 | 1001 | 110001 | 1001100 | 111110 |
Color Harmonies of #E7CB53
Complementary color
Monochromatic Colors of #E7CB53
Black with #E7CB53
Text Example
Text Example
White with #E7CB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB53; }
p { color: rgb(231,203,83); }
H1.HeaderClassName
{
color: #E7CB53;
}
.AnyTagClassName
{
color: #E7CB53;
}
</style>
background-color css
<style>
a { background-color: #E7CB53; }
a { background-color: rgb(231,203,83); }
div.DivClassName
{
background-color: #E7CB53;
}
.BgClassName
{
background-color: #E7CB53;
}
</style>
border-color css
<style>
span { border-color: #E7CB53; }
span { border-color: rgb(231,203,83); }
td.TdClassName
{
border-color: #E7CB53;
}
.TagClassName
{
border-color: #E7CB53;
}
</style>