Html Css Color HEX #E48C60 Copper

📋 copy color: '#E48C60'

red 228 ◦ green 140 ◦ blue 96

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

Shades of Copper #E48C60

Tints of Copper #E48C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

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

R = 49.14%
G = 30.17%
B = 20.69%

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

#E48C60 (or 0xE48C60) is known color: Copper. HEX triplet: E4, 8C and 60. RGB value is (228,140,96). Sum of RGB (Red+Green+Blue) = 228+140+96=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48C60 is #1B739F. Grayscale: #A1A1A1. Windows color (decimal): -1799072 or 6327524. OLE color: 6327524.

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

Color convert

RGB 228 140 96 -
CMYK 0 0.39 0.58 0.11
HSL 20º 0.71% 0.64% -
HSV(B) 20º 0.58% 0.89% -
XYZ 43.48 36.09 15.74 -
YUV 161.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 228 140 96 0 0.39 0.58 0.11 20 0.71 0.64
Hex E4 8C 60 0 27 3A B 14 47 40
Octal 344 214 140 0 47 72 13 24 107 100
Binary 11100100 10001100 1100000 0 100111 111010 1011 10100 1000111 1000000

Color Harmonies of #E48C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C60

Black with #E48C60

Text Example


Text Example

White with #E48C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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