Shades of Confetti #E2D248
Tints of Confetti #E2D248
RGB
CMYK
RGB Variations
Color information
#E2D248 (or 0xE2D248) is known color: Confetti. HEX triplet: E2, D2 and 48. RGB value is (226,210,72). Sum of RGB (Red+Green+Blue) = 226+210+72=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D248 is #1D2DB7. Grayscale: #C7C7C7. Windows color (decimal): -1912248 or 4772578. OLE color: 4772578.
HSL color Cylindrical-coordinate representation of color #E2D248: hue angle of 53.77º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2D248 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 72 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.11 |
| HSL | 53.77º | 0.73% | 0.58% | - |
| HSV(B) | 53.77º | 0.68% | 0.89% | - |
| XYZ | 55.58 | 62.73 | 15.31 | - |
| YUV | 199.05 | 56.3 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 72 | 0 | 0.07 | 0.68 | 0.11 | 53.77 | 0.73 | 0.58 |
| Hex | E2 | D2 | 48 | 0 | 7 | 44 | B | 36 | 49 | 3A |
| Octal | 342 | 322 | 110 | 0 | 7 | 104 | 13 | 66 | 111 | 72 |
| Binary | 11100010 | 11010010 | 1001000 | 0 | 111 | 1000100 | 1011 | 110110 | 1001001 | 111010 |
Color Harmonies of #E2D248
Complementary color
Monochromatic Colors of #E2D248
Black with #E2D248
Text Example
Text Example
White with #E2D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D248; }
p { color: rgb(226,210,72); }
H1.HeaderClassName
{
color: #E2D248;
}
.AnyTagClassName
{
color: #E2D248;
}
</style>
background-color css
<style>
a { background-color: #E2D248; }
a { background-color: rgb(226,210,72); }
div.DivClassName
{
background-color: #E2D248;
}
.BgClassName
{
background-color: #E2D248;
}
</style>
border-color css
<style>
span { border-color: #E2D248; }
span { border-color: rgb(226,210,72); }
td.TdClassName
{
border-color: #E2D248;
}
.TagClassName
{
border-color: #E2D248;
}
</style>