Html Css Color HEX #EB896A Copper

📋 copy color: '#EB896A'

red 235 ◦ green 137 ◦ blue 106

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

Shades of Copper #EB896A

Tints of Copper #EB896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.66%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 49.16%
G = 28.66%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB896A (or 0xEB896A) is known color: Copper. HEX triplet: EB, 89 and 6A. RGB value is (235,137,106). Sum of RGB (Red+Green+Blue) = 235+137+106=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB896A is #147695. Grayscale: #A2A2A2. Windows color (decimal): -1341078 or 6982123. OLE color: 6982123.

HSL color Cylindrical-coordinate representation of color #EB896A: hue angle of 14.42º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB896A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 137 106 -
CMYK 0 0.42 0.55 0.08
HSL 14.42º 0.76% 0.67% -
HSV(B) 14.42º 0.55% 0.92% -
XYZ 45.81 36.59 18.28 -
YUV 162.77 95.97 179.52 -
System Red Green Blue C M Y K H S L
Decimal 235 137 106 0 0.42 0.55 0.08 14.42 0.76 0.67
Hex EB 89 6A 0 2A 37 8 E 4C 43
Octal 353 211 152 0 52 67 10 16 114 103
Binary 11101011 10001001 1101010 0 101010 110111 1000 1110 1001100 1000011

Color Harmonies of #EB896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB896A

Black with #EB896A

Text Example


Text Example

White with #EB896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB896A; }

 p { color: rgb(235,137,106); }

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

background-color css

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

 a { background-color: rgb(235,137,106); }

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

border-color css

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

 span { border-color: rgb(235,137,106); }

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