Html Css Color HEX #E0866B Copper

📋 copy color: '#E0866B'

red 224 ◦ green 134 ◦ blue 107

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

Shades of Copper #E0866B

Tints of Copper #E0866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 48.17%
G = 28.82%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0866B (or 0xE0866B) is known color: Copper. HEX triplet: E0, 86 and 6B. RGB value is (224,134,107). Sum of RGB (Red+Green+Blue) = 224+134+107=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0866B is #1F7994. Grayscale: #9E9E9E. Windows color (decimal): -2062741 or 7046880. OLE color: 7046880.

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

Color convert

RGB 224 134 107 -
CMYK 0 0.40 0.52 0.12
HSL 13.85º 0.65% 0.65% -
HSV(B) 13.85º 0.52% 0.88% -
XYZ 41.92 33.96 18.26 -
YUV 157.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 224 134 107 0 0.40 0.52 0.12 13.85 0.65 0.65
Hex E0 86 6B 0 28 34 C E 41 41
Octal 340 206 153 0 50 64 14 16 101 101
Binary 11100000 10000110 1101011 0 101000 110100 1100 1110 1000001 1000001

Color Harmonies of #E0866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0866B

Black with #E0866B

Text Example


Text Example

White with #E0866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0866B; }

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

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

background-color css

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

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

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

border-color css

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

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

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