Shades of Festival #E7CB47
Tints of Festival #E7CB47
RGB
CMYK
RGB Variations
Color information
#E7CB47 (or 0xE7CB47) is known color: Festival. HEX triplet: E7, CB and 47. RGB value is (231,203,71). Sum of RGB (Red+Green+Blue) = 231+203+71=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CB47 is #1834B8. Grayscale: #C4C4C4. Windows color (decimal): -1586361 or 4705255. OLE color: 4705255.
HSL color Cylindrical-coordinate representation of color #E7CB47: hue angle of 49.5º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7CB47 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 71 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.09 |
| HSL | 49.5º | 0.77% | 0.59% | - |
| HSV(B) | 49.5º | 0.69% | 0.91% | - |
| XYZ | 55.45 | 60.16 | 14.65 | - |
| YUV | 196.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 71 | 0 | 0.12 | 0.69 | 0.09 | 49.5 | 0.77 | 0.59 |
| Hex | E7 | CB | 47 | 0 | C | 45 | 9 | 32 | 4D | 3B |
| Octal | 347 | 313 | 107 | 0 | 14 | 105 | 11 | 62 | 115 | 73 |
| Binary | 11100111 | 11001011 | 1000111 | 0 | 1100 | 1000101 | 1001 | 110010 | 1001101 | 111011 |
Color Harmonies of #E7CB47
Complementary color
Monochromatic Colors of #E7CB47
Black with #E7CB47
Text Example
Text Example
White with #E7CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB47; }
p { color: rgb(231,203,71); }
H1.HeaderClassName
{
color: #E7CB47;
}
.AnyTagClassName
{
color: #E7CB47;
}
</style>
background-color css
<style>
a { background-color: #E7CB47; }
a { background-color: rgb(231,203,71); }
div.DivClassName
{
background-color: #E7CB47;
}
.BgClassName
{
background-color: #E7CB47;
}
</style>
border-color css
<style>
span { border-color: #E7CB47; }
span { border-color: rgb(231,203,71); }
td.TdClassName
{
border-color: #E7CB47;
}
.TagClassName
{
border-color: #E7CB47;
}
</style>