crispedge.com

Color picker

Loading...

#e9967a hex color - Kindleflame - Orange - Warm color - Information

#e9967a hex color - Kindleflame - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #e9967a Color Code is also known as Kindleflame color.

Hex #e9967a Color code in RGB color code model is created after adding 91.37% red color, 58.82% green color and 47.84% blue color. Hex #e9967a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 48% yellow and 9% black.

Hex #e9967a color code is between #ee9977 web safe hex color code and #dd8888 web safe hex color code. #ee9977 is the nearest web safe color code. You can see here many more shades of #e9967a color code.

0 Likes 0 Comments | 49 Views

RGB Chart

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

Color Table

Hex Color Codee9967a#e9967a
RGB Decimal233, 150, 122rgb(233, 150, 122)
RGB Percent91%, 59%, 48%rgb(91%, 59%, 48%)
CSS RGBa233, 150, 122,1rgba(233,150,122,1)
CMYK Modelcmyk(0%,36%,48%,9%)
HSL Color Space15,72% ,70%hsl(15,72% ,70%)
HSV Color Space15°, 48%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010011001011001111010
Octal351226172
Decimal233150122
Hexe9967a

Different shades of #e9967a color code.

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

Light Shade of #e9967a
#f0b9a6
Dark Shade of #e9967a
#e2734e
Saturated Shade of #e9967a
#f19272
Desaturated Shade of #e9967a
#e19a82
Grey scale Shade of #e9967a
#b1b1b1
Brighten Shade
#ffaf93
Most Readable Shade
#000000

Shades of #e9967a color code

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

#e9967a
#cf856c
#b5745e
#9b6451
#815343
#674236
#4d3228
#33211b
#19100d
#000000

Similar Color like #e9967a color

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

#ea977b
#eb987c
#ec997d
#ed9a7e
#ee9b7f
#ef9c80
#f09d81
#f19e82
#f29f83
#f3a084
#f4a185
#f5a286
#f6a387
#f7a488
#e89579
#e79478
#e69377
#e59276
#e49175
#e39074
#e28f73
#e18e72
#e08d71
#df8c70
#de8b6f
#dd8a6e
#dc896d
#db886c

Monochromatic Color with #e9967a

#e9967a
#140d0b
#3f2921
#694437
#945f4d
#be7b64

Tints of #e9967a Color

#e9967a
#eba188
#edad97
#f0b9a6
#f2c4b5
#f5d0c3
#f7dcd2
#fae7e1
#fcf3f0
#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

#e9967a
#7acde9

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

Split Complementary

#e9967a
#7ae9ce
#7a96e9

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

Analogous Color

#e97a8a
#e9807a
#e9967a
#e9ac7a
#e9c27a

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

#e9967a
#7ae996
#967ae9

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

#e9967a
#95e97a
#7acde9
#cd7ae9

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

#e9967a
#7acde9
#7a96e9
#e9cd7a

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 #e9967a 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.

#e9967a Color Code Preview on Black Background Color

This is how #e9967a Color will look on black background color. Color contrast ratio is 9.11

#e9967a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e9967a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e9967a

#e9967a color code is use for CSS Background Color

Background color for the above div is #e9967a

HTML with inline CSS

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

#e9967a color code is use for CSS Border Color

CSS Border color for the above div is #e9967a

HTML with inline CSS

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

CSS Border Left color for the above div is #e9967a

HTML with inline CSS

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

CSS Border Right color for the above div is #e9967a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e9967a

HTML with inline CSS

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

CSS Border Top color for the above div is #e9967a

HTML with inline CSS

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

#e9967a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e9967a Color code Preview on White Background

This is how #e9967a Color code will look on white background color. Color contrast ratio is 2.31

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 #e9967a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e9967a; }

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(233,150,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,205,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(233,150,122,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 49 Views

Post your comment:-

By submitting comment you agree to our privacy policy.