Html Css Color HEX #E38061 Copper

📋 copy color: '#E38061'

red 227 ◦ green 128 ◦ blue 97

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

Shades of Copper #E38061

Tints of Copper #E38061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

 BLUE value IS 97 (38.28% from 255) = 21.46%

R = 50.22%
G = 28.32%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E38061 (or 0xE38061) is known color: Copper. HEX triplet: E3, 80 and 61. RGB value is (227,128,97). Sum of RGB (Red+Green+Blue) = 227+128+97=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E38061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38061 is #1C7F9E. Grayscale: #9A9A9A. Windows color (decimal): -1867679 or 6389987. OLE color: 6389987.

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

Color convert

RGB 227 128 97 -
CMYK 0 0.44 0.57 0.11
HSL 14.31º 0.7% 0.64% -
HSV(B) 14.31º 0.57% 0.89% -
XYZ 41.56 32.63 15.42 -
YUV 154.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 227 128 97 0 0.44 0.57 0.11 14.31 0.7 0.64
Hex E3 80 61 0 2C 39 B E 46 40
Octal 343 200 141 0 54 71 13 16 106 100
Binary 11100011 10000000 1100001 0 101100 111001 1011 1110 1000110 1000000

Color Harmonies of #E38061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38061

Black with #E38061

Text Example


Text Example

White with #E38061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38061; }

 p { color: rgb(227,128,97); }

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

background-color css

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

 a { background-color: rgb(227,128,97); }

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

border-color css

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

 span { border-color: rgb(227,128,97); }

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