Html Css Color HEX #E1C149 Confetti

📋 copy color: '#E1C149'

red 225 ◦ green 193 ◦ blue 73

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

Shades of Confetti #E1C149

Tints of Confetti #E1C149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.31%

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

R = 45.82%
G = 39.31%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1C149 (or 0xE1C149) is known color: Confetti. HEX triplet: E1, C1 and 49. RGB value is (225,193,73). Sum of RGB (Red+Green+Blue) = 225+193+73=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C149 is #1E3EB6. Grayscale: #BDBDBD. Windows color (decimal): -1982135 or 4833761. OLE color: 4833761.

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

Color convert

RGB 225 193 73 -
CMYK 0 0.14 0.68 0.12
HSL 47.37º 0.72% 0.58% -
HSV(B) 47.37º 0.68% 0.88% -
XYZ 51.32 54.63 14.14 -
YUV 188.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 225 193 73 0 0.14 0.68 0.12 47.37 0.72 0.58
Hex E1 C1 49 0 E 44 C 2F 48 3A
Octal 341 301 111 0 16 104 14 57 110 72
Binary 11100001 11000001 1001001 0 1110 1000100 1100 101111 1001000 111010

Color Harmonies of #E1C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C149

Black with #E1C149

Text Example


Text Example

White with #E1C149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C149; }

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

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

background-color css

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

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

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

border-color css

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

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

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