Shades of Confetti #E2C949
Tints of Confetti #E2C949
RGB
CMYK
RGB Variations
Color information
#E2C949 (or 0xE2C949) is known color: Confetti. HEX triplet: E2, C9 and 49. RGB value is (226,201,73). Sum of RGB (Red+Green+Blue) = 226+201+73=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C949 is #1D36B6. Grayscale: #C2C2C2. Windows color (decimal): -1914551 or 4835810. OLE color: 4835810.
HSL color Cylindrical-coordinate representation of color #E2C949: hue angle of 50.2º 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 #E2C949 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 73 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.11 |
| HSL | 50.2º | 0.73% | 0.59% | - |
| HSV(B) | 50.2º | 0.68% | 0.89% | - |
| XYZ | 53.45 | 58.42 | 14.76 | - |
| YUV | 193.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 73 | 0 | 0.11 | 0.68 | 0.11 | 50.2 | 0.73 | 0.59 |
| Hex | E2 | C9 | 49 | 0 | B | 44 | B | 32 | 49 | 3B |
| Octal | 342 | 311 | 111 | 0 | 13 | 104 | 13 | 62 | 111 | 73 |
| Binary | 11100010 | 11001001 | 1001001 | 0 | 1011 | 1000100 | 1011 | 110010 | 1001001 | 111011 |
Color Harmonies of #E2C949
Complementary color
Monochromatic Colors of #E2C949
Black with #E2C949
Text Example
Text Example
White with #E2C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C949; }
p { color: rgb(226,201,73); }
H1.HeaderClassName
{
color: #E2C949;
}
.AnyTagClassName
{
color: #E2C949;
}
</style>
background-color css
<style>
a { background-color: #E2C949; }
a { background-color: rgb(226,201,73); }
div.DivClassName
{
background-color: #E2C949;
}
.BgClassName
{
background-color: #E2C949;
}
</style>
border-color css
<style>
span { border-color: #E2C949; }
span { border-color: rgb(226,201,73); }
td.TdClassName
{
border-color: #E2C949;
}
.TagClassName
{
border-color: #E2C949;
}
</style>