Html Css Color HEX #E2976C Copper

📋 copy color: '#E2976C'

red 226 ◦ green 151 ◦ blue 108

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

Shades of Copper #E2976C

Tints of Copper #E2976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.27%

R = 46.6%
G = 31.13%
B = 22.27%

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

#E2976C (or 0xE2976C) is known color: Copper. HEX triplet: E2, 97 and 6C. RGB value is (226,151,108). Sum of RGB (Red+Green+Blue) = 226+151+108=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2976C is #1D6893. Grayscale: #A8A8A8. Windows color (decimal): -1927316 or 7116770. OLE color: 7116770.

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

Color convert

RGB 226 151 108 -
CMYK 0 0.33 0.52 0.11
HSL 21.86º 0.67% 0.65% -
HSV(B) 21.86º 0.52% 0.89% -
XYZ 45.14 39.38 19.41 -
YUV 168.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 226 151 108 0 0.33 0.52 0.11 21.86 0.67 0.65
Hex E2 97 6C 0 21 34 B 16 43 41
Octal 342 227 154 0 41 64 13 26 103 101
Binary 11100010 10010111 1101100 0 100001 110100 1011 10110 1000011 1000001

Color Harmonies of #E2976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2976C

Black with #E2976C

Text Example


Text Example

White with #E2976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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