Shades of Confetti #E1C03E
Tints of Confetti #E1C03E
RGB
CMYK
RGB Variations
Color information
#E1C03E (or 0xE1C03E) is known color: Confetti. HEX triplet: E1, C0 and 3E. RGB value is (225,192,62). Sum of RGB (Red+Green+Blue) = 225+192+62=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 62 (24.61% from 255 or 12.94% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C03E is #1E3FC1. Grayscale: #BBBBBB. Windows color (decimal): -1982402 or 4112609. OLE color: 4112609.
HSL color Cylindrical-coordinate representation of color #E1C03E: hue angle of 47.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1C03E is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 62 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.12 |
| HSL | 47.85º | 0.73% | 0.56% | - |
| HSV(B) | 47.85º | 0.72% | 0.88% | - |
| XYZ | 50.77 | 54.05 | 12.32 | - |
| YUV | 187.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 62 | 0 | 0.15 | 0.72 | 0.12 | 47.85 | 0.73 | 0.56 |
| Hex | E1 | C0 | 3E | 0 | F | 48 | C | 30 | 49 | 38 |
| Octal | 341 | 300 | 76 | 0 | 17 | 110 | 14 | 60 | 111 | 70 |
| Binary | 11100001 | 11000000 | 111110 | 0 | 1111 | 1001000 | 1100 | 110000 | 1001001 | 111000 |
Color Harmonies of #E1C03E
Complementary color
Monochromatic Colors of #E1C03E
Black with #E1C03E
Text Example
Text Example
White with #E1C03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C03E; }
p { color: rgb(225,192,62); }
H1.HeaderClassName
{
color: #E1C03E;
}
.AnyTagClassName
{
color: #E1C03E;
}
</style>
background-color css
<style>
a { background-color: #E1C03E; }
a { background-color: rgb(225,192,62); }
div.DivClassName
{
background-color: #E1C03E;
}
.BgClassName
{
background-color: #E1C03E;
}
</style>
border-color css
<style>
span { border-color: #E1C03E; }
span { border-color: rgb(225,192,62); }
td.TdClassName
{
border-color: #E1C03E;
}
.TagClassName
{
border-color: #E1C03E;
}
</style>