Html Css Color HEX #E1926D Copper

📋 copy color: '#E1926D'

red 225 ◦ green 146 ◦ blue 109

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

Shades of Copper #E1926D

Tints of Copper #E1926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

 BLUE value IS 109 (42.97% from 255) = 22.71%

R = 46.88%
G = 30.42%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1926D (or 0xE1926D) is known color: Copper. HEX triplet: E1, 92 and 6D. RGB value is (225,146,109). Sum of RGB (Red+Green+Blue) = 225+146+109=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1926D is #1E6D92. Grayscale: #A5A5A5. Windows color (decimal): -1994131 or 7181025. OLE color: 7181025.

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

Color convert

RGB 225 146 109 -
CMYK 0 0.35 0.52 0.12
HSL 19.14º 0.66% 0.65% -
HSV(B) 19.14º 0.52% 0.88% -
XYZ 44.09 37.67 19.42 -
YUV 165.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 225 146 109 0 0.35 0.52 0.12 19.14 0.66 0.65
Hex E1 92 6D 0 23 34 C 13 42 41
Octal 341 222 155 0 43 64 14 23 102 101
Binary 11100001 10010010 1101101 0 100011 110100 1100 10011 1000010 1000001

Color Harmonies of #E1926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1926D

Black with #E1926D

Text Example


Text Example

White with #E1926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1926D; }

 p { color: rgb(225,146,109); }

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

background-color css

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

 a { background-color: rgb(225,146,109); }

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

border-color css

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

 span { border-color: rgb(225,146,109); }

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