Html Css Color HEX #EB8665 Copper

📋 copy color: '#EB8665'

red 235 ◦ green 134 ◦ blue 101

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

Shades of Copper #EB8665

Tints of Copper #EB8665

RGB

 RED value IS 235 (92.19% from 255) = 50%

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

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 50%
G = 28.51%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB8665 (or 0xEB8665) is known color: Copper. HEX triplet: EB, 86 and 65. RGB value is (235,134,101). Sum of RGB (Red+Green+Blue) = 235+134+101=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8665 is #14799A. Grayscale: #A0A0A0. Windows color (decimal): -1341851 or 6653675. OLE color: 6653675.

HSL color Cylindrical-coordinate representation of color #EB8665: hue angle of 14.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB8665 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 134 101 -
CMYK 0 0.43 0.57 0.08
HSL 14.78º 0.77% 0.66% -
HSV(B) 14.78º 0.57% 0.92% -
XYZ 45.14 35.65 16.81 -
YUV 160.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 235 134 101 0 0.43 0.57 0.08 14.78 0.77 0.66
Hex EB 86 65 0 2B 39 8 F 4D 42
Octal 353 206 145 0 53 71 10 17 115 102
Binary 11101011 10000110 1100101 0 101011 111001 1000 1111 1001101 1000010

Color Harmonies of #EB8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8665

Black with #EB8665

Text Example


Text Example

White with #EB8665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8665; }

 p { color: rgb(235,134,101); }

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

background-color css

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

 a { background-color: rgb(235,134,101); }

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

border-color css

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

 span { border-color: rgb(235,134,101); }

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