Html Css Color HEX #E0896E Copper

📋 copy color: '#E0896E'

red 224 ◦ green 137 ◦ blue 110

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

Shades of Copper #E0896E

Tints of Copper #E0896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.09%

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 47.56%
G = 29.09%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0896E (or 0xE0896E) is known color: Copper. HEX triplet: E0, 89 and 6E. RGB value is (224,137,110). Sum of RGB (Red+Green+Blue) = 224+137+110=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E0896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0896E is #1F7691. Grayscale: #A0A0A0. Windows color (decimal): -2061970 or 7244256. OLE color: 7244256.

HSL color Cylindrical-coordinate representation of color #E0896E: hue angle of 14.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0896E is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 137 110 -
CMYK 0 0.39 0.51 0.12
HSL 14.21º 0.65% 0.65% -
HSV(B) 14.21º 0.51% 0.88% -
XYZ 42.5 34.86 19.24 -
YUV 159.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 224 137 110 0 0.39 0.51 0.12 14.21 0.65 0.65
Hex E0 89 6E 0 27 33 C E 41 41
Octal 340 211 156 0 47 63 14 16 101 101
Binary 11100000 10001001 1101110 0 100111 110011 1100 1110 1000001 1000001

Color Harmonies of #E0896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0896E

Black with #E0896E

Text Example


Text Example

White with #E0896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0896E; }

 p { color: rgb(224,137,110); }

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

background-color css

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

 a { background-color: rgb(224,137,110); }

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

border-color css

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

 span { border-color: rgb(224,137,110); }

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