Html Css Color HEX #EB8D66 Copper

📋 copy color: '#EB8D66'

red 235 ◦ green 141 ◦ blue 102

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

Shades of Copper #EB8D66

Tints of Copper #EB8D66

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.5%

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

R = 49.16%
G = 29.5%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB8D66 (or 0xEB8D66) is known color: Copper. HEX triplet: EB, 8D and 66. RGB value is (235,141,102). Sum of RGB (Red+Green+Blue) = 235+141+102=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D66 is #147299. Grayscale: #A4A4A4. Windows color (decimal): -1340058 or 6721003. OLE color: 6721003.

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

Color convert

RGB 235 141 102 -
CMYK 0 0.4 0.57 0.08
HSL 17.59º 0.77% 0.66% -
HSV(B) 17.59º 0.57% 0.92% -
XYZ 46.18 37.67 17.41 -
YUV 164.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 235 141 102 0 0.4 0.57 0.08 17.59 0.77 0.66
Hex EB 8D 66 0 28 39 8 12 4D 42
Octal 353 215 146 0 50 71 10 22 115 102
Binary 11101011 10001101 1100110 0 101000 111001 1000 10010 1001101 1000010

Color Harmonies of #EB8D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D66

Black with #EB8D66

Text Example


Text Example

White with #EB8D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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