@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#edb198 hex color - Orange - Warm color - Information

#edb198 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #edb198 Color code in RGB color code model is created after adding 92.94% red color, 69.41% green color and 59.61% blue color. Hex #edb198 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 36% yellow and 7.06% black.

Hex #edb198 color code is between #eeaa99 web safe hex color code and #ddbb88 web safe hex color code. #eeaa99 is the nearest web safe color code. You can see here many more shades of #edb198 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedb198#edb198
RGB Decimal237, 177, 152rgb(237, 177, 152)
RGB Percent93%, 69%, 60%rgb(93%, 69%, 60%)
CSS RGBa237, 177, 152,1rgba(237,177,152,1)
CMYK Modelcmyk(0%,25%,36%,7.06%)
HSL Color Space18,70% ,76%hsl(18,70% ,76%)
HSV Color Space18°, 36%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011000110011000
Octal355261230
Decimal237177152
Hexedb198

Different shades of #edb198 color code.

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

Light Shade of #edb198
#f5d2c3
Dark Shade of #edb198
#e5906d
Saturated Shade of #edb198
#f3ae92
Desaturated Shade of #edb198
#e7b39e
Grey scale Shade of #edb198
#c2c2c2
Brighten Shade
#ffcab1
Most Readable Shade
#000000

Shades of #edb198 color code

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

#edb198
#d29d87
#b88976
#9e7665
#836254
#694e43
#4f3b32
#342721
#1a1310
#000000

Similar Color like #edb198 color

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

#eeb299
#efb39a
#f0b49b
#f1b59c
#f2b69d
#f3b79e
#f4b89f
#f5b9a0
#f6baa1
#f7bba2
#f8bca3
#f9bda4
#fabea5
#fbbfa6
#ecb097
#ebaf96
#eaae95
#e9ad94
#e8ac93
#e7ab92
#e6aa91
#e5a990
#e4a88f
#e3a78e
#e2a68d
#e1a58c
#e0a48b
#dfa38a

Monochromatic Color with #edb198

#edb198
#181210
#43322b
#6d5246
#987261
#c2917d

Tints of #edb198 Color

#edb198
#efb9a3
#f1c2ae
#f3cbba
#f5d3c5
#f7dcd1
#f9e5dc
#fbede8
#fdf6f3
#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

#edb198
#98d4ed

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

Split Complementary

#edb198
#98eddb
#98aaed

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

Analogous Color

#ed98a1
#eda098
#edb198
#edc298
#edd398

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

#edb198
#98edb1
#b198ed

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

#edb198
#a9ed98
#98d4ed
#db98ed

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

#edb198
#98d4ed
#98aaed
#eddb98

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

#edb198 Color Code Preview on Black Background Color

This is how #edb198 Color will look on black background color. Color contrast ratio is 11.34

#edb198 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb198

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb198

#edb198 color code is use for CSS Background Color

Background color for the above div is #edb198

HTML with inline CSS

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

#edb198 color code is use for CSS Border Color

CSS Border color for the above div is #edb198

HTML with inline CSS

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

CSS Border Left color for the above div is #edb198

HTML with inline CSS

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

CSS Border Right color for the above div is #edb198

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edb198

HTML with inline CSS

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

CSS Border Top color for the above div is #edb198

HTML with inline CSS

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

#edb198 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edb198 Color code Preview on White Background

This is how #edb198 Color code will look on white background color. Color contrast ratio is 1.85

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

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(237,177,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,212,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,177,152,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.