Shades of Confetti #E1D449
Tints of Confetti #E1D449
RGB
CMYK
RGB Variations
Color information
#E1D449 (or 0xE1D449) is known color: Confetti. HEX triplet: E1, D4 and 49. RGB value is (225,212,73). Sum of RGB (Red+Green+Blue) = 225+212+73=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D449 is #1E2BB6. Grayscale: #C8C8C8. Windows color (decimal): -1977271 or 4838625. OLE color: 4838625.
HSL color Cylindrical-coordinate representation of color #E1D449: hue angle of 54.87º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1D449 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 73 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.12 |
| HSL | 54.87º | 0.72% | 0.58% | - |
| HSV(B) | 54.87º | 0.68% | 0.88% | - |
| XYZ | 55.8 | 63.58 | 15.63 | - |
| YUV | 200.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 73 | 0 | 0.06 | 0.68 | 0.12 | 54.87 | 0.72 | 0.58 |
| Hex | E1 | D4 | 49 | 0 | 6 | 44 | C | 37 | 48 | 3A |
| Octal | 341 | 324 | 111 | 0 | 6 | 104 | 14 | 67 | 110 | 72 |
| Binary | 11100001 | 11010100 | 1001001 | 0 | 110 | 1000100 | 1100 | 110111 | 1001000 | 111010 |
Color Harmonies of #E1D449
Complementary color
Monochromatic Colors of #E1D449
Black with #E1D449
Text Example
Text Example
White with #E1D449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D449; }
p { color: rgb(225,212,73); }
H1.HeaderClassName
{
color: #E1D449;
}
.AnyTagClassName
{
color: #E1D449;
}
</style>
background-color css
<style>
a { background-color: #E1D449; }
a { background-color: rgb(225,212,73); }
div.DivClassName
{
background-color: #E1D449;
}
.BgClassName
{
background-color: #E1D449;
}
</style>
border-color css
<style>
span { border-color: #E1D449; }
span { border-color: rgb(225,212,73); }
td.TdClassName
{
border-color: #E1D449;
}
.TagClassName
{
border-color: #E1D449;
}
</style>