Html Css Color HEX #E28860 Copper

📋 copy color: '#E28860'

red 226 ◦ green 136 ◦ blue 96

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

Shades of Copper #E28860

Tints of Copper #E28860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.69%

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

R = 49.34%
G = 29.69%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E28860 (or 0xE28860) is known color: Copper. HEX triplet: E2, 88 and 60. RGB value is (226,136,96). Sum of RGB (Red+Green+Blue) = 226+136+96=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E28860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28860 is #1D779F. Grayscale: #9E9E9E. Windows color (decimal): -1931168 or 6326498. OLE color: 6326498.

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

Color convert

RGB 226 136 96 -
CMYK 0 0.40 0.58 0.11
HSL 18.46º 0.69% 0.63% -
HSV(B) 18.46º 0.58% 0.89% -
XYZ 42.28 34.62 15.52 -
YUV 158.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 226 136 96 0 0.40 0.58 0.11 18.46 0.69 0.63
Hex E2 88 60 0 28 3A B 12 45 3F
Octal 342 210 140 0 50 72 13 22 105 77
Binary 11100010 10001000 1100000 0 101000 111010 1011 10010 1000101 111111

Color Harmonies of #E28860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28860

Black with #E28860

Text Example


Text Example

White with #E28860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28860; }

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

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

background-color css

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

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

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

border-color css

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

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

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