Html Css Color HEX #E38D5C Copper

📋 copy color: '#E38D5C'

red 227 ◦ green 141 ◦ blue 92

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

Shades of Copper #E38D5C

Tints of Copper #E38D5C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.65%

 BLUE value IS 92 (36.33% from 255) = 20%

R = 49.35%
G = 30.65%
B = 20%

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

#E38D5C (or 0xE38D5C) is known color: Copper. HEX triplet: E3, 8D and 5C. RGB value is (227,141,92). Sum of RGB (Red+Green+Blue) = 227+141+92=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D5C is #1C72A3. Grayscale: #A1A1A1. Windows color (decimal): -1864356 or 6065635. OLE color: 6065635.

HSL color Cylindrical-coordinate representation of color #E38D5C: hue angle of 21.78º degrees, saturation: 0.71, 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 #E38D5C is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 141 92 -
CMYK 0 0.38 0.59 0.11
HSL 21.78º 0.71% 0.63% -
HSV(B) 21.78º 0.59% 0.89% -
XYZ 43.14 36.15 14.83 -
YUV 161.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 227 141 92 0 0.38 0.59 0.11 21.78 0.71 0.63
Hex E3 8D 5C 0 26 3B B 16 47 3F
Octal 343 215 134 0 46 73 13 26 107 77
Binary 11100011 10001101 1011100 0 100110 111011 1011 10110 1000111 111111

Color Harmonies of #E38D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D5C

Black with #E38D5C

Text Example


Text Example

White with #E38D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D5C; }

 p { color: rgb(227,141,92); }

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

background-color css

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

 a { background-color: rgb(227,141,92); }

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

border-color css

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

 span { border-color: rgb(227,141,92); }

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