Shades of Confetti #E2D049
Tints of Confetti #E2D049
RGB
CMYK
RGB Variations
Color information
#E2D049 (or 0xE2D049) is known color: Confetti. HEX triplet: E2, D0 and 49. RGB value is (226,208,73). Sum of RGB (Red+Green+Blue) = 226+208+73=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D049 is #1D2FB6. Grayscale: #C6C6C6. Windows color (decimal): -1912759 or 4837602. OLE color: 4837602.
HSL color Cylindrical-coordinate representation of color #E2D049: hue angle of 52.94º 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 #E2D049 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 73 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.11 |
| HSL | 52.94º | 0.73% | 0.59% | - |
| HSV(B) | 52.94º | 0.68% | 0.89% | - |
| XYZ | 55.12 | 61.76 | 15.32 | - |
| YUV | 197.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 73 | 0 | 0.08 | 0.68 | 0.11 | 52.94 | 0.73 | 0.59 |
| Hex | E2 | D0 | 49 | 0 | 8 | 44 | B | 35 | 49 | 3B |
| Octal | 342 | 320 | 111 | 0 | 10 | 104 | 13 | 65 | 111 | 73 |
| Binary | 11100010 | 11010000 | 1001001 | 0 | 1000 | 1000100 | 1011 | 110101 | 1001001 | 111011 |
Color Harmonies of #E2D049
Complementary color
Monochromatic Colors of #E2D049
Black with #E2D049
Text Example
Text Example
White with #E2D049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D049; }
p { color: rgb(226,208,73); }
H1.HeaderClassName
{
color: #E2D049;
}
.AnyTagClassName
{
color: #E2D049;
}
</style>
background-color css
<style>
a { background-color: #E2D049; }
a { background-color: rgb(226,208,73); }
div.DivClassName
{
background-color: #E2D049;
}
.BgClassName
{
background-color: #E2D049;
}
</style>
border-color css
<style>
span { border-color: #E2D049; }
span { border-color: rgb(226,208,73); }
td.TdClassName
{
border-color: #E2D049;
}
.TagClassName
{
border-color: #E2D049;
}
</style>