Html Css Color HEX #E0976B Copper

📋 copy color: '#E0976B'

red 224 ◦ green 151 ◦ blue 107

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

Shades of Copper #E0976B

Tints of Copper #E0976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 46.47%
G = 31.33%
B = 22.2%

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

#E0976B (or 0xE0976B) is known color: Copper. HEX triplet: E0, 97 and 6B. RGB value is (224,151,107). Sum of RGB (Red+Green+Blue) = 224+151+107=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0976B is #1F6894. Grayscale: #A8A8A8. Windows color (decimal): -2058389 or 7051232. OLE color: 7051232.

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

Color convert

RGB 224 151 107 -
CMYK 0 0.33 0.52 0.12
HSL 22.56º 0.65% 0.65% -
HSV(B) 22.56º 0.52% 0.88% -
XYZ 44.46 39.04 19.1 -
YUV 167.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 224 151 107 0 0.33 0.52 0.12 22.56 0.65 0.65
Hex E0 97 6B 0 21 34 C 17 41 41
Octal 340 227 153 0 41 64 14 27 101 101
Binary 11100000 10010111 1101011 0 100001 110100 1100 10111 1000001 1000001

Color Harmonies of #E0976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0976B

Black with #E0976B

Text Example


Text Example

White with #E0976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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