Shades of Festival #E7D14B
Tints of Festival #E7D14B
RGB
CMYK
RGB Variations
Color information
#E7D14B (or 0xE7D14B) is known color: Festival. HEX triplet: E7, D1 and 4B. RGB value is (231,209,75). Sum of RGB (Red+Green+Blue) = 231+209+75=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D14B is #182EB4. Grayscale: #C8C8C8. Windows color (decimal): -1584821 or 4968935. OLE color: 4968935.
HSL color Cylindrical-coordinate representation of color #E7D14B: hue angle of 51.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7D14B is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 75 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.09 |
| HSL | 51.54º | 0.76% | 0.6% | - |
| HSV(B) | 51.54º | 0.68% | 0.91% | - |
| XYZ | 57.03 | 63.1 | 15.83 | - |
| YUV | 200.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 75 | 0 | 0.10 | 0.68 | 0.09 | 51.54 | 0.76 | 0.6 |
| Hex | E7 | D1 | 4B | 0 | A | 44 | 9 | 34 | 4C | 3C |
| Octal | 347 | 321 | 113 | 0 | 12 | 104 | 11 | 64 | 114 | 74 |
| Binary | 11100111 | 11010001 | 1001011 | 0 | 1010 | 1000100 | 1001 | 110100 | 1001100 | 111100 |
Color Harmonies of #E7D14B
Complementary color
Monochromatic Colors of #E7D14B
Black with #E7D14B
Text Example
Text Example
White with #E7D14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D14B; }
p { color: rgb(231,209,75); }
H1.HeaderClassName
{
color: #E7D14B;
}
.AnyTagClassName
{
color: #E7D14B;
}
</style>
background-color css
<style>
a { background-color: #E7D14B; }
a { background-color: rgb(231,209,75); }
div.DivClassName
{
background-color: #E7D14B;
}
.BgClassName
{
background-color: #E7D14B;
}
</style>
border-color css
<style>
span { border-color: #E7D14B; }
span { border-color: rgb(231,209,75); }
td.TdClassName
{
border-color: #E7D14B;
}
.TagClassName
{
border-color: #E7D14B;
}
</style>