Html Css Color HEX #E38D5F Copper

📋 copy color: '#E38D5F'

red 227 ◦ green 141 ◦ blue 95

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

Shades of Copper #E38D5F

Tints of Copper #E38D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.52%

R = 49.03%
G = 30.45%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E38D5F (or 0xE38D5F) is known color: Copper. HEX triplet: E3, 8D and 5F. RGB value is (227,141,95). Sum of RGB (Red+Green+Blue) = 227+141+95=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D5F is #1C72A0. Grayscale: #A1A1A1. Windows color (decimal): -1864353 or 6262243. OLE color: 6262243.

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

Color convert

RGB 227 141 95 -
CMYK 0 0.38 0.58 0.11
HSL 20.91º 0.7% 0.63% -
HSV(B) 20.91º 0.58% 0.89% -
XYZ 43.27 36.21 15.53 -
YUV 161.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 227 141 95 0 0.38 0.58 0.11 20.91 0.7 0.63
Hex E3 8D 5F 0 26 3A B 15 46 3F
Octal 343 215 137 0 46 72 13 25 106 77
Binary 11100011 10001101 1011111 0 100110 111010 1011 10101 1000110 111111

Color Harmonies of #E38D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D5F

Black with #E38D5F

Text Example


Text Example

White with #E38D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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