Shades of Confetti #E1D14D
Tints of Confetti #E1D14D
RGB
CMYK
RGB Variations
Color information
#E1D14D (or 0xE1D14D) is known color: Confetti. HEX triplet: E1, D1 and 4D. RGB value is (225,209,77). Sum of RGB (Red+Green+Blue) = 225+209+77=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D14D is #1E2EB2. Grayscale: #C7C7C7. Windows color (decimal): -1978035 or 5100001. OLE color: 5100001.
HSL color Cylindrical-coordinate representation of color #E1D14D: hue angle of 53.51º 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 #E1D14D is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 77 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.12 |
| HSL | 53.51º | 0.71% | 0.59% | - |
| HSV(B) | 53.51º | 0.66% | 0.88% | - |
| XYZ | 55.19 | 62.14 | 16.11 | - |
| YUV | 198.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 77 | 0 | 0.07 | 0.66 | 0.12 | 53.51 | 0.71 | 0.59 |
| Hex | E1 | D1 | 4D | 0 | 7 | 42 | C | 36 | 47 | 3B |
| Octal | 341 | 321 | 115 | 0 | 7 | 102 | 14 | 66 | 107 | 73 |
| Binary | 11100001 | 11010001 | 1001101 | 0 | 111 | 1000010 | 1100 | 110110 | 1000111 | 111011 |
Color Harmonies of #E1D14D
Complementary color
Monochromatic Colors of #E1D14D
Black with #E1D14D
Text Example
Text Example
White with #E1D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D14D; }
p { color: rgb(225,209,77); }
H1.HeaderClassName
{
color: #E1D14D;
}
.AnyTagClassName
{
color: #E1D14D;
}
</style>
background-color css
<style>
a { background-color: #E1D14D; }
a { background-color: rgb(225,209,77); }
div.DivClassName
{
background-color: #E1D14D;
}
.BgClassName
{
background-color: #E1D14D;
}
</style>
border-color css
<style>
span { border-color: #E1D14D; }
span { border-color: rgb(225,209,77); }
td.TdClassName
{
border-color: #E1D14D;
}
.TagClassName
{
border-color: #E1D14D;
}
</style>