#E0C142

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

Shades of Confetti #E0C142

Tints of Confetti #E0C142

Color information

#E0C142 (or 0xE0C142) is unknown color: approx Confetti. HEX triplet: E0, C1 and 42. RGB value is (224,193,66). Sum of RGB (Red+Green+Blue) = 224+193+66=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C142 is #1F3EBD. Grayscale: #BCBCBC. Windows color (decimal): -2047678 or 4375008. OLE color: 4375008.

HSL color Cylindrical-coordinate representation of color #E0C142: hue angle of 48.23º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0C142 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB22419366-
CMYK00.140.710.12
HSL48.23º71.82%56.86%-
HSV(B)48.23º70.54%87.84%-
XYZ50.7954.3812.97-
YUV187.7959.27153.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 66 (26.17% from 255) = 13.66%
R=46.38%
G=39.96%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241936600.140.710.1248.2371.8256.86
HexE0C1420E47C304839
Octal340301102016107146011071
Binary1110000011000001100001001110100011111001100001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C142; }

 p { color: rgb(224,193,66); }

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

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

 a { background-color: rgb(224,193,66); }

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

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

 span { border-color: rgb(224,193,66); }

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