Shades of Confetti #E1C948
Tints of Confetti #E1C948
RGB
CMYK
RGB Variations
Color information
#E1C948 (or 0xE1C948) is known color: Confetti. HEX triplet: E1, C9 and 48. RGB value is (225,201,72). Sum of RGB (Red+Green+Blue) = 225+201+72=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C948 is #1E36B7. Grayscale: #C2C2C2. Windows color (decimal): -1980088 or 4770273. OLE color: 4770273.
HSL color Cylindrical-coordinate representation of color #E1C948: hue angle of 50.59º 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 #E1C948 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 72 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.12 |
| HSL | 50.59º | 0.72% | 0.58% | - |
| HSV(B) | 50.59º | 0.68% | 0.88% | - |
| XYZ | 53.11 | 58.25 | 14.57 | - |
| YUV | 193.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 72 | 0 | 0.11 | 0.68 | 0.12 | 50.59 | 0.72 | 0.58 |
| Hex | E1 | C9 | 48 | 0 | B | 44 | C | 33 | 48 | 3A |
| Octal | 341 | 311 | 110 | 0 | 13 | 104 | 14 | 63 | 110 | 72 |
| Binary | 11100001 | 11001001 | 1001000 | 0 | 1011 | 1000100 | 1100 | 110011 | 1001000 | 111010 |
Color Harmonies of #E1C948
Complementary color
Monochromatic Colors of #E1C948
Black with #E1C948
Text Example
Text Example
White with #E1C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C948; }
p { color: rgb(225,201,72); }
H1.HeaderClassName
{
color: #E1C948;
}
.AnyTagClassName
{
color: #E1C948;
}
</style>
background-color css
<style>
a { background-color: #E1C948; }
a { background-color: rgb(225,201,72); }
div.DivClassName
{
background-color: #E1C948;
}
.BgClassName
{
background-color: #E1C948;
}
</style>
border-color css
<style>
span { border-color: #E1C948; }
span { border-color: rgb(225,201,72); }
td.TdClassName
{
border-color: #E1C948;
}
.TagClassName
{
border-color: #E1C948;
}
</style>