Html Css Color HEX #E28360 Copper

📋 copy color: '#E28360'

red 226 ◦ green 131 ◦ blue 96

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

Shades of Copper #E28360

Tints of Copper #E28360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.92%

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

R = 49.89%
G = 28.92%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E28360 (or 0xE28360) is known color: Copper. HEX triplet: E2, 83 and 60. RGB value is (226,131,96). Sum of RGB (Red+Green+Blue) = 226+131+96=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E28360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28360 is #1D7C9F. Grayscale: #9B9B9B. Windows color (decimal): -1932448 or 6325218. OLE color: 6325218.

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

Color convert

RGB 226 131 96 -
CMYK 0 0.42 0.58 0.11
HSL 16.15º 0.69% 0.63% -
HSV(B) 16.15º 0.58% 0.89% -
XYZ 41.59 33.25 15.29 -
YUV 155.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 226 131 96 0 0.42 0.58 0.11 16.15 0.69 0.63
Hex E2 83 60 0 2A 3A B 10 45 3F
Octal 342 203 140 0 52 72 13 20 105 77
Binary 11100010 10000011 1100000 0 101010 111010 1011 10000 1000101 111111

Color Harmonies of #E28360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28360

Black with #E28360

Text Example


Text Example

White with #E28360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28360; }

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

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

background-color css

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

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

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

border-color css

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

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

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