Html Css Color HEX #E0976C Copper

📋 copy color: '#E0976C'

red 224 ◦ green 151 ◦ blue 108

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

Shades of Copper #E0976C

Tints of Copper #E0976C

RGB

 RED value IS 224 (87.89% from 255) = 46.38%

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

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

R = 46.38%
G = 31.26%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0976C (or 0xE0976C) is known color: Copper. HEX triplet: E0, 97 and 6C. RGB value is (224,151,108). Sum of RGB (Red+Green+Blue) = 224+151+108=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0976C is #1F6893. Grayscale: #A8A8A8. Windows color (decimal): -2058388 or 7116768. OLE color: 7116768.

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

Color convert

RGB 224 151 108 -
CMYK 0 0.33 0.52 0.12
HSL 22.24º 0.65% 0.65% -
HSV(B) 22.24º 0.52% 0.88% -
XYZ 44.51 39.06 19.38 -
YUV 167.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 224 151 108 0 0.33 0.52 0.12 22.24 0.65 0.65
Hex E0 97 6C 0 21 34 C 16 41 41
Octal 340 227 154 0 41 64 14 26 101 101
Binary 11100000 10010111 1101100 0 100001 110100 1100 10110 1000001 1000001

Color Harmonies of #E0976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0976C

Black with #E0976C

Text Example


Text Example

White with #E0976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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