Html Css Color HEX #E48860 Copper

📋 copy color: '#E48860'

red 228 ◦ green 136 ◦ blue 96

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

Shades of Copper #E48860

Tints of Copper #E48860

RGB

 RED value IS 228 (89.45% from 255) = 49.57%

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

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

R = 49.57%
G = 29.57%
B = 20.87%

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

#E48860 (or 0xE48860) is known color: Copper. HEX triplet: E4, 88 and 60. RGB value is (228,136,96). Sum of RGB (Red+Green+Blue) = 228+136+96=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E48860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48860 is #1B779F. Grayscale: #9F9F9F. Windows color (decimal): -1800096 or 6326500. OLE color: 6326500.

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

Color convert

RGB 228 136 96 -
CMYK 0 0.40 0.58 0.11
HSL 18.18º 0.71% 0.64% -
HSV(B) 18.18º 0.58% 0.89% -
XYZ 42.91 34.95 15.55 -
YUV 158.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 228 136 96 0 0.40 0.58 0.11 18.18 0.71 0.64
Hex E4 88 60 0 28 3A B 12 47 40
Octal 344 210 140 0 50 72 13 22 107 100
Binary 11100100 10001000 1100000 0 101000 111010 1011 10010 1000111 1000000

Color Harmonies of #E48860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48860

Black with #E48860

Text Example


Text Example

White with #E48860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48860; }

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

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

background-color css

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

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

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

border-color css

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

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

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