Html Css Color HEX #E1906F Copper

📋 copy color: '#E1906F'

red 225 ◦ green 144 ◦ blue 111

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

Shades of Copper #E1906F

Tints of Copper #E1906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30%

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 46.88%
G = 30%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1906F (or 0xE1906F) is known color: Copper. HEX triplet: E1, 90 and 6F. RGB value is (225,144,111). Sum of RGB (Red+Green+Blue) = 225+144+111=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1906F is #1E6F90. Grayscale: #A4A4A4. Windows color (decimal): -1994641 or 7311585. OLE color: 7311585.

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

Color convert

RGB 225 144 111 -
CMYK 0 0.36 0.51 0.12
HSL 17.37º 0.66% 0.66% -
HSV(B) 17.37º 0.51% 0.88% -
XYZ 43.89 37.1 19.89 -
YUV 164.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 225 144 111 0 0.36 0.51 0.12 17.37 0.66 0.66
Hex E1 90 6F 0 24 33 C 11 42 42
Octal 341 220 157 0 44 63 14 21 102 102
Binary 11100001 10010000 1101111 0 100100 110011 1100 10001 1000010 1000010

Color Harmonies of #E1906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1906F

Black with #E1906F

Text Example


Text Example

White with #E1906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1906F; }

 p { color: rgb(225,144,111); }

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

background-color css

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

 a { background-color: rgb(225,144,111); }

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

border-color css

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

 span { border-color: rgb(225,144,111); }

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