Shades of Confetti #E1C345
Tints of Confetti #E1C345
RGB
CMYK
RGB Variations
Color information
#E1C345 (or 0xE1C345) is known color: Confetti. HEX triplet: E1, C3 and 45. RGB value is (225,195,69). Sum of RGB (Red+Green+Blue) = 225+195+69=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C345 is #1E3CBA. Grayscale: #BEBEBE. Windows color (decimal): -1981627 or 4572129. OLE color: 4572129.
HSL color Cylindrical-coordinate representation of color #E1C345: hue angle of 48.46º 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 #E1C345 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 69 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.12 |
| HSL | 48.46º | 0.72% | 0.58% | - |
| HSV(B) | 48.46º | 0.69% | 0.88% | - |
| XYZ | 51.64 | 55.47 | 13.61 | - |
| YUV | 189.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 69 | 0 | 0.13 | 0.69 | 0.12 | 48.46 | 0.72 | 0.58 |
| Hex | E1 | C3 | 45 | 0 | D | 45 | C | 30 | 48 | 3A |
| Octal | 341 | 303 | 105 | 0 | 15 | 105 | 14 | 60 | 110 | 72 |
| Binary | 11100001 | 11000011 | 1000101 | 0 | 1101 | 1000101 | 1100 | 110000 | 1001000 | 111010 |
Color Harmonies of #E1C345
Complementary color
Monochromatic Colors of #E1C345
Black with #E1C345
Text Example
Text Example
White with #E1C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C345; }
p { color: rgb(225,195,69); }
H1.HeaderClassName
{
color: #E1C345;
}
.AnyTagClassName
{
color: #E1C345;
}
</style>
background-color css
<style>
a { background-color: #E1C345; }
a { background-color: rgb(225,195,69); }
div.DivClassName
{
background-color: #E1C345;
}
.BgClassName
{
background-color: #E1C345;
}
</style>
border-color css
<style>
span { border-color: #E1C345; }
span { border-color: rgb(225,195,69); }
td.TdClassName
{
border-color: #E1C345;
}
.TagClassName
{
border-color: #E1C345;
}
</style>