crispedge.com

Color picker

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

#ecbc4a hex color - Yellow - Warm color - Information

#ecbc4a hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ecbc4a Color code in RGB color code model is created after adding 92.55% red color, 73.73% green color and 29.02% blue color. Hex #ecbc4a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 69% yellow and 7% black.

Hex #ecbc4a color code is between #eebb44 web safe hex color code and #ddcc55 web safe hex color code. #eebb44 is the nearest web safe color code. You can see here many more shades of #ecbc4a color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeecbc4a#ecbc4a
RGB Decimal236, 188, 74rgb(236, 188, 74)
RGB Percent93%, 74%, 29%rgb(93%, 74%, 29%)
CSS RGBa236, 188, 74,1rgba(236,188,74,1)
CMYK Modelcmyk(0%,20%,69%,7%)
HSL Color Space42,81% ,61%hsl(42,81% ,61%)
HSV Color Space42°, 69%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001011110001001010
Octal354274112
Decimal23618874
Hexecbc4a

Different shades of #ecbc4a color code.

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

Light Shade of #ecbc4a
#f1cd78
Dark Shade of #ecbc4a
#e7ab1c
Saturated Shade of #ecbc4a
#f6c040
Desaturated Shade of #ecbc4a
#e2b854
Grey scale Shade of #ecbc4a
#9b9b9b
Brighten Shade
#ffd563
Most Readable Shade
#000000

Shades of #ecbc4a color code

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

#ecbc4a
#d1a741
#b79239
#9d7d31
#836829
#685320
#4e3e18
#342910
#1a1408
#000000

Similar Color like #ecbc4a color

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

#edbd4b
#eebe4c
#efbf4d
#f0c04e
#f1c14f
#f2c250
#f3c351
#f4c452
#f5c553
#f6c654
#f7c755
#f8c856
#f9c957
#faca58
#ebbb49
#eaba48
#e9b947
#e8b846
#e7b745
#e6b644
#e5b543
#e4b442
#e3b341
#e2b240
#e1b13f
#e0b03e
#dfaf3d
#deae3c

Monochromatic Color with #ecbc4a

#ecbc4a
#171307
#423515
#6c5622
#97782f
#c19a3d

Tints of #ecbc4a Color

#ecbc4a
#eec35e
#f0ca72
#f2d286
#f4d99a
#f6e1ae
#f8e8c2
#faf0d6
#fcf7ea
#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

#ecbc4a
#4a7aec

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

Split Complementary

#ecbc4a
#4acbec
#6b4aec

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

Analogous Color

#ec7b4a
#ec9c4a
#ecbc4a
#ecdc4a
#dbec4a

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

#ecbc4a
#4aecbc
#bc4aec

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

#ecbc4a
#4aec6b
#4a7aec
#ec4acb

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

#ecbc4a
#4a7aec
#6b4aec
#cbec4a

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

#ecbc4a Color Code Preview on Black Background Color

This is how #ecbc4a Color will look on black background color. Color contrast ratio is 11.86

#ecbc4a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecbc4a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecbc4a

#ecbc4a color code is use for CSS Background Color

Background color for the above div is #ecbc4a

HTML with inline CSS

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

#ecbc4a color code is use for CSS Border Color

CSS Border color for the above div is #ecbc4a

HTML with inline CSS

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

CSS Border Left color for the above div is #ecbc4a

HTML with inline CSS

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

CSS Border Right color for the above div is #ecbc4a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ecbc4a

HTML with inline CSS

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

CSS Border Top color for the above div is #ecbc4a

HTML with inline CSS

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

#ecbc4a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ecbc4a Color code Preview on White Background

This is how #ecbc4a Color code will look on white background color. Color contrast ratio is 1.77

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

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.