#E5D042

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

Shades of Confetti #E5D042

Tints of Confetti #E5D042

Color information

#E5D042 (or 0xE5D042) is unknown color: approx Confetti. HEX triplet: E5, D0 and 42. RGB value is (229,208,66). Sum of RGB (Red+Green+Blue) = 229+208+66=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D042 is #1A2FBD. Grayscale: #C6C6C6. Windows color (decimal): -1716158 or 4378853. OLE color: 4378853.

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

Color convert

RGB22920866-
CMYK00.090.710.10
HSL52.27º75.81%57.84%-
HSV(B)52.27º71.18%89.8%-
XYZ55.8562.1614.21-
YUV198.0953.46150.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.53%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 66 (26.17% from 255) = 13.12%
R=45.53%
G=41.35%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292086600.090.710.1052.2775.8157.84
HexE5D0420947A344c3a
Octal345320102011107126411472
Binary1110010111010000100001001001100011110101101001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D042; }

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

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

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

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

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

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

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

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