Shades of Confetti #E1C949
Tints of Confetti #E1C949
RGB
CMYK
RGB Variations
Color information
#E1C949 (or 0xE1C949) is known color: Confetti. HEX triplet: E1, C9 and 49. RGB value is (225,201,73). Sum of RGB (Red+Green+Blue) = 225+201+73=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C949 is #1E36B6. Grayscale: #C2C2C2. Windows color (decimal): -1980087 or 4835809. OLE color: 4835809.
HSL color Cylindrical-coordinate representation of color #E1C949: hue angle of 50.53º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1C949 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 73 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.12 |
| HSL | 50.53º | 0.72% | 0.58% | - |
| HSV(B) | 50.53º | 0.68% | 0.88% | - |
| XYZ | 53.14 | 58.26 | 14.75 | - |
| YUV | 193.58 | 59.95 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 73 | 0 | 0.11 | 0.68 | 0.12 | 50.53 | 0.72 | 0.58 |
| Hex | E1 | C9 | 49 | 0 | B | 44 | C | 33 | 48 | 3A |
| Octal | 341 | 311 | 111 | 0 | 13 | 104 | 14 | 63 | 110 | 72 |
| Binary | 11100001 | 11001001 | 1001001 | 0 | 1011 | 1000100 | 1100 | 110011 | 1001000 | 111010 |
Color Harmonies of #E1C949
Complementary color
Monochromatic Colors of #E1C949
Black with #E1C949
Text Example
Text Example
White with #E1C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C949; }
p { color: rgb(225,201,73); }
H1.HeaderClassName
{
color: #E1C949;
}
.AnyTagClassName
{
color: #E1C949;
}
</style>
background-color css
<style>
a { background-color: #E1C949; }
a { background-color: rgb(225,201,73); }
div.DivClassName
{
background-color: #E1C949;
}
.BgClassName
{
background-color: #E1C949;
}
</style>
border-color css
<style>
span { border-color: #E1C949; }
span { border-color: rgb(225,201,73); }
td.TdClassName
{
border-color: #E1C949;
}
.TagClassName
{
border-color: #E1C949;
}
</style>