Html Css Color HEX #E28C6E Copper

📋 copy color: '#E28C6E'

red 226 ◦ green 140 ◦ blue 110

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

Shades of Copper #E28C6E

Tints of Copper #E28C6E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.41%

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

R = 47.48%
G = 29.41%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E28C6E (or 0xE28C6E) is known color: Copper. HEX triplet: E2, 8C and 6E. RGB value is (226,140,110). Sum of RGB (Red+Green+Blue) = 226+140+110=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C6E is #1D7391. Grayscale: #A2A2A2. Windows color (decimal): -1930130 or 7245026. OLE color: 7245026.

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

Color convert

RGB 226 140 110 -
CMYK 0 0.38 0.51 0.11
HSL 15.52º 0.67% 0.66% -
HSV(B) 15.52º 0.51% 0.89% -
XYZ 43.56 36.05 19.41 -
YUV 162.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 226 140 110 0 0.38 0.51 0.11 15.52 0.67 0.66
Hex E2 8C 6E 0 26 33 B 10 43 42
Octal 342 214 156 0 46 63 13 20 103 102
Binary 11100010 10001100 1101110 0 100110 110011 1011 10000 1000011 1000010

Color Harmonies of #E28C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28C6E

Black with #E28C6E

Text Example


Text Example

White with #E28C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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