Html Css Color HEX #E2886D Copper

📋 copy color: '#E2886D'

red 226 ◦ green 136 ◦ blue 109

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

Shades of Copper #E2886D

Tints of Copper #E2886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.87%

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 47.98%
G = 28.87%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2886D (or 0xE2886D) is known color: Copper. HEX triplet: E2, 88 and 6D. RGB value is (226,136,109). Sum of RGB (Red+Green+Blue) = 226+136+109=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2886D is #1D7792. Grayscale: #A0A0A0. Windows color (decimal): -1931155 or 7178466. OLE color: 7178466.

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

Color convert

RGB 226 136 109 -
CMYK 0 0.40 0.52 0.11
HSL 13.85º 0.67% 0.66% -
HSV(B) 13.85º 0.52% 0.89% -
XYZ 42.93 34.88 18.94 -
YUV 159.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 226 136 109 0 0.40 0.52 0.11 13.85 0.67 0.66
Hex E2 88 6D 0 28 34 B E 43 42
Octal 342 210 155 0 50 64 13 16 103 102
Binary 11100010 10001000 1101101 0 101000 110100 1011 1110 1000011 1000010

Color Harmonies of #E2886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2886D

Black with #E2886D

Text Example


Text Example

White with #E2886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2886D; }

 p { color: rgb(226,136,109); }

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

background-color css

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

 a { background-color: rgb(226,136,109); }

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

border-color css

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

 span { border-color: rgb(226,136,109); }

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