#E5D344

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

Shades of Confetti #E5D344

Tints of Confetti #E5D344

Color information

#E5D344 (or 0xE5D344) is unknown color: approx Confetti. HEX triplet: E5, D3 and 44. RGB value is (229,211,68). Sum of RGB (Red+Green+Blue) = 229+211+68=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 68 (26.95% from 255 or 13.39% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D344 is #1A2CBB. Grayscale: #C8C8C8. Windows color (decimal): -1715388 or 4510693. OLE color: 4510693.

HSL color Cylindrical-coordinate representation of color #E5D344: hue angle of 53.29º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5D344 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB22921168-
CMYK00.080.700.10
HSL53.29º75.59%58.24%-
HSV(B)53.29º70.31%89.8%-
XYZ56.6563.6614.77-
YUV200.0853.46148.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 211 (82.81% from 255) = 41.54%
BLUE value IS 68 (26.95% from 255) = 13.39%
R=45.08%
G=41.54%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292116800.080.700.1053.2975.5958.24
HexE5D3440846A354c3a
Octal345323104010106126511472
Binary1110010111010011100010001000100011010101101011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D344; }

 p { color: rgb(229,211,68); }

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

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

 a { background-color: rgb(229,211,68); }

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

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

 span { border-color: rgb(229,211,68); }

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