Html Css Color HEX #EB9166 Copper

📋 copy color: '#EB9166'

red 235 ◦ green 145 ◦ blue 102

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

Shades of Copper #EB9166

Tints of Copper #EB9166

RGB

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

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

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

R = 48.76%
G = 30.08%
B = 21.16%

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

#EB9166 (or 0xEB9166) is known color: Copper. HEX triplet: EB, 91 and 66. RGB value is (235,145,102). Sum of RGB (Red+Green+Blue) = 235+145+102=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9166 is #146E99. Grayscale: #A7A7A7. Windows color (decimal): -1339034 or 6722027. OLE color: 6722027.

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

Color convert

RGB 235 145 102 -
CMYK 0 0.38 0.57 0.08
HSL 19.4º 0.77% 0.66% -
HSV(B) 19.4º 0.57% 0.92% -
XYZ 46.78 38.87 17.61 -
YUV 167.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 235 145 102 0 0.38 0.57 0.08 19.4 0.77 0.66
Hex EB 91 66 0 26 39 8 13 4D 42
Octal 353 221 146 0 46 71 10 23 115 102
Binary 11101011 10010001 1100110 0 100110 111001 1000 10011 1001101 1000010

Color Harmonies of #EB9166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9166

Black with #EB9166

Text Example


Text Example

White with #EB9166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9166; }

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

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

background-color css

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

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

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

border-color css

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

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

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