Shades of Confetti #E1C040
Tints of Confetti #E1C040
RGB
CMYK
RGB Variations
Color information
#E1C040 (or 0xE1C040) is known color: Confetti. HEX triplet: E1, C0 and 40. RGB value is (225,192,64). Sum of RGB (Red+Green+Blue) = 225+192+64=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C040 is #1E3FBF. Grayscale: #BBBBBB. Windows color (decimal): -1982400 or 4243681. OLE color: 4243681.
HSL color Cylindrical-coordinate representation of color #E1C040: hue angle of 47.7º 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 #E1C040 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 64 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.12 |
| HSL | 47.7º | 0.73% | 0.57% | - |
| HSV(B) | 47.7º | 0.72% | 0.88% | - |
| XYZ | 50.83 | 54.08 | 12.61 | - |
| YUV | 187.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 64 | 0 | 0.15 | 0.72 | 0.12 | 47.7 | 0.73 | 0.57 |
| Hex | E1 | C0 | 40 | 0 | F | 48 | C | 30 | 49 | 39 |
| Octal | 341 | 300 | 100 | 0 | 17 | 110 | 14 | 60 | 111 | 71 |
| Binary | 11100001 | 11000000 | 1000000 | 0 | 1111 | 1001000 | 1100 | 110000 | 1001001 | 111001 |
Color Harmonies of #E1C040
Complementary color
Monochromatic Colors of #E1C040
Black with #E1C040
Text Example
Text Example
White with #E1C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C040; }
p { color: rgb(225,192,64); }
H1.HeaderClassName
{
color: #E1C040;
}
.AnyTagClassName
{
color: #E1C040;
}
</style>
background-color css
<style>
a { background-color: #E1C040; }
a { background-color: rgb(225,192,64); }
div.DivClassName
{
background-color: #E1C040;
}
.BgClassName
{
background-color: #E1C040;
}
</style>
border-color css
<style>
span { border-color: #E1C040; }
span { border-color: rgb(225,192,64); }
td.TdClassName
{
border-color: #E1C040;
}
.TagClassName
{
border-color: #E1C040;
}
</style>