Html Css Color HEX #EB8768 Copper

📋 copy color: '#EB8768'

red 235 ◦ green 135 ◦ blue 104

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

Shades of Copper #EB8768

Tints of Copper #EB8768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

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

R = 49.58%
G = 28.48%
B = 21.94%

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

#EB8768 (or 0xEB8768) is known color: Copper. HEX triplet: EB, 87 and 68. RGB value is (235,135,104). Sum of RGB (Red+Green+Blue) = 235+135+104=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8768 is #147897. Grayscale: #A1A1A1. Windows color (decimal): -1341592 or 6850539. OLE color: 6850539.

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

Color convert

RGB 235 135 104 -
CMYK 0 0.43 0.56 0.08
HSL 14.2º 0.77% 0.66% -
HSV(B) 14.2º 0.56% 0.92% -
XYZ 45.42 35.99 17.65 -
YUV 161.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 235 135 104 0 0.43 0.56 0.08 14.2 0.77 0.66
Hex EB 87 68 0 2B 38 8 E 4D 42
Octal 353 207 150 0 53 70 10 16 115 102
Binary 11101011 10000111 1101000 0 101011 111000 1000 1110 1001101 1000010

Color Harmonies of #EB8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8768

Black with #EB8768

Text Example


Text Example

White with #EB8768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8768; }

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

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

background-color css

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

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

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

border-color css

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

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

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