Html Css Color HEX #E08C5D Copper

📋 copy color: '#E08C5D'

red 224 ◦ green 140 ◦ blue 93

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

Shades of Copper #E08C5D

Tints of Copper #E08C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.63%

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 49.02%
G = 30.63%
B = 20.35%

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

#E08C5D (or 0xE08C5D) is known color: Copper. HEX triplet: E0, 8C and 5D. RGB value is (224,140,93). Sum of RGB (Red+Green+Blue) = 224+140+93=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C5D is #1F73A2. Grayscale: #A0A0A0. Windows color (decimal): -2061219 or 6130912. OLE color: 6130912.

HSL color Cylindrical-coordinate representation of color #E08C5D: hue angle of 21.53º 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 #E08C5D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 93 -
CMYK 0 0.38 0.58 0.12
HSL 21.53º 0.68% 0.62% -
HSV(B) 21.53º 0.58% 0.88% -
XYZ 42.09 35.39 14.97 -
YUV 159.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 224 140 93 0 0.38 0.58 0.12 21.53 0.68 0.62
Hex E0 8C 5D 0 26 3A C 16 44 3E
Octal 340 214 135 0 46 72 14 26 104 76
Binary 11100000 10001100 1011101 0 100110 111010 1100 10110 1000100 111110

Color Harmonies of #E08C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C5D

Black with #E08C5D

Text Example


Text Example

White with #E08C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C5D; }

 p { color: rgb(224,140,93); }

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

background-color css

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

 a { background-color: rgb(224,140,93); }

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

border-color css

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

 span { border-color: rgb(224,140,93); }

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