Shades of Confetti #E1C24A
Tints of Confetti #E1C24A
RGB
CMYK
RGB Variations
Color information
#E1C24A (or 0xE1C24A) is known color: Confetti. HEX triplet: E1, C2 and 4A. RGB value is (225,194,74). Sum of RGB (Red+Green+Blue) = 225+194+74=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C24A is #1E3DB5. Grayscale: #BEBEBE. Windows color (decimal): -1981878 or 4899553. OLE color: 4899553.
HSL color Cylindrical-coordinate representation of color #E1C24A: hue angle of 47.68º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1C24A is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 74 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.12 |
| HSL | 47.68º | 0.72% | 0.59% | - |
| HSV(B) | 47.68º | 0.67% | 0.88% | - |
| XYZ | 51.58 | 55.09 | 14.39 | - |
| YUV | 189.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 74 | 0 | 0.14 | 0.67 | 0.12 | 47.68 | 0.72 | 0.59 |
| Hex | E1 | C2 | 4A | 0 | E | 43 | C | 30 | 48 | 3B |
| Octal | 341 | 302 | 112 | 0 | 16 | 103 | 14 | 60 | 110 | 73 |
| Binary | 11100001 | 11000010 | 1001010 | 0 | 1110 | 1000011 | 1100 | 110000 | 1001000 | 111011 |
Color Harmonies of #E1C24A
Complementary color
Monochromatic Colors of #E1C24A
Black with #E1C24A
Text Example
Text Example
White with #E1C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C24A; }
p { color: rgb(225,194,74); }
H1.HeaderClassName
{
color: #E1C24A;
}
.AnyTagClassName
{
color: #E1C24A;
}
</style>
background-color css
<style>
a { background-color: #E1C24A; }
a { background-color: rgb(225,194,74); }
div.DivClassName
{
background-color: #E1C24A;
}
.BgClassName
{
background-color: #E1C24A;
}
</style>
border-color css
<style>
span { border-color: #E1C24A; }
span { border-color: rgb(225,194,74); }
td.TdClassName
{
border-color: #E1C24A;
}
.TagClassName
{
border-color: #E1C24A;
}
</style>