Shades of Confetti #E1C046
Tints of Confetti #E1C046
RGB
CMYK
RGB Variations
Color information
#E1C046 (or 0xE1C046) is known color: Confetti. HEX triplet: E1, C0 and 46. RGB value is (225,192,70). Sum of RGB (Red+Green+Blue) = 225+192+70=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C046 is #1E3FB9. Grayscale: #BCBCBC. Windows color (decimal): -1982394 or 4636897. OLE color: 4636897.
HSL color Cylindrical-coordinate representation of color #E1C046: hue angle of 47.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1C046 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 70 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.12 |
| HSL | 47.23º | 0.72% | 0.58% | - |
| HSV(B) | 47.23º | 0.69% | 0.88% | - |
| XYZ | 51.01 | 54.15 | 13.56 | - |
| YUV | 187.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 70 | 0 | 0.15 | 0.69 | 0.12 | 47.23 | 0.72 | 0.58 |
| Hex | E1 | C0 | 46 | 0 | F | 45 | C | 2F | 48 | 3A |
| Octal | 341 | 300 | 106 | 0 | 17 | 105 | 14 | 57 | 110 | 72 |
| Binary | 11100001 | 11000000 | 1000110 | 0 | 1111 | 1000101 | 1100 | 101111 | 1001000 | 111010 |
Color Harmonies of #E1C046
Complementary color
Monochromatic Colors of #E1C046
Black with #E1C046
Text Example
Text Example
White with #E1C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C046; }
p { color: rgb(225,192,70); }
H1.HeaderClassName
{
color: #E1C046;
}
.AnyTagClassName
{
color: #E1C046;
}
</style>
background-color css
<style>
a { background-color: #E1C046; }
a { background-color: rgb(225,192,70); }
div.DivClassName
{
background-color: #E1C046;
}
.BgClassName
{
background-color: #E1C046;
}
</style>
border-color css
<style>
span { border-color: #E1C046; }
span { border-color: rgb(225,192,70); }
td.TdClassName
{
border-color: #E1C046;
}
.TagClassName
{
border-color: #E1C046;
}
</style>