Html Css Color HEX #E28460 Copper

📋 copy color: '#E28460'

red 226 ◦ green 132 ◦ blue 96

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

Shades of Copper #E28460

Tints of Copper #E28460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.07%

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

R = 49.78%
G = 29.07%
B = 21.15%

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

#E28460 (or 0xE28460) is known color: Copper. HEX triplet: E2, 84 and 60. RGB value is (226,132,96). Sum of RGB (Red+Green+Blue) = 226+132+96=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E28460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28460 is #1D7B9F. Grayscale: #9C9C9C. Windows color (decimal): -1932192 or 6325474. OLE color: 6325474.

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

Color convert

RGB 226 132 96 -
CMYK 0 0.42 0.58 0.11
HSL 16.62º 0.69% 0.63% -
HSV(B) 16.62º 0.58% 0.89% -
XYZ 41.73 33.52 15.34 -
YUV 156 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 226 132 96 0 0.42 0.58 0.11 16.62 0.69 0.63
Hex E2 84 60 0 2A 3A B 11 45 3F
Octal 342 204 140 0 52 72 13 21 105 77
Binary 11100010 10000100 1100000 0 101010 111010 1011 10001 1000101 111111

Color Harmonies of #E28460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28460

Black with #E28460

Text Example


Text Example

White with #E28460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28460; }

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

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

background-color css

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

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

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

border-color css

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

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

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