Html Css Color HEX #E2956E Copper

📋 copy color: '#E2956E'

red 226 ◦ green 149 ◦ blue 110

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

Shades of Copper #E2956E

Tints of Copper #E2956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 46.6%
G = 30.72%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2956E (or 0xE2956E) is known color: Copper. HEX triplet: E2, 95 and 6E. RGB value is (226,149,110). Sum of RGB (Red+Green+Blue) = 226+149+110=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2956E is #1D6A91. Grayscale: #A7A7A7. Windows color (decimal): -1927826 or 7247330. OLE color: 7247330.

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

Color convert

RGB 226 149 110 -
CMYK 0 0.34 0.51 0.11
HSL 20.17º 0.67% 0.66% -
HSV(B) 20.17º 0.51% 0.89% -
XYZ 44.93 38.79 19.87 -
YUV 167.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 226 149 110 0 0.34 0.51 0.11 20.17 0.67 0.66
Hex E2 95 6E 0 22 33 B 14 43 42
Octal 342 225 156 0 42 63 13 24 103 102
Binary 11100010 10010101 1101110 0 100010 110011 1011 10100 1000011 1000010

Color Harmonies of #E2956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2956E

Black with #E2956E

Text Example


Text Example

White with #E2956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2956E; }

 p { color: rgb(226,149,110); }

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

background-color css

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

 a { background-color: rgb(226,149,110); }

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

border-color css

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

 span { border-color: rgb(226,149,110); }

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