Html Css Color HEX #E1825F Copper

📋 copy color: '#E1825F'

red 225 ◦ green 130 ◦ blue 95

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

Shades of Copper #E1825F

Tints of Copper #E1825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.89%

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 50%
G = 28.89%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1825F (or 0xE1825F) is known color: Copper. HEX triplet: E1, 82 and 5F. RGB value is (225,130,95). Sum of RGB (Red+Green+Blue) = 225+130+95=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1825F is #1E7DA0. Grayscale: #9A9A9A. Windows color (decimal): -1998241 or 6259425. OLE color: 6259425.

HSL color Cylindrical-coordinate representation of color #E1825F: hue angle of 16.15º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1825F is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 95 -
CMYK 0 0.42 0.58 0.12
HSL 16.15º 0.68% 0.63% -
HSV(B) 16.15º 0.58% 0.88% -
XYZ 41.1 32.8 14.99 -
YUV 154.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 225 130 95 0 0.42 0.58 0.12 16.15 0.68 0.63
Hex E1 82 5F 0 2A 3A C 10 44 3F
Octal 341 202 137 0 52 72 14 20 104 77
Binary 11100001 10000010 1011111 0 101010 111010 1100 10000 1000100 111111

Color Harmonies of #E1825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1825F

Black with #E1825F

Text Example


Text Example

White with #E1825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1825F; }

 p { color: rgb(225,130,95); }

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

background-color css

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

 a { background-color: rgb(225,130,95); }

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

border-color css

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

 span { border-color: rgb(225,130,95); }

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