Html Css Color HEX #E1C048 Confetti

📋 copy color: '#E1C048'

red 225 ◦ green 192 ◦ blue 72

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

Shades of Confetti #E1C048

Tints of Confetti #E1C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.26%

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 46.01%
G = 39.26%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1C048 (or 0xE1C048) is known color: Confetti. HEX triplet: E1, C0 and 48. RGB value is (225,192,72). Sum of RGB (Red+Green+Blue) = 225+192+72=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C048 is #1E3FB7. Grayscale: #BCBCBC. Windows color (decimal): -1982392 or 4767969. OLE color: 4767969.

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

Color convert

RGB 225 192 72 -
CMYK 0 0.15 0.68 0.12
HSL 47.06º 0.72% 0.58% -
HSV(B) 47.06º 0.68% 0.88% -
XYZ 51.07 54.17 13.9 -
YUV 188.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 225 192 72 0 0.15 0.68 0.12 47.06 0.72 0.58
Hex E1 C0 48 0 F 44 C 2F 48 3A
Octal 341 300 110 0 17 104 14 57 110 72
Binary 11100001 11000000 1001000 0 1111 1000100 1100 101111 1001000 111010

Color Harmonies of #E1C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C048

Black with #E1C048

Text Example


Text Example

White with #E1C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C048; }

 p { color: rgb(225,192,72); }

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

background-color css

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

 a { background-color: rgb(225,192,72); }

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

border-color css

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

 span { border-color: rgb(225,192,72); }

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