#E5D040

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

Shades of Confetti #E5D040

Tints of Confetti #E5D040

Color information

#E5D040 (or 0xE5D040) is unknown color: approx Confetti. HEX triplet: E5, D0 and 40. RGB value is (229,208,64). Sum of RGB (Red+Green+Blue) = 229+208+64=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D040 is #1A2FBF. Grayscale: #C6C6C6. Windows color (decimal): -1716160 or 4247781. OLE color: 4247781.

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

Color convert

RGB22920864-
CMYK00.090.720.10
HSL52.36º76.04%57.45%-
HSV(B)52.36º72.05%89.8%-
XYZ55.7962.1413.9-
YUV197.8652.46150.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.71%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 64 (25.39% from 255) = 12.77%
R=45.71%
G=41.52%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292086400.090.720.1052.3676.0457.45
HexE5D0400948A344c39
Octal345320100011110126411471
Binary1110010111010000100000001001100100010101101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D040; }

 p { color: rgb(229,208,64); }

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

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

 a { background-color: rgb(229,208,64); }

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

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

 span { border-color: rgb(229,208,64); }

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