Html Css Color HEX #E08A5E Copper

📋 copy color: '#E08A5E'

red 224 ◦ green 138 ◦ blue 94

#E08A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #E08A5E

Tints of Copper #E08A5E

RGB

 RED value IS 224 (87.89% from 255) = 49.12%

 GREEN value IS 138 (54.3% from 255) = 30.26%

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 49.12%
G = 30.26%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E08A5E (or 0xE08A5E) is known color: Copper. HEX triplet: E0, 8A and 5E. RGB value is (224,138,94). Sum of RGB (Red+Green+Blue) = 224+138+94=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A5E is #1F75A1. Grayscale: #9E9E9E. Windows color (decimal): -2061730 or 6195936. OLE color: 6195936.

HSL color Cylindrical-coordinate representation of color #E08A5E: hue angle of 20.31º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E08A5E is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 138 94 -
CMYK 0 0.38 0.58 0.12
HSL 20.31º 0.68% 0.62% -
HSV(B) 20.31º 0.58% 0.88% -
XYZ 41.85 34.83 15.11 -
YUV 158.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 224 138 94 0 0.38 0.58 0.12 20.31 0.68 0.62
Hex E0 8A 5E 0 26 3A C 14 44 3E
Octal 340 212 136 0 46 72 14 24 104 76
Binary 11100000 10001010 1011110 0 100110 111010 1100 10100 1000100 111110

Color Harmonies of #E08A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A5E

Black with #E08A5E

Text Example


Text Example

White with #E08A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A5E; }

 p { color: rgb(224,138,94); }

 H1.HeaderClassName
 {
   color: #E08A5E;
 }
 .AnyTagClassName
 {
   color: #E08A5E;
 }
</style>

background-color css

<style>
 a { background-color: #E08A5E; }

 a { background-color: rgb(224,138,94); }

 div.DivClassName
 {
   background-color: #E08A5E;
 }
 .BgClassName
 {
   background-color: #E08A5E;
 }
</style>

border-color css

<style>
 span { border-color: #E08A5E; }

 span { border-color: rgb(224,138,94); }

 td.TdClassName
 {
   border-color: #E08A5E;
 }
 .TagClassName
 {
   border-color: #E08A5E;
 }
</style>