#E1CC3D

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

Shades of Confetti #E1CC3D

Tints of Confetti #E1CC3D

Color information

#E1CC3D (or 0xE1CC3D) is unknown color: approx Confetti. HEX triplet: E1, CC and 3D. RGB value is (225,204,61). Sum of RGB (Red+Green+Blue) = 225+204+61=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CC3D is #1E33C2. Grayscale: #C2C2C2. Windows color (decimal): -1979331 or 4050145. OLE color: 4050145.

HSL color Cylindrical-coordinate representation of color #E1CC3D: hue angle of 52.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1CC3D is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22520461-
CMYK00.090.730.12
HSL52.32º73.21%56.08%-
HSV(B)52.32º72.89%88.24%-
XYZ53.4959.5313.09-
YUV193.9852.96150.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 61 (24.22% from 255) = 12.45%
R=45.92%
G=41.63%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252046100.090.730.1252.3273.2156.08
HexE1CC3D0949C344938
Octal34131475011111146411170
Binary111000011100110011110101001100100111001101001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC3D; }

 p { color: rgb(225,204,61); }

 H1.HeaderClassName
 {
   color: #E1CC3D;
 }
 .AnyTagClassName
 {
   color: #E1CC3D;
 }
</style>
background-color css

<style>
 a { background-color: #E1CC3D; }

 a { background-color: rgb(225,204,61); }

 div.DivClassName
 {
   background-color: #E1CC3D;
 }
 .BgClassName
 {
   background-color: #E1CC3D;
 }
</style>
border-color css

<style>
 span { border-color: #E1CC3D; }

 span { border-color: rgb(225,204,61); }

 td.TdClassName
 {
   border-color: #E1CC3D;
 }
 .TagClassName
 {
   border-color: #E1CC3D;
 }
</style>