Html Css Color HEX #E1D140 Confetti

📋 copy color: '#E1D140'

red 225 ◦ green 209 ◦ blue 64

#E1D140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #E1D140

Tints of Confetti #E1D140

RGB

 RED value IS 225 (88.28% from 255) = 45.18%

 GREEN value IS 209 (82.03% from 255) = 41.97%

 BLUE value IS 64 (25.39% from 255) = 12.85%

R = 45.18%
G = 41.97%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1D140 (or 0xE1D140) is known color: Confetti. HEX triplet: E1, D1 and 40. RGB value is (225,209,64). Sum of RGB (Red+Green+Blue) = 225+209+64=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D140 is #1E2EBF. Grayscale: #C5C5C5. Windows color (decimal): -1978048 or 4248033. OLE color: 4248033.

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

Color convert

RGB 225 209 64 -
CMYK 0 0.07 0.72 0.12
HSL 54.04º 0.73% 0.57% -
HSV(B) 54.04º 0.72% 0.88% -
XYZ 54.78 61.98 13.93 -
YUV 197.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 225 209 64 0 0.07 0.72 0.12 54.04 0.73 0.57
Hex E1 D1 40 0 7 48 C 36 49 39
Octal 341 321 100 0 7 110 14 66 111 71
Binary 11100001 11010001 1000000 0 111 1001000 1100 110110 1001001 111001

Color Harmonies of #E1D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D140

Black with #E1D140

Text Example


Text Example

White with #E1D140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D140; }

 p { color: rgb(225,209,64); }

 H1.HeaderClassName
 {
   color: #E1D140;
 }
 .AnyTagClassName
 {
   color: #E1D140;
 }
</style>

background-color css

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

 a { background-color: rgb(225,209,64); }

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

border-color css

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

 span { border-color: rgb(225,209,64); }

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