#E1CA40

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

Shades of Confetti #E1CA40

Tints of Confetti #E1CA40

Color information

#E1CA40 (or 0xE1CA40) is unknown color: approx Confetti. HEX triplet: E1, CA and 40. RGB value is (225,202,64). Sum of RGB (Red+Green+Blue) = 225+202+64=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CA40 is #1E35BF. Grayscale: #C1C1C1. Windows color (decimal): -1979840 or 4246241. OLE color: 4246241.

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

Color convert

RGB22520264-
CMYK00.100.720.12
HSL51.43º72.85%56.67%-
HSV(B)51.43º71.56%88.24%-
XYZ53.158.6213.37-
YUV193.1455.12150.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 64 (25.39% from 255) = 13.03%
R=45.82%
G=41.14%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252026400.100.720.1251.4372.8556.67
HexE1CA400A48C334939
Octal341312100012110146311171
Binary1110000111001010100000001010100100011001100111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA40; }

 p { color: rgb(225,202,64); }

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

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

 a { background-color: rgb(225,202,64); }

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

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

 span { border-color: rgb(225,202,64); }

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