Shades of Confetti #E1C23A
Tints of Confetti #E1C23A
RGB
CMYK
RGB Variations
Color information
#E1C23A (or 0xE1C23A) is known color: Confetti. HEX triplet: E1, C2 and 3A. RGB value is (225,194,58). Sum of RGB (Red+Green+Blue) = 225+194+58=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C23A is #1E3DC5. Grayscale: #BCBCBC. Windows color (decimal): -1981894 or 3850977. OLE color: 3850977.
HSL color Cylindrical-coordinate representation of color #E1C23A: hue angle of 48.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1C23A is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 58 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.12 |
| HSL | 48.86º | 0.74% | 0.55% | - |
| HSV(B) | 48.86º | 0.74% | 0.88% | - |
| XYZ | 51.11 | 54.9 | 11.91 | - |
| YUV | 187.77 | 54.77 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 58 | 0 | 0.14 | 0.74 | 0.12 | 48.86 | 0.74 | 0.55 |
| Hex | E1 | C2 | 3A | 0 | E | 4A | C | 31 | 4A | 37 |
| Octal | 341 | 302 | 72 | 0 | 16 | 112 | 14 | 61 | 112 | 67 |
| Binary | 11100001 | 11000010 | 111010 | 0 | 1110 | 1001010 | 1100 | 110001 | 1001010 | 110111 |
Color Harmonies of #E1C23A
Complementary color
Monochromatic Colors of #E1C23A
Black with #E1C23A
Text Example
Text Example
White with #E1C23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C23A; }
p { color: rgb(225,194,58); }
H1.HeaderClassName
{
color: #E1C23A;
}
.AnyTagClassName
{
color: #E1C23A;
}
</style>
background-color css
<style>
a { background-color: #E1C23A; }
a { background-color: rgb(225,194,58); }
div.DivClassName
{
background-color: #E1C23A;
}
.BgClassName
{
background-color: #E1C23A;
}
</style>
border-color css
<style>
span { border-color: #E1C23A; }
span { border-color: rgb(225,194,58); }
td.TdClassName
{
border-color: #E1C23A;
}
.TagClassName
{
border-color: #E1C23A;
}
</style>