Shades of Confetti #E2D649
Tints of Confetti #E2D649
RGB
CMYK
RGB Variations
Color information
#E2D649 (or 0xE2D649) is known color: Confetti. HEX triplet: E2, D6 and 49. RGB value is (226,214,73). Sum of RGB (Red+Green+Blue) = 226+214+73=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D649 is #1D29B6. Grayscale: #CACACA. Windows color (decimal): -1911223 or 4839138. OLE color: 4839138.
HSL color Cylindrical-coordinate representation of color #E2D649: hue angle of 55.29º 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 #E2D649 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 73 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.11 |
| HSL | 55.29º | 0.73% | 0.59% | - |
| HSV(B) | 55.29º | 0.68% | 0.89% | - |
| XYZ | 56.61 | 64.74 | 15.82 | - |
| YUV | 201.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 73 | 0 | 0.05 | 0.68 | 0.11 | 55.29 | 0.73 | 0.59 |
| Hex | E2 | D6 | 49 | 0 | 5 | 44 | B | 37 | 49 | 3B |
| Octal | 342 | 326 | 111 | 0 | 5 | 104 | 13 | 67 | 111 | 73 |
| Binary | 11100010 | 11010110 | 1001001 | 0 | 101 | 1000100 | 1011 | 110111 | 1001001 | 111011 |
Color Harmonies of #E2D649
Complementary color
Monochromatic Colors of #E2D649
Black with #E2D649
Text Example
Text Example
White with #E2D649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D649; }
p { color: rgb(226,214,73); }
H1.HeaderClassName
{
color: #E2D649;
}
.AnyTagClassName
{
color: #E2D649;
}
</style>
background-color css
<style>
a { background-color: #E2D649; }
a { background-color: rgb(226,214,73); }
div.DivClassName
{
background-color: #E2D649;
}
.BgClassName
{
background-color: #E2D649;
}
</style>
border-color css
<style>
span { border-color: #E2D649; }
span { border-color: rgb(226,214,73); }
td.TdClassName
{
border-color: #E2D649;
}
.TagClassName
{
border-color: #E2D649;
}
</style>