#E4CD44

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

Shades of Confetti #E4CD44

Tints of Confetti #E4CD44

Color information

#E4CD44 (or 0xE4CD44) is unknown color: approx Confetti. HEX triplet: E4, CD and 44. RGB value is (228,205,68). Sum of RGB (Red+Green+Blue) = 228+205+68=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CD44 is #1B32BB. Grayscale: #C4C4C4. Windows color (decimal): -1782460 or 4509156. OLE color: 4509156.

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

Color convert

RGB22820568-
CMYK00.100.700.11
HSL51.38º74.77%58.04%-
HSV(B)51.38º70.18%89.41%-
XYZ54.8760.5714.27-
YUV196.2655.62150.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.51%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 68 (26.95% from 255) = 13.57%
R=45.51%
G=40.92%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282056800.100.700.1151.3874.7758.04
HexE4CD440A46B334b3a
Octal344315104012106136311372
Binary1110010011001101100010001010100011010111100111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CD44; }

 p { color: rgb(228,205,68); }

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

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

 a { background-color: rgb(228,205,68); }

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

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

 span { border-color: rgb(228,205,68); }

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