Html Css Color HEX #E08160 Copper

📋 copy color: '#E08160'

red 224 ◦ green 129 ◦ blue 96

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

Shades of Copper #E08160

Tints of Copper #E08160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

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

R = 49.89%
G = 28.73%
B = 21.38%

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

#E08160 (or 0xE08160) is known color: Copper. HEX triplet: E0, 81 and 60. RGB value is (224,129,96). Sum of RGB (Red+Green+Blue) = 224+129+96=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E08160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08160 is #1F7E9F. Grayscale: #999999. Windows color (decimal): -2064032 or 6324704. OLE color: 6324704.

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

Color convert

RGB 224 129 96 -
CMYK 0 0.42 0.57 0.12
HSL 15.47º 0.67% 0.63% -
HSV(B) 15.47º 0.57% 0.88% -
XYZ 40.7 32.39 15.17 -
YUV 153.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 224 129 96 0 0.42 0.57 0.12 15.47 0.67 0.63
Hex E0 81 60 0 2A 39 C F 43 3F
Octal 340 201 140 0 52 71 14 17 103 77
Binary 11100000 10000001 1100000 0 101010 111001 1100 1111 1000011 111111

Color Harmonies of #E08160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08160

Black with #E08160

Text Example


Text Example

White with #E08160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08160; }

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

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

background-color css

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

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

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

border-color css

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

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

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