Html Css Color HEX #E1C246 Confetti

📋 copy color: '#E1C246'

red 225 ◦ green 194 ◦ blue 70

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

Shades of Confetti #E1C246

Tints of Confetti #E1C246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.67%

 BLUE value IS 70 (27.73% from 255) = 14.31%

R = 46.01%
G = 39.67%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1C246 (or 0xE1C246) is known color: Confetti. HEX triplet: E1, C2 and 46. RGB value is (225,194,70). Sum of RGB (Red+Green+Blue) = 225+194+70=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C246 is #1E3DB9. Grayscale: #BDBDBD. Windows color (decimal): -1981882 or 4637409. OLE color: 4637409.

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

Color convert

RGB 225 194 70 -
CMYK 0 0.14 0.69 0.12
HSL 48º 0.72% 0.58% -
HSV(B) 48º 0.69% 0.88% -
XYZ 51.45 55.03 13.71 -
YUV 189.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 225 194 70 0 0.14 0.69 0.12 48 0.72 0.58
Hex E1 C2 46 0 E 45 C 30 48 3A
Octal 341 302 106 0 16 105 14 60 110 72
Binary 11100001 11000010 1000110 0 1110 1000101 1100 110000 1001000 111010

Color Harmonies of #E1C246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C246

Black with #E1C246

Text Example


Text Example

White with #E1C246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C246; }

 p { color: rgb(225,194,70); }

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

background-color css

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

 a { background-color: rgb(225,194,70); }

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

border-color css

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

 span { border-color: rgb(225,194,70); }

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