Html Css Color HEX #E38160 Copper

📋 copy color: '#E38160'

red 227 ◦ green 129 ◦ blue 96

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

Shades of Copper #E38160

Tints of Copper #E38160

RGB

 RED value IS 227 (89.06% from 255) = 50.22%

 GREEN value IS 129 (50.78% from 255) = 28.54%

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

R = 50.22%
G = 28.54%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E38160 (or 0xE38160) is known color: Copper. HEX triplet: E3, 81 and 60. RGB value is (227,129,96). Sum of RGB (Red+Green+Blue) = 227+129+96=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E38160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38160 is #1C7E9F. Grayscale: #9A9A9A. Windows color (decimal): -1867424 or 6324707. OLE color: 6324707.

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

Color convert

RGB 227 129 96 -
CMYK 0 0.43 0.58 0.11
HSL 15.11º 0.7% 0.63% -
HSV(B) 15.11º 0.58% 0.89% -
XYZ 41.64 32.88 15.22 -
YUV 154.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 227 129 96 0 0.43 0.58 0.11 15.11 0.7 0.63
Hex E3 81 60 0 2B 3A B F 46 3F
Octal 343 201 140 0 53 72 13 17 106 77
Binary 11100011 10000001 1100000 0 101011 111010 1011 1111 1000110 111111

Color Harmonies of #E38160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38160

Black with #E38160

Text Example


Text Example

White with #E38160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38160; }

 p { color: rgb(227,129,96); }

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

background-color css

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

 a { background-color: rgb(227,129,96); }

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

border-color css

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

 span { border-color: rgb(227,129,96); }

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