Shades of Confetti #E2CC47
Tints of Confetti #E2CC47
RGB
CMYK
RGB Variations
Color information
#E2CC47 (or 0xE2CC47) is known color: Confetti. HEX triplet: E2, CC and 47. RGB value is (226,204,71). Sum of RGB (Red+Green+Blue) = 226+204+71=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CC47 is #1D33B8. Grayscale: #C3C3C3. Windows color (decimal): -1913785 or 4705506. OLE color: 4705506.
HSL color Cylindrical-coordinate representation of color #E2CC47: hue angle of 51.48º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2CC47 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 71 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.11 |
| HSL | 51.48º | 0.73% | 0.58% | - |
| HSV(B) | 51.48º | 0.69% | 0.89% | - |
| XYZ | 54.09 | 59.81 | 14.65 | - |
| YUV | 195.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 71 | 0 | 0.10 | 0.69 | 0.11 | 51.48 | 0.73 | 0.58 |
| Hex | E2 | CC | 47 | 0 | A | 45 | B | 33 | 49 | 3A |
| Octal | 342 | 314 | 107 | 0 | 12 | 105 | 13 | 63 | 111 | 72 |
| Binary | 11100010 | 11001100 | 1000111 | 0 | 1010 | 1000101 | 1011 | 110011 | 1001001 | 111010 |
Color Harmonies of #E2CC47
Complementary color
Monochromatic Colors of #E2CC47
Black with #E2CC47
Text Example
Text Example
White with #E2CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC47; }
p { color: rgb(226,204,71); }
H1.HeaderClassName
{
color: #E2CC47;
}
.AnyTagClassName
{
color: #E2CC47;
}
</style>
background-color css
<style>
a { background-color: #E2CC47; }
a { background-color: rgb(226,204,71); }
div.DivClassName
{
background-color: #E2CC47;
}
.BgClassName
{
background-color: #E2CC47;
}
</style>
border-color css
<style>
span { border-color: #E2CC47; }
span { border-color: rgb(226,204,71); }
td.TdClassName
{
border-color: #E2CC47;
}
.TagClassName
{
border-color: #E2CC47;
}
</style>