#E2CC47

Color #E2CC47 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #E2CC47

Tints of Confetti #E2CC47

Color information

#E2CC47 (or 0xE2CC47) is unknown color: approx 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

RGB22620471-
CMYK00.100.690.11
HSL51.48º72.77%58.24%-
HSV(B)51.48º68.58%88.63%-
XYZ54.0959.8114.65-
YUV195.4257.79149.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 71 (28.12% from 255) = 14.17%
R=45.11%
G=40.72%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262047100.100.690.1151.4872.7758.24
HexE2CC470A45B33493a
Octal342314107012105136311172
Binary1110001011001100100011101010100010110111100111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>