crispedge.com

Color picker

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

#eed605 hex color - Yellow - Warm color - Information

#eed605 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #eed605 Color code in RGB color code model is created after adding 93.33% red color, 83.92% green color and 1.96% blue color. Hex #eed605 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 98% yellow and 7% black.

Hex #eed605 color code is between #dddd00 web safe hex color code and #ffcc00 web safe hex color code. #dddd00 is the nearest web safe color code. You can see here many more shades of #eed605 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeeed605#eed605
RGB Decimal238, 214, 5rgb(238, 214, 5)
RGB Percent93%, 84%, 2%rgb(93%, 84%, 2%)
CSS RGBa238, 214, 5,1rgba(238,214,5,1)
CMYK Modelcmyk(0%,10%,98%,7%)
HSL Color Space54,96% ,48%hsl(54,96% ,48%)
HSV Color Space54°, 98%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101101011000000101
Octal3563265
Decimal2382145
Hexeed605

Different shades of #eed605 color code.

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

Light Shade of #eed605
#fbe52b
Dark Shade of #eed605
#bca904
Saturated Shade of #eed605
#f3da00
Desaturated Shade of #eed605
#e2cc11
Grey scale Shade of #eed605
#797979
Brighten Shade
#ffef1e
Most Readable Shade
#000000

Shades of #eed605 color code

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

#eed605
#d3be04
#b9a603
#9e8e03
#847602
#695f02
#4f4701
#342f01
#1a1700
#000000

Similar Color like #eed605 color

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

#efd706
#f0d807
#f1d908
#f2da09
#f3db0a
#f4dc0b
#f5dd0c
#f6de0d
#f7df0e
#f8e00f
#f9e110
#fae211
#fbe312
#fce413
#edd504
#ecd403
#ebd302
#ead201
#e9d100
#e8d000
#e7cf00
#e6ce00
#e5cd00
#e4cc00
#e3cb00
#e2ca00
#e1c900
#e0c800

Monochromatic Color with #eed605

#eed605
#1a1701
#443d01
#6e6302
#998a03
#c3b004

Tints of #eed605 Color

#eed605
#efda20
#f1df3c
#f3e358
#f5e874
#f7ec8f
#f9f1ab
#fbf5c7
#fdfae3
#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

#eed605
#051dee

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

Split Complementary

#eed605
#0591ee
#6105ee

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

Analogous Color

#ee7905
#eea705
#eed605
#d7ee05
#a9ee05

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

#eed605
#05eed6
#d605ee

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

#eed605
#05ee61
#051dee
#ee0591

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

#eed605
#051dee
#6205ee
#91ee05

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

#eed605 Color Code Preview on Black Background Color

This is how #eed605 Color will look on black background color. Color contrast ratio is 14.26

#eed605 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed605

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eed605

#eed605 color code is use for CSS Background Color

Background color for the above div is #eed605

HTML with inline CSS

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

#eed605 color code is use for CSS Border Color

CSS Border color for the above div is #eed605

HTML with inline CSS

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

CSS Border Left color for the above div is #eed605

HTML with inline CSS

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

CSS Border Right color for the above div is #eed605

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eed605

HTML with inline CSS

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

CSS Border Top color for the above div is #eed605

HTML with inline CSS

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

#eed605 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eed605 Color code Preview on White Background

This is how #eed605 Color code will look on white background color. Color contrast ratio is 1.47

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.