Html Css Color HEX #EB9266 Copper

📋 copy color: '#EB9266'

red 235 ◦ green 146 ◦ blue 102

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

Shades of Copper #EB9266

Tints of Copper #EB9266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.23%

 BLUE value IS 102 (40.23% from 255) = 21.12%

R = 48.65%
G = 30.23%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB9266 (or 0xEB9266) is known color: Copper. HEX triplet: EB, 92 and 66. RGB value is (235,146,102). Sum of RGB (Red+Green+Blue) = 235+146+102=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9266 is #146D99. Grayscale: #A7A7A7. Windows color (decimal): -1338778 or 6722283. OLE color: 6722283.

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

Color convert

RGB 235 146 102 -
CMYK 0 0.38 0.57 0.08
HSL 19.85º 0.77% 0.66% -
HSV(B) 19.85º 0.57% 0.92% -
XYZ 46.94 39.18 17.66 -
YUV 167.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 235 146 102 0 0.38 0.57 0.08 19.85 0.77 0.66
Hex EB 92 66 0 26 39 8 14 4D 42
Octal 353 222 146 0 46 71 10 24 115 102
Binary 11101011 10010010 1100110 0 100110 111001 1000 10100 1001101 1000010

Color Harmonies of #EB9266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9266

Black with #EB9266

Text Example


Text Example

White with #EB9266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9266; }

 p { color: rgb(235,146,102); }

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

background-color css

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

 a { background-color: rgb(235,146,102); }

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

border-color css

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

 span { border-color: rgb(235,146,102); }

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