Shades of Festival #E7CD47
Tints of Festival #E7CD47
RGB
CMYK
RGB Variations
Color information
#E7CD47 (or 0xE7CD47) is known color: Festival. HEX triplet: E7, CD and 47. RGB value is (231,205,71). Sum of RGB (Red+Green+Blue) = 231+205+71=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CD47 is #1832B8. Grayscale: #C6C6C6. Windows color (decimal): -1585849 or 4705767. OLE color: 4705767.
HSL color Cylindrical-coordinate representation of color #E7CD47: hue angle of 50.25º 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 #E7CD47 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 71 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.09 |
| HSL | 50.25º | 0.77% | 0.59% | - |
| HSV(B) | 50.25º | 0.69% | 0.91% | - |
| XYZ | 55.92 | 61.11 | 14.81 | - |
| YUV | 197.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 71 | 0 | 0.11 | 0.69 | 0.09 | 50.25 | 0.77 | 0.59 |
| Hex | E7 | CD | 47 | 0 | B | 45 | 9 | 32 | 4D | 3B |
| Octal | 347 | 315 | 107 | 0 | 13 | 105 | 11 | 62 | 115 | 73 |
| Binary | 11100111 | 11001101 | 1000111 | 0 | 1011 | 1000101 | 1001 | 110010 | 1001101 | 111011 |
Color Harmonies of #E7CD47
Complementary color
Monochromatic Colors of #E7CD47
Black with #E7CD47
Text Example
Text Example
White with #E7CD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CD47; }
p { color: rgb(231,205,71); }
H1.HeaderClassName
{
color: #E7CD47;
}
.AnyTagClassName
{
color: #E7CD47;
}
</style>
background-color css
<style>
a { background-color: #E7CD47; }
a { background-color: rgb(231,205,71); }
div.DivClassName
{
background-color: #E7CD47;
}
.BgClassName
{
background-color: #E7CD47;
}
</style>
border-color css
<style>
span { border-color: #E7CD47; }
span { border-color: rgb(231,205,71); }
td.TdClassName
{
border-color: #E7CD47;
}
.TagClassName
{
border-color: #E7CD47;
}
</style>