Shades of Festival #E2C74B
Tints of Festival #E2C74B
RGB
CMYK
RGB Variations
Color information
#E2C74B (or 0xE2C74B) is known color: Festival. HEX triplet: E2, C7 and 4B. RGB value is (226,199,75). Sum of RGB (Red+Green+Blue) = 226+199+75=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C74B is #1D38B4. Grayscale: #C1C1C1. Windows color (decimal): -1915061 or 4966370. OLE color: 4966370.
HSL color Cylindrical-coordinate representation of color #E2C74B: hue angle of 49.27º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2C74B is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 199 | 75 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.11 |
| HSL | 49.27º | 0.72% | 0.59% | - |
| HSV(B) | 49.27º | 0.67% | 0.89% | - |
| XYZ | 53.06 | 57.52 | 14.96 | - |
| YUV | 192.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 75 | 0 | 0.12 | 0.67 | 0.11 | 49.27 | 0.72 | 0.59 |
| Hex | E2 | C7 | 4B | 0 | C | 43 | B | 31 | 48 | 3B |
| Octal | 342 | 307 | 113 | 0 | 14 | 103 | 13 | 61 | 110 | 73 |
| Binary | 11100010 | 11000111 | 1001011 | 0 | 1100 | 1000011 | 1011 | 110001 | 1001000 | 111011 |
Color Harmonies of #E2C74B
Complementary color
Monochromatic Colors of #E2C74B
Black with #E2C74B
Text Example
Text Example
White with #E2C74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C74B; }
p { color: rgb(226,199,75); }
H1.HeaderClassName
{
color: #E2C74B;
}
.AnyTagClassName
{
color: #E2C74B;
}
</style>
background-color css
<style>
a { background-color: #E2C74B; }
a { background-color: rgb(226,199,75); }
div.DivClassName
{
background-color: #E2C74B;
}
.BgClassName
{
background-color: #E2C74B;
}
</style>
border-color css
<style>
span { border-color: #E2C74B; }
span { border-color: rgb(226,199,75); }
td.TdClassName
{
border-color: #E2C74B;
}
.TagClassName
{
border-color: #E2C74B;
}
</style>