Shades of Confetti #E1C044
Tints of Confetti #E1C044
RGB
CMYK
RGB Variations
Color information
#E1C044 (or 0xE1C044) is known color: Confetti. HEX triplet: E1, C0 and 44. RGB value is (225,192,68). Sum of RGB (Red+Green+Blue) = 225+192+68=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C044 is #1E3FBB. Grayscale: #BCBCBC. Windows color (decimal): -1982396 or 4505825. OLE color: 4505825.
HSL color Cylindrical-coordinate representation of color #E1C044: hue angle of 47.39º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1C044 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 68 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.12 |
| HSL | 47.39º | 0.72% | 0.57% | - |
| HSV(B) | 47.39º | 0.7% | 0.88% | - |
| XYZ | 50.94 | 54.12 | 13.23 | - |
| YUV | 187.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 68 | 0 | 0.15 | 0.70 | 0.12 | 47.39 | 0.72 | 0.57 |
| Hex | E1 | C0 | 44 | 0 | F | 46 | C | 2F | 48 | 39 |
| Octal | 341 | 300 | 104 | 0 | 17 | 106 | 14 | 57 | 110 | 71 |
| Binary | 11100001 | 11000000 | 1000100 | 0 | 1111 | 1000110 | 1100 | 101111 | 1001000 | 111001 |
Color Harmonies of #E1C044
Complementary color
Monochromatic Colors of #E1C044
Black with #E1C044
Text Example
Text Example
White with #E1C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C044; }
p { color: rgb(225,192,68); }
H1.HeaderClassName
{
color: #E1C044;
}
.AnyTagClassName
{
color: #E1C044;
}
</style>
background-color css
<style>
a { background-color: #E1C044; }
a { background-color: rgb(225,192,68); }
div.DivClassName
{
background-color: #E1C044;
}
.BgClassName
{
background-color: #E1C044;
}
</style>
border-color css
<style>
span { border-color: #E1C044; }
span { border-color: rgb(225,192,68); }
td.TdClassName
{
border-color: #E1C044;
}
.TagClassName
{
border-color: #E1C044;
}
</style>