Shades of Confetti #E2C53F
Tints of Confetti #E2C53F
RGB
CMYK
RGB Variations
Color information
#E2C53F (or 0xE2C53F) is known color: Confetti. HEX triplet: E2, C5 and 3F. RGB value is (226,197,63). Sum of RGB (Red+Green+Blue) = 226+197+63=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C53F is #1D3AC0. Grayscale: #BEBEBE. Windows color (decimal): -1915585 or 4179426. OLE color: 4179426.
HSL color Cylindrical-coordinate representation of color #E2C53F: hue angle of 49.33º 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 #E2C53F is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 63 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.11 |
| HSL | 49.33º | 0.74% | 0.57% | - |
| HSV(B) | 49.33º | 0.72% | 0.89% | - |
| XYZ | 52.23 | 56.46 | 12.85 | - |
| YUV | 190.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 63 | 0 | 0.13 | 0.72 | 0.11 | 49.33 | 0.74 | 0.57 |
| Hex | E2 | C5 | 3F | 0 | D | 48 | B | 31 | 4A | 39 |
| Octal | 342 | 305 | 77 | 0 | 15 | 110 | 13 | 61 | 112 | 71 |
| Binary | 11100010 | 11000101 | 111111 | 0 | 1101 | 1001000 | 1011 | 110001 | 1001010 | 111001 |
Color Harmonies of #E2C53F
Complementary color
Monochromatic Colors of #E2C53F
Black with #E2C53F
Text Example
Text Example
White with #E2C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C53F; }
p { color: rgb(226,197,63); }
H1.HeaderClassName
{
color: #E2C53F;
}
.AnyTagClassName
{
color: #E2C53F;
}
</style>
background-color css
<style>
a { background-color: #E2C53F; }
a { background-color: rgb(226,197,63); }
div.DivClassName
{
background-color: #E2C53F;
}
.BgClassName
{
background-color: #E2C53F;
}
</style>
border-color css
<style>
span { border-color: #E2C53F; }
span { border-color: rgb(226,197,63); }
td.TdClassName
{
border-color: #E2C53F;
}
.TagClassName
{
border-color: #E2C53F;
}
</style>