Shades of Confetti #E1D246
Tints of Confetti #E1D246
RGB
CMYK
RGB Variations
Color information
#E1D246 (or 0xE1D246) is known color: Confetti. HEX triplet: E1, D2 and 46. RGB value is (225,210,70). Sum of RGB (Red+Green+Blue) = 225+210+70=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D246 is #1E2DB9. Grayscale: #C7C7C7. Windows color (decimal): -1977786 or 4641505. OLE color: 4641505.
HSL color Cylindrical-coordinate representation of color #E1D246: hue angle of 54.19º 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 #E1D246 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 70 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.12 |
| HSL | 54.19º | 0.72% | 0.58% | - |
| HSV(B) | 54.19º | 0.69% | 0.88% | - |
| XYZ | 55.2 | 62.54 | 14.96 | - |
| YUV | 198.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 70 | 0 | 0.07 | 0.69 | 0.12 | 54.19 | 0.72 | 0.58 |
| Hex | E1 | D2 | 46 | 0 | 7 | 45 | C | 36 | 48 | 3A |
| Octal | 341 | 322 | 106 | 0 | 7 | 105 | 14 | 66 | 110 | 72 |
| Binary | 11100001 | 11010010 | 1000110 | 0 | 111 | 1000101 | 1100 | 110110 | 1001000 | 111010 |
Color Harmonies of #E1D246
Complementary color
Monochromatic Colors of #E1D246
Black with #E1D246
Text Example
Text Example
White with #E1D246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D246; }
p { color: rgb(225,210,70); }
H1.HeaderClassName
{
color: #E1D246;
}
.AnyTagClassName
{
color: #E1D246;
}
</style>
background-color css
<style>
a { background-color: #E1D246; }
a { background-color: rgb(225,210,70); }
div.DivClassName
{
background-color: #E1D246;
}
.BgClassName
{
background-color: #E1D246;
}
</style>
border-color css
<style>
span { border-color: #E1D246; }
span { border-color: rgb(225,210,70); }
td.TdClassName
{
border-color: #E1D246;
}
.TagClassName
{
border-color: #E1D246;
}
</style>