#E2CA3D

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

Shades of Confetti #E2CA3D

Tints of Confetti #E2CA3D

Color information

#E2CA3D (or 0xE2CA3D) is unknown color: approx Confetti. HEX triplet: E2, CA and 3D. RGB value is (226,202,61). Sum of RGB (Red+Green+Blue) = 226+202+61=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA3D is #1D35C2. Grayscale: #C1C1C1. Windows color (decimal): -1914307 or 4049634. OLE color: 4049634.

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

Color convert

RGB22620261-
CMYK00.110.730.11
HSL51.27º73.99%56.27%-
HSV(B)51.27º73.01%88.63%-
XYZ53.3358.7512.94-
YUV193.153.45151.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.22%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 61 (24.22% from 255) = 12.47%
R=46.22%
G=41.31%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262026100.110.730.1151.2773.9956.27
HexE2CA3D0B49B334a38
Octal34231275013111136311270
Binary111000101100101011110101011100100110111100111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CA3D; }

 p { color: rgb(226,202,61); }

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

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

 a { background-color: rgb(226,202,61); }

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

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

 span { border-color: rgb(226,202,61); }

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