Shades of Confetti #E1D44A
Tints of Confetti #E1D44A
RGB
CMYK
RGB Variations
Color information
#E1D44A (or 0xE1D44A) is known color: Confetti. HEX triplet: E1, D4 and 4A. RGB value is (225,212,74). Sum of RGB (Red+Green+Blue) = 225+212+74=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D44A is #1E2BB5. Grayscale: #C8C8C8. Windows color (decimal): -1977270 or 4904161. OLE color: 4904161.
HSL color Cylindrical-coordinate representation of color #E1D44A: hue angle of 54.83º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1D44A is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 74 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.12 |
| HSL | 54.83º | 0.72% | 0.59% | - |
| HSV(B) | 54.83º | 0.67% | 0.88% | - |
| XYZ | 55.83 | 63.59 | 15.81 | - |
| YUV | 200.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 74 | 0 | 0.06 | 0.67 | 0.12 | 54.83 | 0.72 | 0.59 |
| Hex | E1 | D4 | 4A | 0 | 6 | 43 | C | 37 | 48 | 3B |
| Octal | 341 | 324 | 112 | 0 | 6 | 103 | 14 | 67 | 110 | 73 |
| Binary | 11100001 | 11010100 | 1001010 | 0 | 110 | 1000011 | 1100 | 110111 | 1001000 | 111011 |
Color Harmonies of #E1D44A
Complementary color
Monochromatic Colors of #E1D44A
Black with #E1D44A
Text Example
Text Example
White with #E1D44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D44A; }
p { color: rgb(225,212,74); }
H1.HeaderClassName
{
color: #E1D44A;
}
.AnyTagClassName
{
color: #E1D44A;
}
</style>
background-color css
<style>
a { background-color: #E1D44A; }
a { background-color: rgb(225,212,74); }
div.DivClassName
{
background-color: #E1D44A;
}
.BgClassName
{
background-color: #E1D44A;
}
</style>
border-color css
<style>
span { border-color: #E1D44A; }
span { border-color: rgb(225,212,74); }
td.TdClassName
{
border-color: #E1D44A;
}
.TagClassName
{
border-color: #E1D44A;
}
</style>