Html Css Color HEX #E1825C Copper

📋 copy color: '#E1825C'

red 225 ◦ green 130 ◦ blue 92

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

Shades of Copper #E1825C

Tints of Copper #E1825C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.58%

R = 50.34%
G = 29.08%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1825C (or 0xE1825C) is known color: Copper. HEX triplet: E1, 82 and 5C. RGB value is (225,130,92). Sum of RGB (Red+Green+Blue) = 225+130+92=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1825C is #1E7DA3. Grayscale: #9A9A9A. Windows color (decimal): -1998244 or 6062817. OLE color: 6062817.

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

Color convert

RGB 225 130 92 -
CMYK 0 0.42 0.59 0.12
HSL 17.14º 0.69% 0.62% -
HSV(B) 17.14º 0.59% 0.88% -
XYZ 40.97 32.75 14.29 -
YUV 154.07 92.97 178.59 -
System Red Green Blue C M Y K H S L
Decimal 225 130 92 0 0.42 0.59 0.12 17.14 0.69 0.62
Hex E1 82 5C 0 2A 3B C 11 45 3E
Octal 341 202 134 0 52 73 14 21 105 76
Binary 11100001 10000010 1011100 0 101010 111011 1100 10001 1000101 111110

Color Harmonies of #E1825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1825C

Black with #E1825C

Text Example


Text Example

White with #E1825C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1825C; }

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

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

background-color css

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

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

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

border-color css

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

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

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