Html Css Color HEX #E1875C Copper

📋 copy color: '#E1875C'

red 225 ◦ green 135 ◦ blue 92

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

Shades of Copper #E1875C

Tints of Copper #E1875C

RGB

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

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

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

R = 49.78%
G = 29.87%
B = 20.35%

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

#E1875C (or 0xE1875C) is known color: Copper. HEX triplet: E1, 87 and 5C. RGB value is (225,135,92). Sum of RGB (Red+Green+Blue) = 225+135+92=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1875C is #1E78A3. Grayscale: #9D9D9D. Windows color (decimal): -1996964 or 6064097. OLE color: 6064097.

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

Color convert

RGB 225 135 92 -
CMYK 0 0.4 0.59 0.12
HSL 19.4º 0.69% 0.62% -
HSV(B) 19.4º 0.59% 0.88% -
XYZ 41.65 34.11 14.51 -
YUV 157.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 225 135 92 0 0.4 0.59 0.12 19.4 0.69 0.62
Hex E1 87 5C 0 28 3B C 13 45 3E
Octal 341 207 134 0 50 73 14 23 105 76
Binary 11100001 10000111 1011100 0 101000 111011 1100 10011 1000101 111110

Color Harmonies of #E1875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1875C

Black with #E1875C

Text Example


Text Example

White with #E1875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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