Shades of Confetti #E1D24D
Tints of Confetti #E1D24D
RGB
CMYK
RGB Variations
Color information
#E1D24D (or 0xE1D24D) is known color: Confetti. HEX triplet: E1, D2 and 4D. RGB value is (225,210,77). Sum of RGB (Red+Green+Blue) = 225+210+77=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D24D is #1E2DB2. Grayscale: #C7C7C7. Windows color (decimal): -1977779 or 5100257. OLE color: 5100257.
HSL color Cylindrical-coordinate representation of color #E1D24D: hue angle of 53.92º 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 #E1D24D is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 77 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.12 |
| HSL | 53.92º | 0.71% | 0.59% | - |
| HSV(B) | 53.92º | 0.66% | 0.88% | - |
| XYZ | 55.44 | 62.64 | 16.19 | - |
| YUV | 199.32 | 58.97 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 77 | 0 | 0.07 | 0.66 | 0.12 | 53.92 | 0.71 | 0.59 |
| Hex | E1 | D2 | 4D | 0 | 7 | 42 | C | 36 | 47 | 3B |
| Octal | 341 | 322 | 115 | 0 | 7 | 102 | 14 | 66 | 107 | 73 |
| Binary | 11100001 | 11010010 | 1001101 | 0 | 111 | 1000010 | 1100 | 110110 | 1000111 | 111011 |
Color Harmonies of #E1D24D
Complementary color
Monochromatic Colors of #E1D24D
Black with #E1D24D
Text Example
Text Example
White with #E1D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D24D; }
p { color: rgb(225,210,77); }
H1.HeaderClassName
{
color: #E1D24D;
}
.AnyTagClassName
{
color: #E1D24D;
}
</style>
background-color css
<style>
a { background-color: #E1D24D; }
a { background-color: rgb(225,210,77); }
div.DivClassName
{
background-color: #E1D24D;
}
.BgClassName
{
background-color: #E1D24D;
}
</style>
border-color css
<style>
span { border-color: #E1D24D; }
span { border-color: rgb(225,210,77); }
td.TdClassName
{
border-color: #E1D24D;
}
.TagClassName
{
border-color: #E1D24D;
}
</style>