Shades of Confetti #E2C448
Tints of Confetti #E2C448
RGB
CMYK
RGB Variations
Color information
#E2C448 (or 0xE2C448) is known color: Confetti. HEX triplet: E2, C4 and 48. RGB value is (226,196,72). Sum of RGB (Red+Green+Blue) = 226+196+72=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C448 is #1D3BB7. Grayscale: #BFBFBF. Windows color (decimal): -1915832 or 4768994. OLE color: 4768994.
HSL color Cylindrical-coordinate representation of color #E2C448: hue angle of 48.31º 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 #E2C448 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 196 | 72 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.11 |
| HSL | 48.31º | 0.73% | 0.58% | - |
| HSV(B) | 48.31º | 0.68% | 0.89% | - |
| XYZ | 52.27 | 56.12 | 14.21 | - |
| YUV | 190.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 72 | 0 | 0.13 | 0.68 | 0.11 | 48.31 | 0.73 | 0.58 |
| Hex | E2 | C4 | 48 | 0 | D | 44 | B | 30 | 49 | 3A |
| Octal | 342 | 304 | 110 | 0 | 15 | 104 | 13 | 60 | 111 | 72 |
| Binary | 11100010 | 11000100 | 1001000 | 0 | 1101 | 1000100 | 1011 | 110000 | 1001001 | 111010 |
Color Harmonies of #E2C448
Complementary color
Monochromatic Colors of #E2C448
Black with #E2C448
Text Example
Text Example
White with #E2C448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C448; }
p { color: rgb(226,196,72); }
H1.HeaderClassName
{
color: #E2C448;
}
.AnyTagClassName
{
color: #E2C448;
}
</style>
background-color css
<style>
a { background-color: #E2C448; }
a { background-color: rgb(226,196,72); }
div.DivClassName
{
background-color: #E2C448;
}
.BgClassName
{
background-color: #E2C448;
}
</style>
border-color css
<style>
span { border-color: #E2C448; }
span { border-color: rgb(226,196,72); }
td.TdClassName
{
border-color: #E2C448;
}
.TagClassName
{
border-color: #E2C448;
}
</style>