Html Css Color HEX #E1956C Copper

📋 copy color: '#E1956C'

red 225 ◦ green 149 ◦ blue 108

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

Shades of Copper #E1956C

Tints of Copper #E1956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 46.68%
G = 30.91%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1956C (or 0xE1956C) is known color: Copper. HEX triplet: E1, 95 and 6C. RGB value is (225,149,108). Sum of RGB (Red+Green+Blue) = 225+149+108=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1956C is #1E6A93. Grayscale: #A7A7A7. Windows color (decimal): -1993364 or 7116257. OLE color: 7116257.

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

Color convert

RGB 225 149 108 -
CMYK 0 0.34 0.52 0.12
HSL 21.03º 0.66% 0.65% -
HSV(B) 21.03º 0.52% 0.88% -
XYZ 44.51 38.59 19.29 -
YUV 167.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 225 149 108 0 0.34 0.52 0.12 21.03 0.66 0.65
Hex E1 95 6C 0 22 34 C 15 42 41
Octal 341 225 154 0 42 64 14 25 102 101
Binary 11100001 10010101 1101100 0 100010 110100 1100 10101 1000010 1000001

Color Harmonies of #E1956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1956C

Black with #E1956C

Text Example


Text Example

White with #E1956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1956C; }

 p { color: rgb(225,149,108); }

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

background-color css

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

 a { background-color: rgb(225,149,108); }

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

border-color css

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

 span { border-color: rgb(225,149,108); }

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