Html Css Color HEX #E08360 Copper

📋 copy color: '#E08360'

red 224 ◦ green 131 ◦ blue 96

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

Shades of Copper #E08360

Tints of Copper #E08360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.05%

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

R = 49.67%
G = 29.05%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E08360 (or 0xE08360) is known color: Copper. HEX triplet: E0, 83 and 60. RGB value is (224,131,96). Sum of RGB (Red+Green+Blue) = 224+131+96=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E08360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08360 is #1F7C9F. Grayscale: #9B9B9B. Windows color (decimal): -2063520 or 6325216. OLE color: 6325216.

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

Color convert

RGB 224 131 96 -
CMYK 0 0.42 0.57 0.12
HSL 16.41º 0.67% 0.63% -
HSV(B) 16.41º 0.57% 0.88% -
XYZ 40.97 32.92 15.26 -
YUV 154.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 224 131 96 0 0.42 0.57 0.12 16.41 0.67 0.63
Hex E0 83 60 0 2A 39 C 10 43 3F
Octal 340 203 140 0 52 71 14 20 103 77
Binary 11100000 10000011 1100000 0 101010 111001 1100 10000 1000011 111111

Color Harmonies of #E08360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08360

Black with #E08360

Text Example


Text Example

White with #E08360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08360; }

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

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

background-color css

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

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

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

border-color css

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

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

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