Shades of Confetti #E2C649
Tints of Confetti #E2C649
RGB
CMYK
RGB Variations
Color information
#E2C649 (or 0xE2C649) is known color: Confetti. HEX triplet: E2, C6 and 49. RGB value is (226,198,73). Sum of RGB (Red+Green+Blue) = 226+198+73=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C649 is #1D39B6. Grayscale: #C0C0C0. Windows color (decimal): -1915319 or 4835042. OLE color: 4835042.
HSL color Cylindrical-coordinate representation of color #E2C649: hue angle of 49.02º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2C649 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 73 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.11 |
| HSL | 49.02º | 0.73% | 0.59% | - |
| HSV(B) | 49.02º | 0.68% | 0.89% | - |
| XYZ | 52.76 | 57.04 | 14.53 | - |
| YUV | 192.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 73 | 0 | 0.12 | 0.68 | 0.11 | 49.02 | 0.73 | 0.59 |
| Hex | E2 | C6 | 49 | 0 | C | 44 | B | 31 | 49 | 3B |
| Octal | 342 | 306 | 111 | 0 | 14 | 104 | 13 | 61 | 111 | 73 |
| Binary | 11100010 | 11000110 | 1001001 | 0 | 1100 | 1000100 | 1011 | 110001 | 1001001 | 111011 |
Color Harmonies of #E2C649
Complementary color
Monochromatic Colors of #E2C649
Black with #E2C649
Text Example
Text Example
White with #E2C649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C649; }
p { color: rgb(226,198,73); }
H1.HeaderClassName
{
color: #E2C649;
}
.AnyTagClassName
{
color: #E2C649;
}
</style>
background-color css
<style>
a { background-color: #E2C649; }
a { background-color: rgb(226,198,73); }
div.DivClassName
{
background-color: #E2C649;
}
.BgClassName
{
background-color: #E2C649;
}
</style>
border-color css
<style>
span { border-color: #E2C649; }
span { border-color: rgb(226,198,73); }
td.TdClassName
{
border-color: #E2C649;
}
.TagClassName
{
border-color: #E2C649;
}
</style>