#E0D040

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

Shades of Confetti #E0D040

Tints of Confetti #E0D040

Color information

#E0D040 (or 0xE0D040) is unknown color: approx Confetti. HEX triplet: E0, D0 and 40. RGB value is (224,208,64). Sum of RGB (Red+Green+Blue) = 224+208+64=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D040 is #1F2FBF. Grayscale: #C4C4C4. Windows color (decimal): -2043840 or 4247776. OLE color: 4247776.

HSL color Cylindrical-coordinate representation of color #E0D040: hue angle of 54º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0D040 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB22420864-
CMYK00.070.710.12
HSL54º72.07%56.47%-
HSV(B)54º71.43%87.84%-
XYZ54.2261.3313.83-
YUV196.3753.3147.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 64 (25.39% from 255) = 12.90%
R=45.16%
G=41.94%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242086400.070.710.125472.0756.47
HexE0D0400747C364838
Octal34032010007107146611070
Binary111000001101000010000000111100011111001101101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D040; }

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

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

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

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

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

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

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

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