#E2D545

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

Shades of Confetti #E2D545

Tints of Confetti #E2D545

Color information

#E2D545 (or 0xE2D545) is unknown color: approx Confetti. HEX triplet: E2, D5 and 45. RGB value is (226,213,69). Sum of RGB (Red+Green+Blue) = 226+213+69=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D545 is #1D2ABA. Grayscale: #C9C9C9. Windows color (decimal): -1911483 or 4576738. OLE color: 4576738.

HSL color Cylindrical-coordinate representation of color #E2D545: hue angle of 55.03º 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 #E2D545 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB22621369-
CMYK00.060.690.11
HSL55.03º73.02%57.84%-
HSV(B)55.03º69.47%88.63%-
XYZ56.2364.1915.06-
YUV200.4753.81146.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.49%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 69 (27.34% from 255) = 13.58%
R=44.49%
G=41.93%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262136900.060.690.1155.0373.0257.84
HexE2D5450645B37493a
Octal34232510506105136711172
Binary111000101101010110001010110100010110111101111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D545; }

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

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

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

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

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

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

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

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