Html Css Color HEX #E1875D Copper

📋 copy color: '#E1875D'

red 225 ◦ green 135 ◦ blue 93

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

Shades of Copper #E1875D

Tints of Copper #E1875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.8%

 BLUE value IS 93 (36.72% from 255) = 20.53%

R = 49.67%
G = 29.8%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1875D (or 0xE1875D) is known color: Copper. HEX triplet: E1, 87 and 5D. RGB value is (225,135,93). Sum of RGB (Red+Green+Blue) = 225+135+93=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1875D is #1E78A2. Grayscale: #9D9D9D. Windows color (decimal): -1996963 or 6129633. OLE color: 6129633.

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

Color convert

RGB 225 135 93 -
CMYK 0 0.4 0.59 0.12
HSL 19.09º 0.69% 0.62% -
HSV(B) 19.09º 0.59% 0.88% -
XYZ 41.69 34.13 14.75 -
YUV 157.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 225 135 93 0 0.4 0.59 0.12 19.09 0.69 0.62
Hex E1 87 5D 0 28 3B C 13 45 3E
Octal 341 207 135 0 50 73 14 23 105 76
Binary 11100001 10000111 1011101 0 101000 111011 1100 10011 1000101 111110

Color Harmonies of #E1875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1875D

Black with #E1875D

Text Example


Text Example

White with #E1875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1875D; }

 p { color: rgb(225,135,93); }

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

background-color css

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

 a { background-color: rgb(225,135,93); }

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

border-color css

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

 span { border-color: rgb(225,135,93); }

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