Html Css Color HEX #EB8A64 Copper

📋 copy color: '#EB8A64'

red 235 ◦ green 138 ◦ blue 100

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

Shades of Copper #EB8A64

Tints of Copper #EB8A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.18%

 BLUE value IS 100 (39.45% from 255) = 21.14%

R = 49.68%
G = 29.18%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB8A64 (or 0xEB8A64) is known color: Copper. HEX triplet: EB, 8A and 64. RGB value is (235,138,100). Sum of RGB (Red+Green+Blue) = 235+138+100=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A64 is #14759B. Grayscale: #A2A2A2. Windows color (decimal): -1340828 or 6589163. OLE color: 6589163.

HSL color Cylindrical-coordinate representation of color #EB8A64: hue angle of 16.89º 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 #EB8A64 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 138 100 -
CMYK 0 0.41 0.57 0.08
HSL 16.89º 0.77% 0.66% -
HSV(B) 16.89º 0.57% 0.92% -
XYZ 45.65 36.76 16.75 -
YUV 162.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 235 138 100 0 0.41 0.57 0.08 16.89 0.77 0.66
Hex EB 8A 64 0 29 39 8 11 4D 42
Octal 353 212 144 0 51 71 10 21 115 102
Binary 11101011 10001010 1100100 0 101001 111001 1000 10001 1001101 1000010

Color Harmonies of #EB8A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8A64

Black with #EB8A64

Text Example


Text Example

White with #EB8A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8A64; }

 p { color: rgb(235,138,100); }

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

background-color css

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

 a { background-color: rgb(235,138,100); }

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

border-color css

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

 span { border-color: rgb(235,138,100); }

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