Html Css Color HEX #E1896A Copper

📋 copy color: '#E1896A'

red 225 ◦ green 137 ◦ blue 106

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

Shades of Copper #E1896A

Tints of Copper #E1896A

RGB

 RED value IS 225 (88.28% from 255) = 48.08%

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

 BLUE value IS 106 (41.8% from 255) = 22.65%

R = 48.08%
G = 29.27%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1896A (or 0xE1896A) is known color: Copper. HEX triplet: E1, 89 and 6A. RGB value is (225,137,106). Sum of RGB (Red+Green+Blue) = 225+137+106=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1896A is #1E7695. Grayscale: #9F9F9F. Windows color (decimal): -1996438 or 6982113. OLE color: 6982113.

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

Color convert

RGB 225 137 106 -
CMYK 0 0.39 0.53 0.12
HSL 15.63º 0.66% 0.65% -
HSV(B) 15.63º 0.53% 0.88% -
XYZ 42.6 34.94 18.13 -
YUV 159.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 225 137 106 0 0.39 0.53 0.12 15.63 0.66 0.65
Hex E1 89 6A 0 27 35 C 10 42 41
Octal 341 211 152 0 47 65 14 20 102 101
Binary 11100001 10001001 1101010 0 100111 110101 1100 10000 1000010 1000001

Color Harmonies of #E1896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1896A

Black with #E1896A

Text Example


Text Example

White with #E1896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1896A; }

 p { color: rgb(225,137,106); }

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

background-color css

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

 a { background-color: rgb(225,137,106); }

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

border-color css

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

 span { border-color: rgb(225,137,106); }

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