crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ebd38b hex color - Yellow - Warm color - Information

#ebd38b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ebd38b Color code in RGB color code model is created after adding 92.16% red color, 82.75% green color and 54.51% blue color. Hex #ebd38b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 41% yellow and 8% black.

Hex #ebd38b color code is between #eecc88 web safe hex color code and #dddd99 web safe hex color code. #eecc88 is the nearest web safe color code. You can see here many more shades of #ebd38b color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeebd38b#ebd38b
RGB Decimal235, 211, 139rgb(235, 211, 139)
RGB Percent92%, 83%, 55%rgb(92%, 83%, 55%)
CSS RGBa235, 211, 139,1rgba(235,211,139,1)
CMYK Modelcmyk(0%,10%,41%,8%)
HSL Color Space45,71% ,73%hsl(45,71% ,73%)
HSV Color Space45°, 41%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111101001110001011
Octal353323213
Decimal235211139
Hexebd38b

Different shades of #ebd38b color code.

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

Light Shade of #ebd38b
#f2e3b6
Dark Shade of #ebd38b
#e3c25f
Saturated Shade of #ebd38b
#f2d684
Desaturated Shade of #ebd38b
#e4d092
Grey scale Shade of #ebd38b
#bbbbbb
Brighten Shade
#ffeca4
Most Readable Shade
#000000

Shades of #ebd38b color code

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

#ebd38b
#d0bb7b
#b6a46c
#9c8c5c
#82754d
#685d3d
#4e462e
#342e1e
#1a170f
#000000

Similar Color like #ebd38b color

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

#ecd48c
#edd58d
#eed68e
#efd78f
#f0d890
#f1d991
#f2da92
#f3db93
#f4dc94
#f5dd95
#f6de96
#f7df97
#f8e098
#f9e199
#ead28a
#e9d189
#e8d088
#e7cf87
#e6ce86
#e5cd85
#e4cc84
#e3cb83
#e2ca82
#e1c981
#e0c880
#dfc77f
#dec67e
#ddc57d

Monochromatic Color with #ebd38b

#ebd38b
#16140d
#413a26
#6b6140
#968759
#c0ad72

Tints of #ebd38b Color

#ebd38b
#edd797
#efdca4
#f1e1b1
#f3e6be
#f6ebcb
#f8f0d8
#faf5e5
#fcfaf2
#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

#ebd38b
#8ba3eb

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

Split Complementary

#ebd38b
#8bd3eb
#a38beb

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

Analogous Color

#ebad8b
#ebc08b
#ebd38b
#ebe68b
#ddeb8b

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

#ebd38b
#8bebd3
#d38beb

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

#ebd38b
#8beba3
#8ba3eb
#eb8bd3

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

#ebd38b
#8ba3eb
#a38beb
#d3eb8b

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

#ebd38b Color Code Preview on Black Background Color

This is how #ebd38b Color will look on black background color. Color contrast ratio is 14.22

#ebd38b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebd38b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebd38b

#ebd38b color code is use for CSS Background Color

Background color for the above div is #ebd38b

HTML with inline CSS

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

#ebd38b color code is use for CSS Border Color

CSS Border color for the above div is #ebd38b

HTML with inline CSS

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

CSS Border Left color for the above div is #ebd38b

HTML with inline CSS

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

CSS Border Right color for the above div is #ebd38b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebd38b

HTML with inline CSS

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

CSS Border Top color for the above div is #ebd38b

HTML with inline CSS

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

#ebd38b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebd38b Color code Preview on White Background

This is how #ebd38b Color code will look on white background color. Color contrast ratio is 1.48

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.