Shades of Confetti #E1C446
Tints of Confetti #E1C446
RGB
CMYK
RGB Variations
Color information
#E1C446 (or 0xE1C446) is known color: Confetti. HEX triplet: E1, C4 and 46. RGB value is (225,196,70). Sum of RGB (Red+Green+Blue) = 225+196+70=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C446 is #1E3BB9. Grayscale: #BEBEBE. Windows color (decimal): -1981370 or 4637921. OLE color: 4637921.
HSL color Cylindrical-coordinate representation of color #E1C446: hue angle of 48.77º 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 #E1C446 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 70 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.12 |
| HSL | 48.77º | 0.72% | 0.58% | - |
| HSV(B) | 48.77º | 0.69% | 0.88% | - |
| XYZ | 51.9 | 55.93 | 13.85 | - |
| YUV | 190.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 70 | 0 | 0.13 | 0.69 | 0.12 | 48.77 | 0.72 | 0.58 |
| Hex | E1 | C4 | 46 | 0 | D | 45 | C | 31 | 48 | 3A |
| Octal | 341 | 304 | 106 | 0 | 15 | 105 | 14 | 61 | 110 | 72 |
| Binary | 11100001 | 11000100 | 1000110 | 0 | 1101 | 1000101 | 1100 | 110001 | 1001000 | 111010 |
Color Harmonies of #E1C446
Complementary color
Monochromatic Colors of #E1C446
Black with #E1C446
Text Example
Text Example
White with #E1C446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C446; }
p { color: rgb(225,196,70); }
H1.HeaderClassName
{
color: #E1C446;
}
.AnyTagClassName
{
color: #E1C446;
}
</style>
background-color css
<style>
a { background-color: #E1C446; }
a { background-color: rgb(225,196,70); }
div.DivClassName
{
background-color: #E1C446;
}
.BgClassName
{
background-color: #E1C446;
}
</style>
border-color css
<style>
span { border-color: #E1C446; }
span { border-color: rgb(225,196,70); }
td.TdClassName
{
border-color: #E1C446;
}
.TagClassName
{
border-color: #E1C446;
}
</style>