Html Css Color HEX #E38C5E Copper

📋 copy color: '#E38C5E'

red 227 ◦ green 140 ◦ blue 94

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

Shades of Copper #E38C5E

Tints of Copper #E38C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 49.24%
G = 30.37%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E38C5E (or 0xE38C5E) is known color: Copper. HEX triplet: E3, 8C and 5E. RGB value is (227,140,94). Sum of RGB (Red+Green+Blue) = 227+140+94=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38C5E is #1C73A1. Grayscale: #A1A1A1. Windows color (decimal): -1864610 or 6196451. OLE color: 6196451.

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

Color convert

RGB 227 140 94 -
CMYK 0 0.38 0.59 0.11
HSL 20.75º 0.7% 0.63% -
HSV(B) 20.75º 0.59% 0.89% -
XYZ 43.08 35.9 15.25 -
YUV 160.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 227 140 94 0 0.38 0.59 0.11 20.75 0.7 0.63
Hex E3 8C 5E 0 26 3B B 15 46 3F
Octal 343 214 136 0 46 73 13 25 106 77
Binary 11100011 10001100 1011110 0 100110 111011 1011 10101 1000110 111111

Color Harmonies of #E38C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38C5E

Black with #E38C5E

Text Example


Text Example

White with #E38C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38C5E; }

 p { color: rgb(227,140,94); }

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

background-color css

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

 a { background-color: rgb(227,140,94); }

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

border-color css

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

 span { border-color: rgb(227,140,94); }

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