Shades of Confetti #E1C140
Tints of Confetti #E1C140
RGB
CMYK
RGB Variations
Color information
#E1C140 (or 0xE1C140) is known color: Confetti. HEX triplet: E1, C1 and 40. RGB value is (225,193,64). Sum of RGB (Red+Green+Blue) = 225+193+64=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C140 is #1E3EBF. Grayscale: #BCBCBC. Windows color (decimal): -1982144 or 4243937. OLE color: 4243937.
HSL color Cylindrical-coordinate representation of color #E1C140: hue angle of 48.07º 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 #E1C140 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 64 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.12 |
| HSL | 48.07º | 0.73% | 0.57% | - |
| HSV(B) | 48.07º | 0.72% | 0.88% | - |
| XYZ | 51.05 | 54.52 | 12.68 | - |
| YUV | 187.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 64 | 0 | 0.14 | 0.72 | 0.12 | 48.07 | 0.73 | 0.57 |
| Hex | E1 | C1 | 40 | 0 | E | 48 | C | 30 | 49 | 39 |
| Octal | 341 | 301 | 100 | 0 | 16 | 110 | 14 | 60 | 111 | 71 |
| Binary | 11100001 | 11000001 | 1000000 | 0 | 1110 | 1001000 | 1100 | 110000 | 1001001 | 111001 |
Color Harmonies of #E1C140
Complementary color
Monochromatic Colors of #E1C140
Black with #E1C140
Text Example
Text Example
White with #E1C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C140; }
p { color: rgb(225,193,64); }
H1.HeaderClassName
{
color: #E1C140;
}
.AnyTagClassName
{
color: #E1C140;
}
</style>
background-color css
<style>
a { background-color: #E1C140; }
a { background-color: rgb(225,193,64); }
div.DivClassName
{
background-color: #E1C140;
}
.BgClassName
{
background-color: #E1C140;
}
</style>
border-color css
<style>
span { border-color: #E1C140; }
span { border-color: rgb(225,193,64); }
td.TdClassName
{
border-color: #E1C140;
}
.TagClassName
{
border-color: #E1C140;
}
</style>