Html Css Color HEX #E2875C Copper

📋 copy color: '#E2875C'

red 226 ◦ green 135 ◦ blue 92

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

Shades of Copper #E2875C

Tints of Copper #E2875C

RGB

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

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

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

R = 49.89%
G = 29.8%
B = 20.31%

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

#E2875C (or 0xE2875C) is known color: Copper. HEX triplet: E2, 87 and 5C. RGB value is (226,135,92). Sum of RGB (Red+Green+Blue) = 226+135+92=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2875C is #1D78A3. Grayscale: #9D9D9D. Windows color (decimal): -1931428 or 6064098. OLE color: 6064098.

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

Color convert

RGB 226 135 92 -
CMYK 0 0.40 0.59 0.11
HSL 19.25º 0.7% 0.62% -
HSV(B) 19.25º 0.59% 0.89% -
XYZ 41.96 34.27 14.53 -
YUV 157.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 226 135 92 0 0.40 0.59 0.11 19.25 0.7 0.62
Hex E2 87 5C 0 28 3B B 13 46 3E
Octal 342 207 134 0 50 73 13 23 106 76
Binary 11100010 10000111 1011100 0 101000 111011 1011 10011 1000110 111110

Color Harmonies of #E2875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2875C

Black with #E2875C

Text Example


Text Example

White with #E2875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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