#E5C53A

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

Shades of Confetti #E5C53A

Tints of Confetti #E5C53A

Color information

#E5C53A (or 0xE5C53A) is unknown color: approx Confetti. HEX triplet: E5, C5 and 3A. RGB value is (229,197,58). Sum of RGB (Red+Green+Blue) = 229+197+58=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C53A is #1A3AC5. Grayscale: #BFBFBF. Windows color (decimal): -1718982 or 3851749. OLE color: 3851749.

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

Color convert

RGB22919758-
CMYK00.140.750.10
HSL48.77º76.68%56.27%-
HSV(B)48.77º74.67%89.8%-
XYZ53.0456.912.19-
YUV190.7253.1155.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 58 (23.05% from 255) = 11.98%
R=47.31%
G=40.70%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291975800.140.750.1048.7776.6856.27
HexE5C53A0E4BA314d38
Octal34530572016113126111570
Binary111001011100010111101001110100101110101100011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C53A; }

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

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

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

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

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

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

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

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