Html Css Color HEX #E2875D Copper

📋 copy color: '#E2875D'

red 226 ◦ green 135 ◦ blue 93

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

Shades of Copper #E2875D

Tints of Copper #E2875D

RGB

 RED value IS 226 (88.67% from 255) = 49.78%

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

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

R = 49.78%
G = 29.74%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2875D (or 0xE2875D) is known color: Copper. HEX triplet: E2, 87 and 5D. RGB value is (226,135,93). Sum of RGB (Red+Green+Blue) = 226+135+93=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2875D is #1D78A2. Grayscale: #9D9D9D. Windows color (decimal): -1931427 or 6129634. OLE color: 6129634.

HSL color Cylindrical-coordinate representation of color #E2875D: hue angle of 18.95º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2875D is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 135 93 -
CMYK 0 0.40 0.59 0.11
HSL 18.95º 0.7% 0.63% -
HSV(B) 18.95º 0.59% 0.89% -
XYZ 42 34.29 14.76 -
YUV 157.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 226 135 93 0 0.40 0.59 0.11 18.95 0.7 0.63
Hex E2 87 5D 0 28 3B B 13 46 3F
Octal 342 207 135 0 50 73 13 23 106 77
Binary 11100010 10000111 1011101 0 101000 111011 1011 10011 1000110 111111

Color Harmonies of #E2875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2875D

Black with #E2875D

Text Example


Text Example

White with #E2875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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