Html Css Color HEX #E1C146 Confetti

📋 copy color: '#E1C146'

red 225 ◦ green 193 ◦ blue 70

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

Shades of Confetti #E1C146

Tints of Confetti #E1C146

RGB

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

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

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

R = 46.11%
G = 39.55%
B = 14.34%

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

#E1C146 (or 0xE1C146) is known color: Confetti. HEX triplet: E1, C1 and 46. RGB value is (225,193,70). Sum of RGB (Red+Green+Blue) = 225+193+70=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C146 is #1E3EB9. Grayscale: #BDBDBD. Windows color (decimal): -1982138 or 4637153. OLE color: 4637153.

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

Color convert

RGB 225 193 70 -
CMYK 0 0.14 0.69 0.12
HSL 47.61º 0.72% 0.58% -
HSV(B) 47.61º 0.69% 0.88% -
XYZ 51.23 54.59 13.63 -
YUV 188.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 225 193 70 0 0.14 0.69 0.12 47.61 0.72 0.58
Hex E1 C1 46 0 E 45 C 30 48 3A
Octal 341 301 106 0 16 105 14 60 110 72
Binary 11100001 11000001 1000110 0 1110 1000101 1100 110000 1001000 111010

Color Harmonies of #E1C146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C146

Black with #E1C146

Text Example


Text Example

White with #E1C146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C146; }

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

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

background-color css

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

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

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

border-color css

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

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

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