Shades of Confetti #E2D144
Tints of Confetti #E2D144
RGB
CMYK
RGB Variations
Color information
#E2D144 (or 0xE2D144) is known color: Confetti. HEX triplet: E2, D1 and 44. RGB value is (226,209,68). Sum of RGB (Red+Green+Blue) = 226+209+68=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D144 is #1D2EBB. Grayscale: #C6C6C6. Windows color (decimal): -1912508 or 4510178. OLE color: 4510178.
HSL color Cylindrical-coordinate representation of color #E2D144: hue angle of 53.54º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2D144 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 68 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.11 |
| HSL | 53.54º | 0.73% | 0.58% | - |
| HSV(B) | 53.54º | 0.7% | 0.89% | - |
| XYZ | 55.21 | 62.19 | 14.56 | - |
| YUV | 198.01 | 54.63 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 68 | 0 | 0.08 | 0.70 | 0.11 | 53.54 | 0.73 | 0.58 |
| Hex | E2 | D1 | 44 | 0 | 8 | 46 | B | 36 | 49 | 3A |
| Octal | 342 | 321 | 104 | 0 | 10 | 106 | 13 | 66 | 111 | 72 |
| Binary | 11100010 | 11010001 | 1000100 | 0 | 1000 | 1000110 | 1011 | 110110 | 1001001 | 111010 |
Color Harmonies of #E2D144
Complementary color
Monochromatic Colors of #E2D144
Black with #E2D144
Text Example
Text Example
White with #E2D144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D144; }
p { color: rgb(226,209,68); }
H1.HeaderClassName
{
color: #E2D144;
}
.AnyTagClassName
{
color: #E2D144;
}
</style>
background-color css
<style>
a { background-color: #E2D144; }
a { background-color: rgb(226,209,68); }
div.DivClassName
{
background-color: #E2D144;
}
.BgClassName
{
background-color: #E2D144;
}
</style>
border-color css
<style>
span { border-color: #E2D144; }
span { border-color: rgb(226,209,68); }
td.TdClassName
{
border-color: #E2D144;
}
.TagClassName
{
border-color: #E2D144;
}
</style>