Html Css Color HEX #EB8465 Copper

📋 copy color: '#EB8465'

red 235 ◦ green 132 ◦ blue 101

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

Shades of Copper #EB8465

Tints of Copper #EB8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

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

R = 50.21%
G = 28.21%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB8465 (or 0xEB8465) is known color: Copper. HEX triplet: EB, 84 and 65. RGB value is (235,132,101). Sum of RGB (Red+Green+Blue) = 235+132+101=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8465 is #147B9A. Grayscale: #9F9F9F. Windows color (decimal): -1342363 or 6653163. OLE color: 6653163.

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

Color convert

RGB 235 132 101 -
CMYK 0 0.44 0.57 0.08
HSL 13.88º 0.77% 0.66% -
HSV(B) 13.88º 0.57% 0.92% -
XYZ 44.86 35.1 16.72 -
YUV 159.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 235 132 101 0 0.44 0.57 0.08 13.88 0.77 0.66
Hex EB 84 65 0 2C 39 8 E 4D 42
Octal 353 204 145 0 54 71 10 16 115 102
Binary 11101011 10000100 1100101 0 101100 111001 1000 1110 1001101 1000010

Color Harmonies of #EB8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8465

Black with #EB8465

Text Example


Text Example

White with #EB8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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