Shades of Confetti #E1D249
Tints of Confetti #E1D249
RGB
CMYK
RGB Variations
Color information
#E1D249 (or 0xE1D249) is known color: Confetti. HEX triplet: E1, D2 and 49. RGB value is (225,210,73). Sum of RGB (Red+Green+Blue) = 225+210+73=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D249 is #1E2DB6. Grayscale: #C7C7C7. Windows color (decimal): -1977783 or 4838113. OLE color: 4838113.
HSL color Cylindrical-coordinate representation of color #E1D249: hue angle of 54.08º 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 #E1D249 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 73 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.12 |
| HSL | 54.08º | 0.72% | 0.58% | - |
| HSV(B) | 54.08º | 0.68% | 0.88% | - |
| XYZ | 55.3 | 62.58 | 15.47 | - |
| YUV | 198.87 | 56.97 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 73 | 0 | 0.07 | 0.68 | 0.12 | 54.08 | 0.72 | 0.58 |
| Hex | E1 | D2 | 49 | 0 | 7 | 44 | C | 36 | 48 | 3A |
| Octal | 341 | 322 | 111 | 0 | 7 | 104 | 14 | 66 | 110 | 72 |
| Binary | 11100001 | 11010010 | 1001001 | 0 | 111 | 1000100 | 1100 | 110110 | 1001000 | 111010 |
Color Harmonies of #E1D249
Complementary color
Monochromatic Colors of #E1D249
Black with #E1D249
Text Example
Text Example
White with #E1D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D249; }
p { color: rgb(225,210,73); }
H1.HeaderClassName
{
color: #E1D249;
}
.AnyTagClassName
{
color: #E1D249;
}
</style>
background-color css
<style>
a { background-color: #E1D249; }
a { background-color: rgb(225,210,73); }
div.DivClassName
{
background-color: #E1D249;
}
.BgClassName
{
background-color: #E1D249;
}
</style>
border-color css
<style>
span { border-color: #E1D249; }
span { border-color: rgb(225,210,73); }
td.TdClassName
{
border-color: #E1D249;
}
.TagClassName
{
border-color: #E1D249;
}
</style>