Html Css Color HEX #E2996B Copper

📋 copy color: '#E2996B'

red 226 ◦ green 153 ◦ blue 107

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

Shades of Copper #E2996B

Tints of Copper #E2996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

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

R = 46.5%
G = 31.48%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2996B (or 0xE2996B) is known color: Copper. HEX triplet: E2, 99 and 6B. RGB value is (226,153,107). Sum of RGB (Red+Green+Blue) = 226+153+107=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2996B is #1D6694. Grayscale: #A9A9A9. Windows color (decimal): -1926805 or 7051746. OLE color: 7051746.

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

Color convert

RGB 226 153 107 -
CMYK 0 0.32 0.53 0.11
HSL 23.19º 0.67% 0.65% -
HSV(B) 23.19º 0.53% 0.89% -
XYZ 45.41 40.01 19.24 -
YUV 169.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 226 153 107 0 0.32 0.53 0.11 23.19 0.67 0.65
Hex E2 99 6B 0 20 35 B 17 43 41
Octal 342 231 153 0 40 65 13 27 103 101
Binary 11100010 10011001 1101011 0 100000 110101 1011 10111 1000011 1000001

Color Harmonies of #E2996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2996B

Black with #E2996B

Text Example


Text Example

White with #E2996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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