Html Css Color HEX #E48760 Copper

📋 copy color: '#E48760'

red 228 ◦ green 135 ◦ blue 96

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

Shades of Copper #E48760

Tints of Copper #E48760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

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

R = 49.67%
G = 29.41%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E48760 (or 0xE48760) is known color: Copper. HEX triplet: E4, 87 and 60. RGB value is (228,135,96). Sum of RGB (Red+Green+Blue) = 228+135+96=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E48760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48760 is #1B789F. Grayscale: #9E9E9E. Windows color (decimal): -1800352 or 6326244. OLE color: 6326244.

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

Color convert

RGB 228 135 96 -
CMYK 0 0.41 0.58 0.11
HSL 17.73º 0.71% 0.64% -
HSV(B) 17.73º 0.58% 0.89% -
XYZ 42.77 34.67 15.5 -
YUV 158.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 228 135 96 0 0.41 0.58 0.11 17.73 0.71 0.64
Hex E4 87 60 0 29 3A B 12 47 40
Octal 344 207 140 0 51 72 13 22 107 100
Binary 11100100 10000111 1100000 0 101001 111010 1011 10010 1000111 1000000

Color Harmonies of #E48760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48760

Black with #E48760

Text Example


Text Example

White with #E48760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48760; }

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

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

background-color css

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

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

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

border-color css

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

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

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