Shades of Confetti #E1D544
Tints of Confetti #E1D544
RGB
CMYK
RGB Variations
Color information
#E1D544 (or 0xE1D544) is known color: Confetti. HEX triplet: E1, D5 and 44. RGB value is (225,213,68). Sum of RGB (Red+Green+Blue) = 225+213+68=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D544 is #1E2ABB. Grayscale: #C8C8C8. Windows color (decimal): -1977020 or 4511201. OLE color: 4511201.
HSL color Cylindrical-coordinate representation of color #E1D544: hue angle of 55.41º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1D544 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 68 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.12 |
| HSL | 55.41º | 0.72% | 0.57% | - |
| HSV(B) | 55.41º | 0.7% | 0.88% | - |
| XYZ | 55.89 | 64.01 | 14.88 | - |
| YUV | 200.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 68 | 0 | 0.05 | 0.70 | 0.12 | 55.41 | 0.72 | 0.57 |
| Hex | E1 | D5 | 44 | 0 | 5 | 46 | C | 37 | 48 | 39 |
| Octal | 341 | 325 | 104 | 0 | 5 | 106 | 14 | 67 | 110 | 71 |
| Binary | 11100001 | 11010101 | 1000100 | 0 | 101 | 1000110 | 1100 | 110111 | 1001000 | 111001 |
Color Harmonies of #E1D544
Complementary color
Monochromatic Colors of #E1D544
Black with #E1D544
Text Example
Text Example
White with #E1D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D544; }
p { color: rgb(225,213,68); }
H1.HeaderClassName
{
color: #E1D544;
}
.AnyTagClassName
{
color: #E1D544;
}
</style>
background-color css
<style>
a { background-color: #E1D544; }
a { background-color: rgb(225,213,68); }
div.DivClassName
{
background-color: #E1D544;
}
.BgClassName
{
background-color: #E1D544;
}
</style>
border-color css
<style>
span { border-color: #E1D544; }
span { border-color: rgb(225,213,68); }
td.TdClassName
{
border-color: #E1D544;
}
.TagClassName
{
border-color: #E1D544;
}
</style>