Html Css Color HEX #E28960 Copper

📋 copy color: '#E28960'

red 226 ◦ green 137 ◦ blue 96

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

Shades of Copper #E28960

Tints of Copper #E28960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.85%

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

R = 49.24%
G = 29.85%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E28960 (or 0xE28960) is known color: Copper. HEX triplet: E2, 89 and 60. RGB value is (226,137,96). Sum of RGB (Red+Green+Blue) = 226+137+96=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E28960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28960 is #1D769F. Grayscale: #9F9F9F. Windows color (decimal): -1930912 or 6326754. OLE color: 6326754.

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

Color convert

RGB 226 137 96 -
CMYK 0 0.39 0.58 0.11
HSL 18.92º 0.69% 0.63% -
HSV(B) 18.92º 0.58% 0.89% -
XYZ 42.42 34.9 15.57 -
YUV 158.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 226 137 96 0 0.39 0.58 0.11 18.92 0.69 0.63
Hex E2 89 60 0 27 3A B 13 45 3F
Octal 342 211 140 0 47 72 13 23 105 77
Binary 11100010 10001001 1100000 0 100111 111010 1011 10011 1000101 111111

Color Harmonies of #E28960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28960

Black with #E28960

Text Example


Text Example

White with #E28960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28960; }

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

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

background-color css

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

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

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

border-color css

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

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

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