Shades of Confetti #E1C03D
Tints of Confetti #E1C03D
RGB
CMYK
RGB Variations
Color information
#E1C03D (or 0xE1C03D) is known color: Confetti. HEX triplet: E1, C0 and 3D. RGB value is (225,192,61). Sum of RGB (Red+Green+Blue) = 225+192+61=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C03D is #1E3FC2. Grayscale: #BBBBBB. Windows color (decimal): -1982403 or 4047073. OLE color: 4047073.
HSL color Cylindrical-coordinate representation of color #E1C03D: hue angle of 47.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1C03D is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 61 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.12 |
| HSL | 47.93º | 0.73% | 0.56% | - |
| HSV(B) | 47.93º | 0.73% | 0.88% | - |
| XYZ | 50.74 | 54.04 | 12.17 | - |
| YUV | 186.93 | 56.93 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 61 | 0 | 0.15 | 0.73 | 0.12 | 47.93 | 0.73 | 0.56 |
| Hex | E1 | C0 | 3D | 0 | F | 49 | C | 30 | 49 | 38 |
| Octal | 341 | 300 | 75 | 0 | 17 | 111 | 14 | 60 | 111 | 70 |
| Binary | 11100001 | 11000000 | 111101 | 0 | 1111 | 1001001 | 1100 | 110000 | 1001001 | 111000 |
Color Harmonies of #E1C03D
Complementary color
Monochromatic Colors of #E1C03D
Black with #E1C03D
Text Example
Text Example
White with #E1C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C03D; }
p { color: rgb(225,192,61); }
H1.HeaderClassName
{
color: #E1C03D;
}
.AnyTagClassName
{
color: #E1C03D;
}
</style>
background-color css
<style>
a { background-color: #E1C03D; }
a { background-color: rgb(225,192,61); }
div.DivClassName
{
background-color: #E1C03D;
}
.BgClassName
{
background-color: #E1C03D;
}
</style>
border-color css
<style>
span { border-color: #E1C03D; }
span { border-color: rgb(225,192,61); }
td.TdClassName
{
border-color: #E1C03D;
}
.TagClassName
{
border-color: #E1C03D;
}
</style>