Html Css Color HEX #EB9162 Copper

📋 copy color: '#EB9162'

red 235 ◦ green 145 ◦ blue 98

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

Shades of Copper #EB9162

Tints of Copper #EB9162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.33%

 BLUE value IS 98 (38.67% from 255) = 20.5%

R = 49.16%
G = 30.33%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB9162 (or 0xEB9162) is known color: Copper. HEX triplet: EB, 91 and 62. RGB value is (235,145,98). Sum of RGB (Red+Green+Blue) = 235+145+98=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9162 is #146E9D. Grayscale: #A6A6A6. Windows color (decimal): -1339038 or 6459883. OLE color: 6459883.

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

Color convert

RGB 235 145 98 -
CMYK 0 0.38 0.58 0.08
HSL 20.58º 0.77% 0.65% -
HSV(B) 20.58º 0.58% 0.92% -
XYZ 46.59 38.79 16.59 -
YUV 166.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 235 145 98 0 0.38 0.58 0.08 20.58 0.77 0.65
Hex EB 91 62 0 26 3A 8 15 4D 41
Octal 353 221 142 0 46 72 10 25 115 101
Binary 11101011 10010001 1100010 0 100110 111010 1000 10101 1001101 1000001

Color Harmonies of #EB9162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9162

Black with #EB9162

Text Example


Text Example

White with #EB9162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9162; }

 p { color: rgb(235,145,98); }

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

background-color css

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

 a { background-color: rgb(235,145,98); }

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

border-color css

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

 span { border-color: rgb(235,145,98); }

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