Shades of Confetti #E2C148
Tints of Confetti #E2C148
RGB
CMYK
RGB Variations
Color information
#E2C148 (or 0xE2C148) is known color: Confetti. HEX triplet: E2, C1 and 48. RGB value is (226,193,72). Sum of RGB (Red+Green+Blue) = 226+193+72=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C148 is #1D3EB7. Grayscale: #BDBDBD. Windows color (decimal): -1916600 or 4768226. OLE color: 4768226.
HSL color Cylindrical-coordinate representation of color #E2C148: hue angle of 47.14º 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 #E2C148 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 193 | 72 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.11 |
| HSL | 47.14º | 0.73% | 0.58% | - |
| HSV(B) | 47.14º | 0.68% | 0.89% | - |
| XYZ | 51.6 | 54.78 | 13.98 | - |
| YUV | 189.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 72 | 0 | 0.15 | 0.68 | 0.11 | 47.14 | 0.73 | 0.58 |
| Hex | E2 | C1 | 48 | 0 | F | 44 | B | 2F | 49 | 3A |
| Octal | 342 | 301 | 110 | 0 | 17 | 104 | 13 | 57 | 111 | 72 |
| Binary | 11100010 | 11000001 | 1001000 | 0 | 1111 | 1000100 | 1011 | 101111 | 1001001 | 111010 |
Color Harmonies of #E2C148
Complementary color
Monochromatic Colors of #E2C148
Black with #E2C148
Text Example
Text Example
White with #E2C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C148; }
p { color: rgb(226,193,72); }
H1.HeaderClassName
{
color: #E2C148;
}
.AnyTagClassName
{
color: #E2C148;
}
</style>
background-color css
<style>
a { background-color: #E2C148; }
a { background-color: rgb(226,193,72); }
div.DivClassName
{
background-color: #E2C148;
}
.BgClassName
{
background-color: #E2C148;
}
</style>
border-color css
<style>
span { border-color: #E2C148; }
span { border-color: rgb(226,193,72); }
td.TdClassName
{
border-color: #E2C148;
}
.TagClassName
{
border-color: #E2C148;
}
</style>