#E5CA3A

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

Shades of Confetti #E5CA3A

Tints of Confetti #E5CA3A

Color information

#E5CA3A (or 0xE5CA3A) is unknown color: approx Confetti. HEX triplet: E5, CA and 3A. RGB value is (229,202,58). Sum of RGB (Red+Green+Blue) = 229+202+58=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CA3A is #1A35C5. Grayscale: #C2C2C2. Windows color (decimal): -1717702 or 3853029. OLE color: 3853029.

HSL color Cylindrical-coordinate representation of color #E5CA3A: hue angle of 50.53º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5CA3A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB22920258-
CMYK00.120.750.10
HSL50.53º76.68%56.27%-
HSV(B)50.53º74.67%89.8%-
XYZ54.259.212.57-
YUV193.6651.45153.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.83%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 58 (23.05% from 255) = 11.86%
R=46.83%
G=41.31%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292025800.120.750.1050.5376.6856.27
HexE5CA3A0C4BA334d38
Octal34531272014113126311570
Binary111001011100101011101001100100101110101100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CA3A; }

 p { color: rgb(229,202,58); }

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

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

 a { background-color: rgb(229,202,58); }

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

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

 span { border-color: rgb(229,202,58); }

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