Shades of Confetti #E1D141
Tints of Confetti #E1D141
RGB
CMYK
RGB Variations
Color information
#E1D141 (or 0xE1D141) is known color: Confetti. HEX triplet: E1, D1 and 41. RGB value is (225,209,65). Sum of RGB (Red+Green+Blue) = 225+209+65=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D141 is #1E2EBE. Grayscale: #C5C5C5. Windows color (decimal): -1978047 or 4313569. OLE color: 4313569.
HSL color Cylindrical-coordinate representation of color #E1D141: hue angle of 54º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1D141 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 65 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.12 |
| HSL | 54º | 0.73% | 0.57% | - |
| HSV(B) | 54º | 0.71% | 0.88% | - |
| XYZ | 54.81 | 61.99 | 14.08 | - |
| YUV | 197.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 65 | 0 | 0.07 | 0.71 | 0.12 | 54 | 0.73 | 0.57 |
| Hex | E1 | D1 | 41 | 0 | 7 | 47 | C | 36 | 49 | 39 |
| Octal | 341 | 321 | 101 | 0 | 7 | 107 | 14 | 66 | 111 | 71 |
| Binary | 11100001 | 11010001 | 1000001 | 0 | 111 | 1000111 | 1100 | 110110 | 1001001 | 111001 |
Color Harmonies of #E1D141
Complementary color
Monochromatic Colors of #E1D141
Black with #E1D141
Text Example
Text Example
White with #E1D141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D141; }
p { color: rgb(225,209,65); }
H1.HeaderClassName
{
color: #E1D141;
}
.AnyTagClassName
{
color: #E1D141;
}
</style>
background-color css
<style>
a { background-color: #E1D141; }
a { background-color: rgb(225,209,65); }
div.DivClassName
{
background-color: #E1D141;
}
.BgClassName
{
background-color: #E1D141;
}
</style>
border-color css
<style>
span { border-color: #E1D141; }
span { border-color: rgb(225,209,65); }
td.TdClassName
{
border-color: #E1D141;
}
.TagClassName
{
border-color: #E1D141;
}
</style>