Html Css Color HEX #EB8466 Copper

📋 copy color: '#EB8466'

red 235 ◦ green 132 ◦ blue 102

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

Shades of Copper #EB8466

Tints of Copper #EB8466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.14%

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

R = 50.11%
G = 28.14%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB8466 (or 0xEB8466) is known color: Copper. HEX triplet: EB, 84 and 66. RGB value is (235,132,102). Sum of RGB (Red+Green+Blue) = 235+132+102=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8466 is #147B99. Grayscale: #9F9F9F. Windows color (decimal): -1342362 or 6718699. OLE color: 6718699.

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

Color convert

RGB 235 132 102 -
CMYK 0 0.44 0.57 0.08
HSL 13.53º 0.77% 0.66% -
HSV(B) 13.53º 0.57% 0.92% -
XYZ 44.91 35.12 16.98 -
YUV 159.38 95.62 181.94 -
System Red Green Blue C M Y K H S L
Decimal 235 132 102 0 0.44 0.57 0.08 13.53 0.77 0.66
Hex EB 84 66 0 2C 39 8 E 4D 42
Octal 353 204 146 0 54 71 10 16 115 102
Binary 11101011 10000100 1100110 0 101100 111001 1000 1110 1001101 1000010

Color Harmonies of #EB8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8466

Black with #EB8466

Text Example


Text Example

White with #EB8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8466; }

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

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

background-color css

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

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

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

border-color css

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

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

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