crispedge.com

Color picker

Loading...

#e2b262 hex color - Yellow - Warm color - Information

#e2b262 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #e2b262 Color code in RGB color code model is created after adding 88.63% red color, 69.8% green color and 38.43% blue color. Hex #e2b262 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 57% yellow and 11% black.

Hex #e2b262 color code is between #ddaa66 web safe hex color code and #eebb55 web safe hex color code. #ddaa66 is the nearest web safe color code. You can see here many more shades of #e2b262 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codee2b262#e2b262
RGB Decimal226, 178, 98rgb(226, 178, 98)
RGB Percent89%, 70%, 38%rgb(89%, 70%, 38%)
CSS RGBa226, 178, 98,1rgba(226,178,98,1)
CMYK Modelcmyk(0%,21%,57%,11%)
HSL Color Space38,69% ,64%hsl(38,69% ,64%)
HSV Color Space38°, 57%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000101011001001100010
Octal342262142
Decimal22617898
Hexe2b262

Different shades of #e2b262 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #e2b262
#eac78d
Dark Shade of #e2b262
#da9d37
Saturated Shade of #e2b262
#ebb459
Desaturated Shade of #e2b262
#d9b06b
Grey scale Shade of #e2b262
#a2a2a2
Brighten Shade
#fbcb7b
Most Readable Shade
#000000

Shades of #e2b262 color code

Generate more color scales with scales (color stack) generator.

#e2b262
#c89e57
#af8a4c
#967641
#7d6236
#644f2b
#4b3b20
#322715
#19130a
#000000

Similar Color like #e2b262 color

Find visually similar hex color codes nearing to #e2b262 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#e3b363
#e4b464
#e5b565
#e6b666
#e7b767
#e8b868
#e9b969
#eaba6a
#ebbb6b
#ecbc6c
#edbd6d
#eebe6e
#efbf6f
#f0c070
#e1b161
#e0b060
#dfaf5f
#deae5e
#ddad5d
#dcac5c
#dbab5b
#daaa5a
#d9a959
#d8a858
#d7a757
#d6a656
#d5a555
#d4a454

Monochromatic Color with #e2b262

#e2b262
#0d0b06
#382c18
#624e2b
#8d6f3d
#b79150

Tints of #e2b262 Color

#e2b262
#e5ba73
#e8c384
#ebcb96
#eed4a7
#f2dcb9
#f5e5ca
#f8eddc
#fbf6ed
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#e2b262
#6292e2

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#e2b262
#62d2e2
#7262e2

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#e27f62
#e29862
#e2b262
#e2cc62
#dfe262

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#e2b262
#62e2b2
#b262e2

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#e2b262
#62e272
#6292e2
#e262d2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#e2b262
#6292e2
#7262e2
#d2e262

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #e2b262 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#e2b262 Color Code Preview on Black Background Color

This is how #e2b262 Color will look on black background color. Color contrast ratio is 10.78

#e2b262 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#e2b262">Your Example Paragraph content text in with font color #e2b262 </p>

Your Example Paragraph content text in with font color #e2b262

HTML with inline CSS

<div style="color:#e2b262">Your Paragraph text in with font color #e2b262 </div>

Your Example Paragraph content text in with font color #e2b262

#e2b262 color code is use for CSS Background Color

Background color for the above div is #e2b262

HTML with inline CSS

<div style="background-color:#e2b262;"></div>

#e2b262 color code is use for CSS Border Color

CSS Border color for the above div is #e2b262

HTML with inline CSS

<div style="border:5px solid #e2b262;"></div>

CSS Border Left color for the above div is #e2b262

HTML with inline CSS

<div style="border-left:5px solid #e2b262;"></div>

CSS Border Right color for the above div is #e2b262

HTML with inline CSS

<div style="border-right:5px solid #e2b262;"></div>

CSS Border Bottom color for the above div is #e2b262

HTML with inline CSS

<div style="border-bottom:5px solid #e2b262;"></div>

CSS Border Top color for the above div is #e2b262

HTML with inline CSS

<div style="border-top:5px solid #e2b262;"></div>

#e2b262 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#e2b262; } .examplecolorclass {color:#e2b262; } .examplebordercolor {border:3px solid #e2b262; }

#e2b262 Color code Preview on White Background

This is how #e2b262 Color code will look on white background color. Color contrast ratio is 1.95

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #e2b262; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e2b262; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(226,178,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,146,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(226,178,98,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.