Html Css Color HEX #EC8666 Copper

📋 copy color: '#EC8666'

red 236 ◦ green 134 ◦ blue 102

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

Shades of Copper #EC8666

Tints of Copper #EC8666

RGB

 RED value IS 236 (92.58% from 255) = 50%

 GREEN value IS 134 (52.73% from 255) = 28.39%

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

R = 50%
G = 28.39%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC8666 (or 0xEC8666) is known color: Copper. HEX triplet: EC, 86 and 66. RGB value is (236,134,102). Sum of RGB (Red+Green+Blue) = 236+134+102=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8666 is #137999. Grayscale: #A1A1A1. Windows color (decimal): -1276314 or 6719212. OLE color: 6719212.

HSL color Cylindrical-coordinate representation of color #EC8666: hue angle of 14.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC8666 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 134 102 -
CMYK 0 0.43 0.57 0.07
HSL 14.33º 0.78% 0.66% -
HSV(B) 14.33º 0.57% 0.93% -
XYZ 45.52 35.84 17.09 -
YUV 160.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 236 134 102 0 0.43 0.57 0.07 14.33 0.78 0.66
Hex EC 86 66 0 2B 39 7 E 4E 42
Octal 354 206 146 0 53 71 7 16 116 102
Binary 11101100 10000110 1100110 0 101011 111001 111 1110 1001110 1000010

Color Harmonies of #EC8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8666

Black with #EC8666

Text Example


Text Example

White with #EC8666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8666; }

 p { color: rgb(236,134,102); }

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

background-color css

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

 a { background-color: rgb(236,134,102); }

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

border-color css

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

 span { border-color: rgb(236,134,102); }

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