#E2C33D

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

Shades of Confetti #E2C33D

Tints of Confetti #E2C33D

Color information

#E2C33D (or 0xE2C33D) is unknown color: approx Confetti. HEX triplet: E2, C3 and 3D. RGB value is (226,195,61). Sum of RGB (Red+Green+Blue) = 226+195+61=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C33D is #1D3CC2. Grayscale: #BDBDBD. Windows color (decimal): -1916099 or 4047842. OLE color: 4047842.

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

Color convert

RGB22619561-
CMYK00.140.730.11
HSL48.73º73.99%56.27%-
HSV(B)48.73º73.01%88.63%-
XYZ51.7255.5412.41-
YUV188.9955.77154.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 61 (24.22% from 255) = 12.66%
R=46.89%
G=40.46%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261956100.140.730.1148.7373.9956.27
HexE2C33D0E49B314a38
Octal34230375016111136111270
Binary111000101100001111110101110100100110111100011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C33D; }

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

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

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

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

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

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

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

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