#e1d04f

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

Shades of Confetti #E1D04F

Tints of Confetti #E1D04F

Color information

#E1D04F (or 0xE1D04F) is unknown color: approx Confetti. HEX triplet: E1, D0 and 4F. RGB value is (225,208,79). Sum of RGB (Red+Green+Blue) = 225+208+79=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D04F is #1E2FB0. Grayscale: #C6C6C6. Windows color (decimal): -1978289 or 5230817. OLE color: 5230817.

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

Color convert

RGB22520879-
CMYK00.080.650.12
HSL53.01º70.87%59.61%-
HSV(B)53.01º64.89%88.24%-
XYZ55.0261.6816.4-
YUV198.3860.63146.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 79 (31.25% from 255) = 15.43%
R=43.95%
G=40.62%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252087900.080.650.1253.0170.8759.61
HexE1D04F0841C35473c
Octal341320117010101146510774
Binary1110000111010000100111101000100000111001101011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1d04f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1d04f; }

 p { color: rgb(225,208,79); }

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

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

 a { background-color: rgb(225,208,79); }

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

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

 span { border-color: rgb(225,208,79); }

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