Html Css Color HEX #EB8464 Copper

📋 copy color: '#EB8464'

red 235 ◦ green 132 ◦ blue 100

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

Shades of Copper #EB8464

Tints of Copper #EB8464

RGB

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

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

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

R = 50.32%
G = 28.27%
B = 21.41%

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

#EB8464 (or 0xEB8464) is known color: Copper. HEX triplet: EB, 84 and 64. RGB value is (235,132,100). Sum of RGB (Red+Green+Blue) = 235+132+100=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8464 is #147B9B. Grayscale: #9F9F9F. Windows color (decimal): -1342364 or 6587627. OLE color: 6587627.

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

Color convert

RGB 235 132 100 -
CMYK 0 0.44 0.57 0.08
HSL 14.22º 0.77% 0.66% -
HSV(B) 14.22º 0.57% 0.92% -
XYZ 44.81 35.08 16.47 -
YUV 159.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 235 132 100 0 0.44 0.57 0.08 14.22 0.77 0.66
Hex EB 84 64 0 2C 39 8 E 4D 42
Octal 353 204 144 0 54 71 10 16 115 102
Binary 11101011 10000100 1100100 0 101100 111001 1000 1110 1001101 1000010

Color Harmonies of #EB8464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8464

Black with #EB8464

Text Example


Text Example

White with #EB8464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8464; }

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

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

background-color css

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

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

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

border-color css

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

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

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