Html Css Color HEX #E08C60 Copper

📋 copy color: '#E08C60'

red 224 ◦ green 140 ◦ blue 96

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

Shades of Copper #E08C60

Tints of Copper #E08C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 48.7%
G = 30.43%
B = 20.87%

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

#E08C60 (or 0xE08C60) is known color: Copper. HEX triplet: E0, 8C and 60. RGB value is (224,140,96). Sum of RGB (Red+Green+Blue) = 224+140+96=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C60 is #1F739F. Grayscale: #A0A0A0. Windows color (decimal): -2061216 or 6327520. OLE color: 6327520.

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

Color convert

RGB 224 140 96 -
CMYK 0 0.38 0.57 0.12
HSL 20.63º 0.67% 0.63% -
HSV(B) 20.63º 0.57% 0.88% -
XYZ 42.23 35.45 15.68 -
YUV 160.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 224 140 96 0 0.38 0.57 0.12 20.63 0.67 0.63
Hex E0 8C 60 0 26 39 C 15 43 3F
Octal 340 214 140 0 46 71 14 25 103 77
Binary 11100000 10001100 1100000 0 100110 111001 1100 10101 1000011 111111

Color Harmonies of #E08C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C60

Black with #E08C60

Text Example


Text Example

White with #E08C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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