Html Css Color HEX #E1D040 Confetti

📋 copy color: '#E1D040'

red 225 ◦ green 208 ◦ blue 64

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

Shades of Confetti #E1D040

Tints of Confetti #E1D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.85%

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

R = 45.27%
G = 41.85%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1D040 (or 0xE1D040) is known color: Confetti. HEX triplet: E1, D0 and 40. RGB value is (225,208,64). Sum of RGB (Red+Green+Blue) = 225+208+64=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D040 is #1E2FBF. Grayscale: #C5C5C5. Windows color (decimal): -1978304 or 4247777. OLE color: 4247777.

HSL color Cylindrical-coordinate representation of color #E1D040: hue angle of 53.66º 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 #E1D040 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 208 64 -
CMYK 0 0.08 0.72 0.12
HSL 53.66º 0.73% 0.57% -
HSV(B) 53.66º 0.72% 0.88% -
XYZ 54.53 61.49 13.84 -
YUV 196.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 225 208 64 0 0.08 0.72 0.12 53.66 0.73 0.57
Hex E1 D0 40 0 8 48 C 36 49 39
Octal 341 320 100 0 10 110 14 66 111 71
Binary 11100001 11010000 1000000 0 1000 1001000 1100 110110 1001001 111001

Color Harmonies of #E1D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D040

Black with #E1D040

Text Example


Text Example

White with #E1D040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D040; }

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

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

background-color css

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

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

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

border-color css

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

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

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