Html Css Color HEX #E2976D Copper

📋 copy color: '#E2976D'

red 226 ◦ green 151 ◦ blue 109

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

Shades of Copper #E2976D

Tints of Copper #E2976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.07%

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

R = 46.5%
G = 31.07%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2976D (or 0xE2976D) is known color: Copper. HEX triplet: E2, 97 and 6D. RGB value is (226,151,109). Sum of RGB (Red+Green+Blue) = 226+151+109=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2976D is #1D6892. Grayscale: #A8A8A8. Windows color (decimal): -1927315 or 7182306. OLE color: 7182306.

HSL color Cylindrical-coordinate representation of color #E2976D: hue angle of 21.54º 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 #E2976D is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 151 109 -
CMYK 0 0.33 0.52 0.11
HSL 21.54º 0.67% 0.66% -
HSV(B) 21.54º 0.52% 0.89% -
XYZ 45.19 39.41 19.69 -
YUV 168.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 226 151 109 0 0.33 0.52 0.11 21.54 0.67 0.66
Hex E2 97 6D 0 21 34 B 16 43 42
Octal 342 227 155 0 41 64 13 26 103 102
Binary 11100010 10010111 1101101 0 100001 110100 1011 10110 1000011 1000010

Color Harmonies of #E2976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2976D

Black with #E2976D

Text Example


Text Example

White with #E2976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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