Html Css Color HEX #E28C6F Copper

📋 copy color: '#E28C6F'

red 226 ◦ green 140 ◦ blue 111

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

Shades of Copper #E28C6F

Tints of Copper #E28C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 47.38%
G = 29.35%
B = 23.27%

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

#E28C6F (or 0xE28C6F) is known color: Copper. HEX triplet: E2, 8C and 6F. RGB value is (226,140,111). Sum of RGB (Red+Green+Blue) = 226+140+111=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C6F is #1D7390. Grayscale: #A2A2A2. Windows color (decimal): -1930129 or 7310562. OLE color: 7310562.

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

Color convert

RGB 226 140 111 -
CMYK 0 0.38 0.51 0.11
HSL 15.13º 0.66% 0.66% -
HSV(B) 15.13º 0.51% 0.89% -
XYZ 43.61 36.07 19.7 -
YUV 162.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 226 140 111 0 0.38 0.51 0.11 15.13 0.66 0.66
Hex E2 8C 6F 0 26 33 B F 42 42
Octal 342 214 157 0 46 63 13 17 102 102
Binary 11100010 10001100 1101111 0 100110 110011 1011 1111 1000010 1000010

Color Harmonies of #E28C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28C6F

Black with #E28C6F

Text Example


Text Example

White with #E28C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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