Html Css Color HEX #E1D649 Confetti

📋 copy color: '#E1D649'

red 225 ◦ green 214 ◦ blue 73

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

Shades of Confetti #E1D649

Tints of Confetti #E1D649

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

 BLUE value IS 73 (28.91% from 255) = 14.26%

R = 43.95%
G = 41.8%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1D649 (or 0xE1D649) is known color: Confetti. HEX triplet: E1, D6 and 49. RGB value is (225,214,73). Sum of RGB (Red+Green+Blue) = 225+214+73=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D649 is #1E29B6. Grayscale: #C9C9C9. Windows color (decimal): -1976759 or 4839137. OLE color: 4839137.

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

Color convert

RGB 225 214 73 -
CMYK 0 0.05 0.68 0.12
HSL 55.66º 0.72% 0.58% -
HSV(B) 55.66º 0.68% 0.88% -
XYZ 56.3 64.58 15.8 -
YUV 201.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 225 214 73 0 0.05 0.68 0.12 55.66 0.72 0.58
Hex E1 D6 49 0 5 44 C 38 48 3A
Octal 341 326 111 0 5 104 14 70 110 72
Binary 11100001 11010110 1001001 0 101 1000100 1100 111000 1001000 111010

Color Harmonies of #E1D649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D649

Black with #E1D649

Text Example


Text Example

White with #E1D649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D649; }

 p { color: rgb(225,214,73); }

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

background-color css

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

 a { background-color: rgb(225,214,73); }

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

border-color css

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

 span { border-color: rgb(225,214,73); }

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