#E2C94A

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

Shades of Confetti #E2C94A

Tints of Confetti #E2C94A

Color information

#E2C94A (or 0xE2C94A) is unknown color: approx Confetti. HEX triplet: E2, C9 and 4A. RGB value is (226,201,74). Sum of RGB (Red+Green+Blue) = 226+201+74=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C94A is #1D36B5. Grayscale: #C2C2C2. Windows color (decimal): -1914550 or 4901346. OLE color: 4901346.

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

Color convert

RGB22620174-
CMYK00.110.670.11
HSL50.13º72.38%58.82%-
HSV(B)50.13º67.26%88.63%-
XYZ53.4958.4414.94-
YUV19460.28150.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 74 (29.30% from 255) = 14.77%
R=45.11%
G=40.12%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262017400.110.670.1150.1372.3858.82
HexE2C94A0B43B32483b
Octal342311112013103136211073
Binary1110001011001001100101001011100001110111100101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C94A; }

 p { color: rgb(226,201,74); }

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

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

 a { background-color: rgb(226,201,74); }

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

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

 span { border-color: rgb(226,201,74); }

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