Shades of Confetti #E1C545
Tints of Confetti #E1C545
RGB
CMYK
RGB Variations
Color information
#E1C545 (or 0xE1C545) is known color: Confetti. HEX triplet: E1, C5 and 45. RGB value is (225,197,69). Sum of RGB (Red+Green+Blue) = 225+197+69=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C545 is #1E3ABA. Grayscale: #BFBFBF. Windows color (decimal): -1981115 or 4572641. OLE color: 4572641.
HSL color Cylindrical-coordinate representation of color #E1C545: hue angle of 49.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 #E1C545 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 69 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.12 |
| HSL | 49.23º | 0.72% | 0.58% | - |
| HSV(B) | 49.23º | 0.69% | 0.88% | - |
| XYZ | 52.09 | 56.37 | 13.77 | - |
| YUV | 190.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 69 | 0 | 0.12 | 0.69 | 0.12 | 49.23 | 0.72 | 0.58 |
| Hex | E1 | C5 | 45 | 0 | C | 45 | C | 31 | 48 | 3A |
| Octal | 341 | 305 | 105 | 0 | 14 | 105 | 14 | 61 | 110 | 72 |
| Binary | 11100001 | 11000101 | 1000101 | 0 | 1100 | 1000101 | 1100 | 110001 | 1001000 | 111010 |
Color Harmonies of #E1C545
Complementary color
Monochromatic Colors of #E1C545
Black with #E1C545
Text Example
Text Example
White with #E1C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C545; }
p { color: rgb(225,197,69); }
H1.HeaderClassName
{
color: #E1C545;
}
.AnyTagClassName
{
color: #E1C545;
}
</style>
background-color css
<style>
a { background-color: #E1C545; }
a { background-color: rgb(225,197,69); }
div.DivClassName
{
background-color: #E1C545;
}
.BgClassName
{
background-color: #E1C545;
}
</style>
border-color css
<style>
span { border-color: #E1C545; }
span { border-color: rgb(225,197,69); }
td.TdClassName
{
border-color: #E1C545;
}
.TagClassName
{
border-color: #E1C545;
}
</style>