Html Css Color HEX #EB8568 Copper

📋 copy color: '#EB8568'

red 235 ◦ green 133 ◦ blue 104

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

Shades of Copper #EB8568

Tints of Copper #EB8568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 104 (41.02% from 255) = 22.03%

R = 49.79%
G = 28.18%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB8568 (or 0xEB8568) is known color: Copper. HEX triplet: EB, 85 and 68. RGB value is (235,133,104). Sum of RGB (Red+Green+Blue) = 235+133+104=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8568 is #147A97. Grayscale: #A0A0A0. Windows color (decimal): -1342104 or 6850027. OLE color: 6850027.

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

Color convert

RGB 235 133 104 -
CMYK 0 0.43 0.56 0.08
HSL 13.28º 0.77% 0.66% -
HSV(B) 13.28º 0.56% 0.92% -
XYZ 45.15 35.44 17.56 -
YUV 160.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 235 133 104 0 0.43 0.56 0.08 13.28 0.77 0.66
Hex EB 85 68 0 2B 38 8 D 4D 42
Octal 353 205 150 0 53 70 10 15 115 102
Binary 11101011 10000101 1101000 0 101011 111000 1000 1101 1001101 1000010

Color Harmonies of #EB8568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8568

Black with #EB8568

Text Example


Text Example

White with #EB8568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8568; }

 p { color: rgb(235,133,104); }

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

background-color css

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

 a { background-color: rgb(235,133,104); }

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

border-color css

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

 span { border-color: rgb(235,133,104); }

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