Shades of Confetti #E1D145
Tints of Confetti #E1D145
RGB
CMYK
RGB Variations
Color information
#E1D145 (or 0xE1D145) is known color: Confetti. HEX triplet: E1, D1 and 45. RGB value is (225,209,69). Sum of RGB (Red+Green+Blue) = 225+209+69=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D145 is #1E2EBA. Grayscale: #C6C6C6. Windows color (decimal): -1978043 or 4575713. OLE color: 4575713.
HSL color Cylindrical-coordinate representation of color #E1D145: hue angle of 53.85º 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 #E1D145 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 69 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.12 |
| HSL | 53.85º | 0.72% | 0.58% | - |
| HSV(B) | 53.85º | 0.69% | 0.88% | - |
| XYZ | 54.93 | 62.04 | 14.71 | - |
| YUV | 197.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 69 | 0 | 0.07 | 0.69 | 0.12 | 53.85 | 0.72 | 0.58 |
| Hex | E1 | D1 | 45 | 0 | 7 | 45 | C | 36 | 48 | 3A |
| Octal | 341 | 321 | 105 | 0 | 7 | 105 | 14 | 66 | 110 | 72 |
| Binary | 11100001 | 11010001 | 1000101 | 0 | 111 | 1000101 | 1100 | 110110 | 1001000 | 111010 |
Color Harmonies of #E1D145
Complementary color
Monochromatic Colors of #E1D145
Black with #E1D145
Text Example
Text Example
White with #E1D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D145; }
p { color: rgb(225,209,69); }
H1.HeaderClassName
{
color: #E1D145;
}
.AnyTagClassName
{
color: #E1D145;
}
</style>
background-color css
<style>
a { background-color: #E1D145; }
a { background-color: rgb(225,209,69); }
div.DivClassName
{
background-color: #E1D145;
}
.BgClassName
{
background-color: #E1D145;
}
</style>
border-color css
<style>
span { border-color: #E1D145; }
span { border-color: rgb(225,209,69); }
td.TdClassName
{
border-color: #E1D145;
}
.TagClassName
{
border-color: #E1D145;
}
</style>