Shades of Confetti #E1C240
Tints of Confetti #E1C240
RGB
CMYK
RGB Variations
Color information
#E1C240 (or 0xE1C240) is known color: Confetti. HEX triplet: E1, C2 and 40. RGB value is (225,194,64). Sum of RGB (Red+Green+Blue) = 225+194+64=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C240 is #1E3DBF. Grayscale: #BCBCBC. Windows color (decimal): -1981888 or 4244193. OLE color: 4244193.
HSL color Cylindrical-coordinate representation of color #E1C240: hue angle of 48.45º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1C240 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 64 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.12 |
| HSL | 48.45º | 0.73% | 0.57% | - |
| HSV(B) | 48.45º | 0.72% | 0.88% | - |
| XYZ | 51.27 | 54.96 | 12.76 | - |
| YUV | 188.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 64 | 0 | 0.14 | 0.72 | 0.12 | 48.45 | 0.73 | 0.57 |
| Hex | E1 | C2 | 40 | 0 | E | 48 | C | 30 | 49 | 39 |
| Octal | 341 | 302 | 100 | 0 | 16 | 110 | 14 | 60 | 111 | 71 |
| Binary | 11100001 | 11000010 | 1000000 | 0 | 1110 | 1001000 | 1100 | 110000 | 1001001 | 111001 |
Color Harmonies of #E1C240
Complementary color
Monochromatic Colors of #E1C240
Black with #E1C240
Text Example
Text Example
White with #E1C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C240; }
p { color: rgb(225,194,64); }
H1.HeaderClassName
{
color: #E1C240;
}
.AnyTagClassName
{
color: #E1C240;
}
</style>
background-color css
<style>
a { background-color: #E1C240; }
a { background-color: rgb(225,194,64); }
div.DivClassName
{
background-color: #E1C240;
}
.BgClassName
{
background-color: #E1C240;
}
</style>
border-color css
<style>
span { border-color: #E1C240; }
span { border-color: rgb(225,194,64); }
td.TdClassName
{
border-color: #E1C240;
}
.TagClassName
{
border-color: #E1C240;
}
</style>