Shades of Confetti #E2C74A
Tints of Confetti #E2C74A
RGB
CMYK
RGB Variations
Color information
#E2C74A (or 0xE2C74A) is known color: Confetti. HEX triplet: E2, C7 and 4A. RGB value is (226,199,74). Sum of RGB (Red+Green+Blue) = 226+199+74=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C74A is #1D38B5. Grayscale: #C1C1C1. Windows color (decimal): -1915062 or 4900834. OLE color: 4900834.
HSL color Cylindrical-coordinate representation of color #E2C74A: hue angle of 49.34º 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 #E2C74A is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 199 | 74 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.11 |
| HSL | 49.34º | 0.72% | 0.59% | - |
| HSV(B) | 49.34º | 0.67% | 0.89% | - |
| XYZ | 53.02 | 57.51 | 14.78 | - |
| YUV | 192.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 74 | 0 | 0.12 | 0.67 | 0.11 | 49.34 | 0.72 | 0.59 |
| Hex | E2 | C7 | 4A | 0 | C | 43 | B | 31 | 48 | 3B |
| Octal | 342 | 307 | 112 | 0 | 14 | 103 | 13 | 61 | 110 | 73 |
| Binary | 11100010 | 11000111 | 1001010 | 0 | 1100 | 1000011 | 1011 | 110001 | 1001000 | 111011 |
Color Harmonies of #E2C74A
Complementary color
Monochromatic Colors of #E2C74A
Black with #E2C74A
Text Example
Text Example
White with #E2C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C74A; }
p { color: rgb(226,199,74); }
H1.HeaderClassName
{
color: #E2C74A;
}
.AnyTagClassName
{
color: #E2C74A;
}
</style>
background-color css
<style>
a { background-color: #E2C74A; }
a { background-color: rgb(226,199,74); }
div.DivClassName
{
background-color: #E2C74A;
}
.BgClassName
{
background-color: #E2C74A;
}
</style>
border-color css
<style>
span { border-color: #E2C74A; }
span { border-color: rgb(226,199,74); }
td.TdClassName
{
border-color: #E2C74A;
}
.TagClassName
{
border-color: #E2C74A;
}
</style>