Shades of Confetti #E2C549
Tints of Confetti #E2C549
RGB
CMYK
RGB Variations
Color information
#E2C549 (or 0xE2C549) is known color: Confetti. HEX triplet: E2, C5 and 49. RGB value is (226,197,73). Sum of RGB (Red+Green+Blue) = 226+197+73=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C549 is #1D3AB6. Grayscale: #C0C0C0. Windows color (decimal): -1915575 or 4834786. OLE color: 4834786.
HSL color Cylindrical-coordinate representation of color #E2C549: hue angle of 48.63º 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 #E2C549 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 73 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.11 |
| HSL | 48.63º | 0.73% | 0.59% | - |
| HSV(B) | 48.63º | 0.68% | 0.89% | - |
| XYZ | 52.53 | 56.58 | 14.46 | - |
| YUV | 191.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 73 | 0 | 0.13 | 0.68 | 0.11 | 48.63 | 0.73 | 0.59 |
| Hex | E2 | C5 | 49 | 0 | D | 44 | B | 31 | 49 | 3B |
| Octal | 342 | 305 | 111 | 0 | 15 | 104 | 13 | 61 | 111 | 73 |
| Binary | 11100010 | 11000101 | 1001001 | 0 | 1101 | 1000100 | 1011 | 110001 | 1001001 | 111011 |
Color Harmonies of #E2C549
Complementary color
Monochromatic Colors of #E2C549
Black with #E2C549
Text Example
Text Example
White with #E2C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C549; }
p { color: rgb(226,197,73); }
H1.HeaderClassName
{
color: #E2C549;
}
.AnyTagClassName
{
color: #E2C549;
}
</style>
background-color css
<style>
a { background-color: #E2C549; }
a { background-color: rgb(226,197,73); }
div.DivClassName
{
background-color: #E2C549;
}
.BgClassName
{
background-color: #E2C549;
}
</style>
border-color css
<style>
span { border-color: #E2C549; }
span { border-color: rgb(226,197,73); }
td.TdClassName
{
border-color: #E2C549;
}
.TagClassName
{
border-color: #E2C549;
}
</style>