Html Css Color HEX #E1D44B Confetti

📋 copy color: '#E1D44B'

red 225 ◦ green 212 ◦ blue 75

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

Shades of Confetti #E1D44B

Tints of Confetti #E1D44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.65%

R = 43.95%
G = 41.41%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1D44B (or 0xE1D44B) is known color: Confetti. HEX triplet: E1, D4 and 4B. RGB value is (225,212,75). Sum of RGB (Red+Green+Blue) = 225+212+75=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D44B is #1E2BB4. Grayscale: #C8C8C8. Windows color (decimal): -1977269 or 4969697. OLE color: 4969697.

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

Color convert

RGB 225 212 75 -
CMYK 0 0.06 0.67 0.12
HSL 54.8º 0.71% 0.59% -
HSV(B) 54.8º 0.67% 0.88% -
XYZ 55.86 63.6 15.99 -
YUV 200.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 225 212 75 0 0.06 0.67 0.12 54.8 0.71 0.59
Hex E1 D4 4B 0 6 43 C 37 47 3B
Octal 341 324 113 0 6 103 14 67 107 73
Binary 11100001 11010100 1001011 0 110 1000011 1100 110111 1000111 111011

Color Harmonies of #E1D44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D44B

Black with #E1D44B

Text Example


Text Example

White with #E1D44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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