Shades of Festival #E7C83D
Tints of Festival #E7C83D
RGB
CMYK
RGB Variations
Color information
#E7C83D (or 0xE7C83D) is known color: Festival. HEX triplet: E7, C8 and 3D. RGB value is (231,200,61). Sum of RGB (Red+Green+Blue) = 231+200+61=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C83D is #1837C2. Grayscale: #C2C2C2. Windows color (decimal): -1587139 or 4049127. OLE color: 4049127.
HSL color Cylindrical-coordinate representation of color #E7C83D: hue angle of 49.06º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7C83D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 61 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.09 |
| HSL | 49.06º | 0.78% | 0.57% | - |
| HSV(B) | 49.06º | 0.74% | 0.91% | - |
| XYZ | 54.45 | 58.63 | 12.86 | - |
| YUV | 193.42 | 53.27 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 61 | 0 | 0.13 | 0.74 | 0.09 | 49.06 | 0.78 | 0.57 |
| Hex | E7 | C8 | 3D | 0 | D | 4A | 9 | 31 | 4E | 39 |
| Octal | 347 | 310 | 75 | 0 | 15 | 112 | 11 | 61 | 116 | 71 |
| Binary | 11100111 | 11001000 | 111101 | 0 | 1101 | 1001010 | 1001 | 110001 | 1001110 | 111001 |
Color Harmonies of #E7C83D
Complementary color
Monochromatic Colors of #E7C83D
Black with #E7C83D
Text Example
Text Example
White with #E7C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C83D; }
p { color: rgb(231,200,61); }
H1.HeaderClassName
{
color: #E7C83D;
}
.AnyTagClassName
{
color: #E7C83D;
}
</style>
background-color css
<style>
a { background-color: #E7C83D; }
a { background-color: rgb(231,200,61); }
div.DivClassName
{
background-color: #E7C83D;
}
.BgClassName
{
background-color: #E7C83D;
}
</style>
border-color css
<style>
span { border-color: #E7C83D; }
span { border-color: rgb(231,200,61); }
td.TdClassName
{
border-color: #E7C83D;
}
.TagClassName
{
border-color: #E7C83D;
}
</style>