Html Css Color HEX #E0865F Copper

📋 copy color: '#E0865F'

red 224 ◦ green 134 ◦ blue 95

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

Shades of Copper #E0865F

Tints of Copper #E0865F

RGB

 RED value IS 224 (87.89% from 255) = 49.45%

 GREEN value IS 134 (52.73% from 255) = 29.58%

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

R = 49.45%
G = 29.58%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0865F (or 0xE0865F) is known color: Copper. HEX triplet: E0, 86 and 5F. RGB value is (224,134,95). Sum of RGB (Red+Green+Blue) = 224+134+95=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0865F is #1F79A0. Grayscale: #9C9C9C. Windows color (decimal): -2062753 or 6260448. OLE color: 6260448.

HSL color Cylindrical-coordinate representation of color #E0865F: hue angle of 18.14º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0865F is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 95 -
CMYK 0 0.40 0.58 0.12
HSL 18.14º 0.68% 0.63% -
HSV(B) 18.14º 0.58% 0.88% -
XYZ 41.33 33.72 15.16 -
YUV 156.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 224 134 95 0 0.40 0.58 0.12 18.14 0.68 0.63
Hex E0 86 5F 0 28 3A C 12 44 3F
Octal 340 206 137 0 50 72 14 22 104 77
Binary 11100000 10000110 1011111 0 101000 111010 1100 10010 1000100 111111

Color Harmonies of #E0865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0865F

Black with #E0865F

Text Example


Text Example

White with #E0865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0865F; }

 p { color: rgb(224,134,95); }

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

background-color css

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

 a { background-color: rgb(224,134,95); }

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

border-color css

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

 span { border-color: rgb(224,134,95); }

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