Shades of Confetti #E2D644
Tints of Confetti #E2D644
RGB
CMYK
RGB Variations
Color information
#E2D644 (or 0xE2D644) is known color: Confetti. HEX triplet: E2, D6 and 44. RGB value is (226,214,68). Sum of RGB (Red+Green+Blue) = 226+214+68=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 68 (26.95% from 255 or 13.39% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D644 is #1D29BB. Grayscale: #C9C9C9. Windows color (decimal): -1911228 or 4511458. OLE color: 4511458.
HSL color Cylindrical-coordinate representation of color #E2D644: hue angle of 55.44º 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 #E2D644 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 68 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.11 |
| HSL | 55.44º | 0.73% | 0.58% | - |
| HSV(B) | 55.44º | 0.7% | 0.89% | - |
| XYZ | 56.45 | 64.68 | 14.98 | - |
| YUV | 200.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 68 | 0 | 0.05 | 0.70 | 0.11 | 55.44 | 0.73 | 0.58 |
| Hex | E2 | D6 | 44 | 0 | 5 | 46 | B | 37 | 49 | 3A |
| Octal | 342 | 326 | 104 | 0 | 5 | 106 | 13 | 67 | 111 | 72 |
| Binary | 11100010 | 11010110 | 1000100 | 0 | 101 | 1000110 | 1011 | 110111 | 1001001 | 111010 |
Color Harmonies of #E2D644
Complementary color
Monochromatic Colors of #E2D644
Black with #E2D644
Text Example
Text Example
White with #E2D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D644; }
p { color: rgb(226,214,68); }
H1.HeaderClassName
{
color: #E2D644;
}
.AnyTagClassName
{
color: #E2D644;
}
</style>
background-color css
<style>
a { background-color: #E2D644; }
a { background-color: rgb(226,214,68); }
div.DivClassName
{
background-color: #E2D644;
}
.BgClassName
{
background-color: #E2D644;
}
</style>
border-color css
<style>
span { border-color: #E2D644; }
span { border-color: rgb(226,214,68); }
td.TdClassName
{
border-color: #E2D644;
}
.TagClassName
{
border-color: #E2D644;
}
</style>