Html Css Color HEX #EB8766 Copper

📋 copy color: '#EB8766'

red 235 ◦ green 135 ◦ blue 102

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

Shades of Copper #EB8766

Tints of Copper #EB8766

RGB

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

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

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

R = 49.79%
G = 28.6%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB8766 (or 0xEB8766) is known color: Copper. HEX triplet: EB, 87 and 66. RGB value is (235,135,102). Sum of RGB (Red+Green+Blue) = 235+135+102=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8766 is #147899. Grayscale: #A1A1A1. Windows color (decimal): -1341594 or 6719467. OLE color: 6719467.

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

Color convert

RGB 235 135 102 -
CMYK 0 0.43 0.57 0.08
HSL 14.89º 0.77% 0.66% -
HSV(B) 14.89º 0.57% 0.92% -
XYZ 45.32 35.95 17.12 -
YUV 161.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 235 135 102 0 0.43 0.57 0.08 14.89 0.77 0.66
Hex EB 87 66 0 2B 39 8 F 4D 42
Octal 353 207 146 0 53 71 10 17 115 102
Binary 11101011 10000111 1100110 0 101011 111001 1000 1111 1001101 1000010

Color Harmonies of #EB8766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8766

Black with #EB8766

Text Example


Text Example

White with #EB8766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8766; }

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

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

background-color css

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

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

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

border-color css

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

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

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