#E1C23C

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

Shades of Confetti #E1C23C

Tints of Confetti #E1C23C

Color information

#E1C23C (or 0xE1C23C) is unknown color: approx Confetti. HEX triplet: E1, C2 and 3C. RGB value is (225,194,60). Sum of RGB (Red+Green+Blue) = 225+194+60=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C23C is #1E3DC3. Grayscale: #BCBCBC. Windows color (decimal): -1981892 or 3982049. OLE color: 3982049.

HSL color Cylindrical-coordinate representation of color #E1C23C: hue angle of 48.73º 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 #E1C23C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22519460-
CMYK00.140.730.12
HSL48.73º73.33%55.88%-
HSV(B)48.73º73.33%88.24%-
XYZ51.1654.9212.18-
YUV187.9955.77154.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 60 (23.83% from 255) = 12.53%
R=46.97%
G=40.50%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251946000.140.730.1248.7373.3355.88
HexE1C23C0E49C314938
Octal34130274016111146111170
Binary111000011100001011110001110100100111001100011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C23C; }

 p { color: rgb(225,194,60); }

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

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

 a { background-color: rgb(225,194,60); }

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

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

 span { border-color: rgb(225,194,60); }

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