Shades of Confetti #E2C03F
Tints of Confetti #E2C03F
RGB
CMYK
RGB Variations
Color information
#E2C03F (or 0xE2C03F) is known color: Confetti. HEX triplet: E2, C0 and 3F. RGB value is (226,192,63). Sum of RGB (Red+Green+Blue) = 226+192+63=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C03F is #1D3FC0. Grayscale: #BCBCBC. Windows color (decimal): -1916865 or 4178146. OLE color: 4178146.
HSL color Cylindrical-coordinate representation of color #E2C03F: hue angle of 47.48º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2C03F is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 63 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.11 |
| HSL | 47.48º | 0.74% | 0.57% | - |
| HSV(B) | 47.48º | 0.72% | 0.89% | - |
| XYZ | 51.11 | 54.23 | 12.48 | - |
| YUV | 187.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 63 | 0 | 0.15 | 0.72 | 0.11 | 47.48 | 0.74 | 0.57 |
| Hex | E2 | C0 | 3F | 0 | F | 48 | B | 2F | 4A | 39 |
| Octal | 342 | 300 | 77 | 0 | 17 | 110 | 13 | 57 | 112 | 71 |
| Binary | 11100010 | 11000000 | 111111 | 0 | 1111 | 1001000 | 1011 | 101111 | 1001010 | 111001 |
Color Harmonies of #E2C03F
Complementary color
Monochromatic Colors of #E2C03F
Black with #E2C03F
Text Example
Text Example
White with #E2C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C03F; }
p { color: rgb(226,192,63); }
H1.HeaderClassName
{
color: #E2C03F;
}
.AnyTagClassName
{
color: #E2C03F;
}
</style>
background-color css
<style>
a { background-color: #E2C03F; }
a { background-color: rgb(226,192,63); }
div.DivClassName
{
background-color: #E2C03F;
}
.BgClassName
{
background-color: #E2C03F;
}
</style>
border-color css
<style>
span { border-color: #E2C03F; }
span { border-color: rgb(226,192,63); }
td.TdClassName
{
border-color: #E2C03F;
}
.TagClassName
{
border-color: #E2C03F;
}
</style>