Html Css Color HEX #E1C449 Confetti

📋 copy color: '#E1C449'

red 225 ◦ green 196 ◦ blue 73

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

Shades of Confetti #E1C449

Tints of Confetti #E1C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.68%

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

R = 45.55%
G = 39.68%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1C449 (or 0xE1C449) is known color: Confetti. HEX triplet: E1, C4 and 49. RGB value is (225,196,73). Sum of RGB (Red+Green+Blue) = 225+196+73=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C449 is #1E3BB6. Grayscale: #BFBFBF. Windows color (decimal): -1981367 or 4834529. OLE color: 4834529.

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

Color convert

RGB 225 196 73 -
CMYK 0 0.13 0.68 0.12
HSL 48.55º 0.72% 0.58% -
HSV(B) 48.55º 0.68% 0.88% -
XYZ 51.99 55.97 14.37 -
YUV 190.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 225 196 73 0 0.13 0.68 0.12 48.55 0.72 0.58
Hex E1 C4 49 0 D 44 C 31 48 3A
Octal 341 304 111 0 15 104 14 61 110 72
Binary 11100001 11000100 1001001 0 1101 1000100 1100 110001 1001000 111010

Color Harmonies of #E1C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C449

Black with #E1C449

Text Example


Text Example

White with #E1C449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C449; }

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

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

background-color css

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

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

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

border-color css

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

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

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