Shades of Confetti #E1D04D
Tints of Confetti #E1D04D
RGB
CMYK
RGB Variations
Color information
#E1D04D (or 0xE1D04D) is known color: Confetti. HEX triplet: E1, D0 and 4D. RGB value is (225,208,77). Sum of RGB (Red+Green+Blue) = 225+208+77=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D04D is #1E2FB2. Grayscale: #C6C6C6. Windows color (decimal): -1978291 or 5099745. OLE color: 5099745.
HSL color Cylindrical-coordinate representation of color #E1D04D: hue angle of 53.11º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1D04D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 77 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.12 |
| HSL | 53.11º | 0.71% | 0.59% | - |
| HSV(B) | 53.11º | 0.66% | 0.88% | - |
| XYZ | 54.95 | 61.66 | 16.03 | - |
| YUV | 198.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 77 | 0 | 0.08 | 0.66 | 0.12 | 53.11 | 0.71 | 0.59 |
| Hex | E1 | D0 | 4D | 0 | 8 | 42 | C | 35 | 47 | 3B |
| Octal | 341 | 320 | 115 | 0 | 10 | 102 | 14 | 65 | 107 | 73 |
| Binary | 11100001 | 11010000 | 1001101 | 0 | 1000 | 1000010 | 1100 | 110101 | 1000111 | 111011 |
Color Harmonies of #E1D04D
Complementary color
Monochromatic Colors of #E1D04D
Black with #E1D04D
Text Example
Text Example
White with #E1D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D04D; }
p { color: rgb(225,208,77); }
H1.HeaderClassName
{
color: #E1D04D;
}
.AnyTagClassName
{
color: #E1D04D;
}
</style>
background-color css
<style>
a { background-color: #E1D04D; }
a { background-color: rgb(225,208,77); }
div.DivClassName
{
background-color: #E1D04D;
}
.BgClassName
{
background-color: #E1D04D;
}
</style>
border-color css
<style>
span { border-color: #E1D04D; }
span { border-color: rgb(225,208,77); }
td.TdClassName
{
border-color: #E1D04D;
}
.TagClassName
{
border-color: #E1D04D;
}
</style>