Html Css Color HEX #E38F6F Copper

📋 copy color: '#E38F6F'

red 227 ◦ green 143 ◦ blue 111

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

Shades of Copper #E38F6F

Tints of Copper #E38F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

 BLUE value IS 111 (43.75% from 255) = 23.08%

R = 47.19%
G = 29.73%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E38F6F (or 0xE38F6F) is known color: Copper. HEX triplet: E3, 8F and 6F. RGB value is (227,143,111). Sum of RGB (Red+Green+Blue) = 227+143+111=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F6F is #1C7090. Grayscale: #A4A4A4. Windows color (decimal): -1863825 or 7311331. OLE color: 7311331.

HSL color Cylindrical-coordinate representation of color #E38F6F: hue angle of 16.55º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E38F6F is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 143 111 -
CMYK 0 0.37 0.51 0.11
HSL 16.55º 0.67% 0.66% -
HSV(B) 16.55º 0.51% 0.89% -
XYZ 44.37 37.12 19.87 -
YUV 164.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 227 143 111 0 0.37 0.51 0.11 16.55 0.67 0.66
Hex E3 8F 6F 0 25 33 B 11 43 42
Octal 343 217 157 0 45 63 13 21 103 102
Binary 11100011 10001111 1101111 0 100101 110011 1011 10001 1000011 1000010

Color Harmonies of #E38F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38F6F

Black with #E38F6F

Text Example


Text Example

White with #E38F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38F6F; }

 p { color: rgb(227,143,111); }

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

background-color css

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

 a { background-color: rgb(227,143,111); }

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

border-color css

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

 span { border-color: rgb(227,143,111); }

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