Html Css Color HEX #E38E60 Copper

📋 copy color: '#E38E60'

red 227 ◦ green 142 ◦ blue 96

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

Shades of Copper #E38E60

Tints of Copper #E38E60

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.54%

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

R = 48.82%
G = 30.54%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E38E60 (or 0xE38E60) is known color: Copper. HEX triplet: E3, 8E and 60. RGB value is (227,142,96). Sum of RGB (Red+Green+Blue) = 227+142+96=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E60 is #1C719F. Grayscale: #A2A2A2. Windows color (decimal): -1864096 or 6328035. OLE color: 6328035.

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

Color convert

RGB 227 142 96 -
CMYK 0 0.37 0.58 0.11
HSL 21.07º 0.7% 0.63% -
HSV(B) 21.07º 0.58% 0.89% -
XYZ 43.46 36.52 15.82 -
YUV 162.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 227 142 96 0 0.37 0.58 0.11 21.07 0.7 0.63
Hex E3 8E 60 0 25 3A B 15 46 3F
Octal 343 216 140 0 45 72 13 25 106 77
Binary 11100011 10001110 1100000 0 100101 111010 1011 10101 1000110 111111

Color Harmonies of #E38E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38E60

Black with #E38E60

Text Example


Text Example

White with #E38E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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