Html Css Color HEX #E38D67 Copper

📋 copy color: '#E38D67'

red 227 ◦ green 141 ◦ blue 103

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

Shades of Copper #E38D67

Tints of Copper #E38D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.87%

R = 48.2%
G = 29.94%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E38D67 (or 0xE38D67) is known color: Copper. HEX triplet: E3, 8D and 67. RGB value is (227,141,103). Sum of RGB (Red+Green+Blue) = 227+141+103=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D67 is #1C7298. Grayscale: #A2A2A2. Windows color (decimal): -1864345 or 6786531. OLE color: 6786531.

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

Color convert

RGB 227 141 103 -
CMYK 0 0.38 0.55 0.11
HSL 18.39º 0.69% 0.65% -
HSV(B) 18.39º 0.55% 0.89% -
XYZ 43.65 36.36 17.55 -
YUV 162.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 227 141 103 0 0.38 0.55 0.11 18.39 0.69 0.65
Hex E3 8D 67 0 26 37 B 12 45 41
Octal 343 215 147 0 46 67 13 22 105 101
Binary 11100011 10001101 1100111 0 100110 110111 1011 10010 1000101 1000001

Color Harmonies of #E38D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D67

Black with #E38D67

Text Example


Text Example

White with #E38D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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