Html Css Color HEX #E2946E Copper

📋 copy color: '#E2946E'

red 226 ◦ green 148 ◦ blue 110

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

Shades of Copper #E2946E

Tints of Copper #E2946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

 BLUE value IS 110 (43.36% from 255) = 22.73%

R = 46.69%
G = 30.58%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2946E (or 0xE2946E) is known color: Copper. HEX triplet: E2, 94 and 6E. RGB value is (226,148,110). Sum of RGB (Red+Green+Blue) = 226+148+110=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2946E is #1D6B91. Grayscale: #A7A7A7. Windows color (decimal): -1928082 or 7247074. OLE color: 7247074.

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

Color convert

RGB 226 148 110 -
CMYK 0 0.35 0.51 0.11
HSL 19.66º 0.67% 0.66% -
HSV(B) 19.66º 0.51% 0.89% -
XYZ 44.77 38.47 19.82 -
YUV 166.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 226 148 110 0 0.35 0.51 0.11 19.66 0.67 0.66
Hex E2 94 6E 0 23 33 B 14 43 42
Octal 342 224 156 0 43 63 13 24 103 102
Binary 11100010 10010100 1101110 0 100011 110011 1011 10100 1000011 1000010

Color Harmonies of #E2946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2946E

Black with #E2946E

Text Example


Text Example

White with #E2946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2946E; }

 p { color: rgb(226,148,110); }

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

background-color css

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

 a { background-color: rgb(226,148,110); }

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

border-color css

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

 span { border-color: rgb(226,148,110); }

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