Html Css Color HEX #E1C346 Confetti

📋 copy color: '#E1C346'

red 225 ◦ green 195 ◦ blue 70

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

Shades of Confetti #E1C346

Tints of Confetti #E1C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.8%

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

R = 45.92%
G = 39.8%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1C346 (or 0xE1C346) is known color: Confetti. HEX triplet: E1, C3 and 46. RGB value is (225,195,70). Sum of RGB (Red+Green+Blue) = 225+195+70=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C346 is #1E3CB9. Grayscale: #BEBEBE. Windows color (decimal): -1981626 or 4637665. OLE color: 4637665.

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

Color convert

RGB 225 195 70 -
CMYK 0 0.13 0.69 0.12
HSL 48.39º 0.72% 0.58% -
HSV(B) 48.39º 0.69% 0.88% -
XYZ 51.67 55.48 13.78 -
YUV 189.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 225 195 70 0 0.13 0.69 0.12 48.39 0.72 0.58
Hex E1 C3 46 0 D 45 C 30 48 3A
Octal 341 303 106 0 15 105 14 60 110 72
Binary 11100001 11000011 1000110 0 1101 1000101 1100 110000 1001000 111010

Color Harmonies of #E1C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C346

Black with #E1C346

Text Example


Text Example

White with #E1C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C346; }

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

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

background-color css

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

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

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

border-color css

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

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

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