#E2D645

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

Shades of Confetti #E2D645

Tints of Confetti #E2D645

Color information

#E2D645 (or 0xE2D645) is unknown color: approx Confetti. HEX triplet: E2, D6 and 45. RGB value is (226,214,69). Sum of RGB (Red+Green+Blue) = 226+214+69=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D645 is #1D29BA. Grayscale: #C9C9C9. Windows color (decimal): -1911227 or 4576994. OLE color: 4576994.

HSL color Cylindrical-coordinate representation of color #E2D645: hue angle of 55.41º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2D645 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB22621469-
CMYK00.050.690.11
HSL55.41º73.02%57.84%-
HSV(B)55.41º69.47%88.63%-
XYZ56.4864.6915.14-
YUV201.0653.48145.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.40%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 69 (27.34% from 255) = 13.56%
R=44.40%
G=42.04%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262146900.050.690.1155.4173.0257.84
HexE2D6450545B37493a
Octal34232610505105136711172
Binary111000101101011010001010101100010110111101111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D645; }

 p { color: rgb(226,214,69); }

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

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

 a { background-color: rgb(226,214,69); }

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

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

 span { border-color: rgb(226,214,69); }

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