Html Css Color HEX #E1906B Copper

📋 copy color: '#E1906B'

red 225 ◦ green 144 ◦ blue 107

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

Shades of Copper #E1906B

Tints of Copper #E1906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 47.27%
G = 30.25%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1906B (or 0xE1906B) is known color: Copper. HEX triplet: E1, 90 and 6B. RGB value is (225,144,107). Sum of RGB (Red+Green+Blue) = 225+144+107=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1906B is #1E6F94. Grayscale: #A4A4A4. Windows color (decimal): -1994645 or 7049441. OLE color: 7049441.

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

Color convert

RGB 225 144 107 -
CMYK 0 0.36 0.52 0.12
HSL 18.81º 0.66% 0.65% -
HSV(B) 18.81º 0.52% 0.88% -
XYZ 43.68 37.02 18.75 -
YUV 164 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 225 144 107 0 0.36 0.52 0.12 18.81 0.66 0.65
Hex E1 90 6B 0 24 34 C 13 42 41
Octal 341 220 153 0 44 64 14 23 102 101
Binary 11100001 10010000 1101011 0 100100 110100 1100 10011 1000010 1000001

Color Harmonies of #E1906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1906B

Black with #E1906B

Text Example


Text Example

White with #E1906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1906B; }

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

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

background-color css

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

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

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

border-color css

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

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

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