Html Css Color HEX #E2986B Copper

📋 copy color: '#E2986B'

red 226 ◦ green 152 ◦ blue 107

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

Shades of Copper #E2986B

Tints of Copper #E2986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.34%

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

R = 46.6%
G = 31.34%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2986B (or 0xE2986B) is known color: Copper. HEX triplet: E2, 98 and 6B. RGB value is (226,152,107). Sum of RGB (Red+Green+Blue) = 226+152+107=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2986B is #1D6794. Grayscale: #A9A9A9. Windows color (decimal): -1927061 or 7051490. OLE color: 7051490.

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

Color convert

RGB 226 152 107 -
CMYK 0 0.33 0.53 0.11
HSL 22.69º 0.67% 0.65% -
HSV(B) 22.69º 0.53% 0.89% -
XYZ 45.25 39.69 19.19 -
YUV 169 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 226 152 107 0 0.33 0.53 0.11 22.69 0.67 0.65
Hex E2 98 6B 0 21 35 B 17 43 41
Octal 342 230 153 0 41 65 13 27 103 101
Binary 11100010 10011000 1101011 0 100001 110101 1011 10111 1000011 1000001

Color Harmonies of #E2986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2986B

Black with #E2986B

Text Example


Text Example

White with #E2986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2986B; }

 p { color: rgb(226,152,107); }

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

background-color css

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

 a { background-color: rgb(226,152,107); }

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

border-color css

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

 span { border-color: rgb(226,152,107); }

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