Html Css Color HEX #E1D440 Confetti

📋 copy color: '#E1D440'

red 225 ◦ green 212 ◦ blue 64

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

Shades of Confetti #E1D440

Tints of Confetti #E1D440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.32%

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

R = 44.91%
G = 42.32%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1D440 (or 0xE1D440) is known color: Confetti. HEX triplet: E1, D4 and 40. RGB value is (225,212,64). Sum of RGB (Red+Green+Blue) = 225+212+64=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D440 is #1E2BBF. Grayscale: #C7C7C7. Windows color (decimal): -1977280 or 4248801. OLE color: 4248801.

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

Color convert

RGB 225 212 64 -
CMYK 0 0.06 0.72 0.12
HSL 55.16º 0.73% 0.57% -
HSV(B) 55.16º 0.72% 0.88% -
XYZ 55.52 63.46 14.17 -
YUV 199.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 225 212 64 0 0.06 0.72 0.12 55.16 0.73 0.57
Hex E1 D4 40 0 6 48 C 37 49 39
Octal 341 324 100 0 6 110 14 67 111 71
Binary 11100001 11010100 1000000 0 110 1001000 1100 110111 1001001 111001

Color Harmonies of #E1D440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D440

Black with #E1D440

Text Example


Text Example

White with #E1D440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D440; }

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

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

background-color css

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

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

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

border-color css

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

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

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