Html Css Color HEX #E28D60 Copper

📋 copy color: '#E28D60'

red 226 ◦ green 141 ◦ blue 96

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

Shades of Copper #E28D60

Tints of Copper #E28D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.45%

 BLUE value IS 96 (37.89% from 255) = 20.73%

R = 48.81%
G = 30.45%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E28D60 (or 0xE28D60) is known color: Copper. HEX triplet: E2, 8D and 60. RGB value is (226,141,96). Sum of RGB (Red+Green+Blue) = 226+141+96=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28D60 is #1D729F. Grayscale: #A1A1A1. Windows color (decimal): -1929888 or 6327778. OLE color: 6327778.

HSL color Cylindrical-coordinate representation of color #E28D60: hue angle of 20.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E28D60 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 141 96 -
CMYK 0 0.38 0.58 0.11
HSL 20.77º 0.69% 0.63% -
HSV(B) 20.77º 0.58% 0.89% -
XYZ 43 36.06 15.76 -
YUV 161.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 226 141 96 0 0.38 0.58 0.11 20.77 0.69 0.63
Hex E2 8D 60 0 26 3A B 15 45 3F
Octal 342 215 140 0 46 72 13 25 105 77
Binary 11100010 10001101 1100000 0 100110 111010 1011 10101 1000101 111111

Color Harmonies of #E28D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28D60

Black with #E28D60

Text Example


Text Example

White with #E28D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28D60; }

 p { color: rgb(226,141,96); }

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

background-color css

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

 a { background-color: rgb(226,141,96); }

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

border-color css

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

 span { border-color: rgb(226,141,96); }

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