Shades of Confetti #E2C849
Tints of Confetti #E2C849
RGB
CMYK
RGB Variations
Color information
#E2C849 (or 0xE2C849) is known color: Confetti. HEX triplet: E2, C8 and 49. RGB value is (226,200,73). Sum of RGB (Red+Green+Blue) = 226+200+73=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C849 is #1D37B6. Grayscale: #C1C1C1. Windows color (decimal): -1914807 or 4835554. OLE color: 4835554.
HSL color Cylindrical-coordinate representation of color #E2C849: hue angle of 49.8º 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 #E2C849 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 73 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.11 |
| HSL | 49.8º | 0.73% | 0.59% | - |
| HSV(B) | 49.8º | 0.68% | 0.89% | - |
| XYZ | 53.22 | 57.96 | 14.69 | - |
| YUV | 193.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 73 | 0 | 0.12 | 0.68 | 0.11 | 49.8 | 0.73 | 0.59 |
| Hex | E2 | C8 | 49 | 0 | C | 44 | B | 32 | 49 | 3B |
| Octal | 342 | 310 | 111 | 0 | 14 | 104 | 13 | 62 | 111 | 73 |
| Binary | 11100010 | 11001000 | 1001001 | 0 | 1100 | 1000100 | 1011 | 110010 | 1001001 | 111011 |
Color Harmonies of #E2C849
Complementary color
Monochromatic Colors of #E2C849
Black with #E2C849
Text Example
Text Example
White with #E2C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C849; }
p { color: rgb(226,200,73); }
H1.HeaderClassName
{
color: #E2C849;
}
.AnyTagClassName
{
color: #E2C849;
}
</style>
background-color css
<style>
a { background-color: #E2C849; }
a { background-color: rgb(226,200,73); }
div.DivClassName
{
background-color: #E2C849;
}
.BgClassName
{
background-color: #E2C849;
}
</style>
border-color css
<style>
span { border-color: #E2C849; }
span { border-color: rgb(226,200,73); }
td.TdClassName
{
border-color: #E2C849;
}
.TagClassName
{
border-color: #E2C849;
}
</style>