Shades of Confetti #E2D44A
Tints of Confetti #E2D44A
RGB
CMYK
RGB Variations
Color information
#E2D44A (or 0xE2D44A) is known color: Confetti. HEX triplet: E2, D4 and 4A. RGB value is (226,212,74). Sum of RGB (Red+Green+Blue) = 226+212+74=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D44A is #1D2BB5. Grayscale: #C9C9C9. Windows color (decimal): -1911734 or 4904162. OLE color: 4904162.
HSL color Cylindrical-coordinate representation of color #E2D44A: hue angle of 54.47º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2D44A is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 74 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.11 |
| HSL | 54.47º | 0.72% | 0.59% | - |
| HSV(B) | 54.47º | 0.67% | 0.89% | - |
| XYZ | 56.14 | 63.75 | 15.82 | - |
| YUV | 200.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 74 | 0 | 0.06 | 0.67 | 0.11 | 54.47 | 0.72 | 0.59 |
| Hex | E2 | D4 | 4A | 0 | 6 | 43 | B | 36 | 48 | 3B |
| Octal | 342 | 324 | 112 | 0 | 6 | 103 | 13 | 66 | 110 | 73 |
| Binary | 11100010 | 11010100 | 1001010 | 0 | 110 | 1000011 | 1011 | 110110 | 1001000 | 111011 |
Color Harmonies of #E2D44A
Complementary color
Monochromatic Colors of #E2D44A
Black with #E2D44A
Text Example
Text Example
White with #E2D44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D44A; }
p { color: rgb(226,212,74); }
H1.HeaderClassName
{
color: #E2D44A;
}
.AnyTagClassName
{
color: #E2D44A;
}
</style>
background-color css
<style>
a { background-color: #E2D44A; }
a { background-color: rgb(226,212,74); }
div.DivClassName
{
background-color: #E2D44A;
}
.BgClassName
{
background-color: #E2D44A;
}
</style>
border-color css
<style>
span { border-color: #E2D44A; }
span { border-color: rgb(226,212,74); }
td.TdClassName
{
border-color: #E2D44A;
}
.TagClassName
{
border-color: #E2D44A;
}
</style>