Html Css Color HEX #E08C61 Copper

📋 copy color: '#E08C61'

red 224 ◦ green 140 ◦ blue 97

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

Shades of Copper #E08C61

Tints of Copper #E08C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.04%

R = 48.59%
G = 30.37%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E08C61 (or 0xE08C61) is known color: Copper. HEX triplet: E0, 8C and 61. RGB value is (224,140,97). Sum of RGB (Red+Green+Blue) = 224+140+97=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C61 is #1F739E. Grayscale: #A0A0A0. Windows color (decimal): -2061215 or 6393056. OLE color: 6393056.

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

Color convert

RGB 224 140 97 -
CMYK 0 0.38 0.57 0.12
HSL 20.31º 0.67% 0.63% -
HSV(B) 20.31º 0.57% 0.88% -
XYZ 42.28 35.47 15.93 -
YUV 160.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 224 140 97 0 0.38 0.57 0.12 20.31 0.67 0.63
Hex E0 8C 61 0 26 39 C 14 43 3F
Octal 340 214 141 0 46 71 14 24 103 77
Binary 11100000 10001100 1100001 0 100110 111001 1100 10100 1000011 111111

Color Harmonies of #E08C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C61

Black with #E08C61

Text Example


Text Example

White with #E08C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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