Html Css Color HEX #EC8664 Copper

📋 copy color: '#EC8664'

red 236 ◦ green 134 ◦ blue 100

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

Shades of Copper #EC8664

Tints of Copper #EC8664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.28%

R = 50.21%
G = 28.51%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC8664 (or 0xEC8664) is known color: Copper. HEX triplet: EC, 86 and 64. RGB value is (236,134,100). Sum of RGB (Red+Green+Blue) = 236+134+100=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8664 is #13799B. Grayscale: #A0A0A0. Windows color (decimal): -1276316 or 6588140. OLE color: 6588140.

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

Color convert

RGB 236 134 100 -
CMYK 0 0.43 0.58 0.07
HSL 15º 0.78% 0.66% -
HSV(B) 15º 0.58% 0.93% -
XYZ 45.42 35.8 16.57 -
YUV 160.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 236 134 100 0 0.43 0.58 0.07 15 0.78 0.66
Hex EC 86 64 0 2B 3A 7 F 4E 42
Octal 354 206 144 0 53 72 7 17 116 102
Binary 11101100 10000110 1100100 0 101011 111010 111 1111 1001110 1000010

Color Harmonies of #EC8664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8664

Black with #EC8664

Text Example


Text Example

White with #EC8664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8664; }

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

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

background-color css

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

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

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

border-color css

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

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

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