#E0D144

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

Shades of Confetti #E0D144

Tints of Confetti #E0D144

Color information

#E0D144 (or 0xE0D144) is unknown color: approx Confetti. HEX triplet: E0, D1 and 44. RGB value is (224,209,68). Sum of RGB (Red+Green+Blue) = 224+209+68=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D144 is #1F2EBB. Grayscale: #C5C5C5. Windows color (decimal): -2043580 or 4510176. OLE color: 4510176.

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

Color convert

RGB22420968-
CMYK00.070.700.12
HSL54.23º71.56%57.25%-
HSV(B)54.23º69.64%87.84%-
XYZ54.5861.8714.53-
YUV197.4154.97146.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 68 (26.95% from 255) = 13.57%
R=44.71%
G=41.72%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242096800.070.700.1254.2371.5657.25
HexE0D1440746C364839
Octal34032110407106146611071
Binary111000001101000110001000111100011011001101101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D144; }

 p { color: rgb(224,209,68); }

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

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

 a { background-color: rgb(224,209,68); }

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

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

 span { border-color: rgb(224,209,68); }

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