crispedge.com

Color picker

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

#c04e01 hex color - Crustose Lichen - Orange - Warm color - Information

#c04e01 hex color - Crustose Lichen - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #c04e01 Color Code is also known as Crustose Lichen color.

Hex #c04e01 Color code in RGB color code model is created after adding 75.29% red color, 30.59% green color and 0.39% blue color. Hex #c04e01 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 99% yellow and 25% black.

Hex #c04e01 color code is between #bb5500 web safe hex color code and #cc4400 web safe hex color code. #bb5500 is the nearest web safe color code. You can see here many more shades of #c04e01 color code.

0 Likes 0 Comments | 35 Views

Color Table

Hex Color Codec04e01#c04e01
RGB Decimal192, 78, 1rgb(192, 78, 1)
RGB Percent75%, 31%, 0%rgb(75%, 31%, 0%)
CSS RGBa192, 78, 1,1rgba(192,78,1,1)
CMYK Modelcmyk(0%,59%,99%,25%)
HSL Color Space24,99% ,38%hsl(24,99% ,38%)
HSV Color Space24°, 99%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000100111000000001
Octal3001161
Decimal192781
Hexc04e01

Different shades of #c04e01 color code.

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

Light Shade of #c04e01
#f36301
Dark Shade of #c04e01
#8d3901
Saturated Shade of #c04e01
#c14e00
Desaturated Shade of #c04e01
#b6500b
Grey scale Shade of #c04e01
#606060
Brighten Shade
#d9671a
Most Readable Shade
#FFFFFF

Shades of #c04e01 color code

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

#c04e01
#aa4500
#953c00
#803400
#6a2b00
#552200
#401a00
#2a1100
#150800
#000000

Similar Color like #c04e01 color

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

#c14f02
#c25003
#c35104
#c45205
#c55306
#c65407
#c75508
#c85609
#c9570a
#ca580b
#cb590c
#cc5a0d
#cd5b0e
#ce5c0f
#bf4d00
#be4c00
#bd4b00
#bc4a00
#bb4900
#ba4800
#b94700
#b84600
#b74500
#b64400
#b54300
#b44200
#b34100
#b24000

Monochromatic Color with #c04e01

#c04e01
#ea5f01
#160900
#401a00
#6b2b01
#953d01

Tints of #c04e01 Color

#c04e01
#c7611d
#ce7539
#d58955
#dc9c71
#e3b08e
#eac4aa
#f1d7c6
#f8ebe2
#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

#c04e01
#0173c0

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

Split Complementary

#c04e01
#01c0ad
#0114c0

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

Analogous Color

#c00201
#c02801
#c04e01
#c07401
#c09a01

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

#c04e01
#01c04e
#4e01c0

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

#c04e01
#14c001
#0173c0
#ad01c0

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

#c04e01
#0173c0
#0114c0
#c0ad01

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

#c04e01 Color Code Preview on Black Background Color

This is how #c04e01 Color will look on black background color. Color contrast ratio is 4.33

#c04e01 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c04e01

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c04e01

#c04e01 color code is use for CSS Background Color

Background color for the above div is #c04e01

HTML with inline CSS

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

#c04e01 color code is use for CSS Border Color

CSS Border color for the above div is #c04e01

HTML with inline CSS

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

CSS Border Left color for the above div is #c04e01

HTML with inline CSS

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

CSS Border Right color for the above div is #c04e01

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c04e01

HTML with inline CSS

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

CSS Border Top color for the above div is #c04e01

HTML with inline CSS

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

#c04e01 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c04e01 Color code Preview on White Background

This is how #c04e01 Color code will look on white background color. Color contrast ratio is 4.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 #c04e01; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c04e01; }

Related Gradients

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

0 Likes 0 Comments | 35 Views

Post your comment:-

By submitting comment you agree to our privacy policy.