Html Css Color HEX #EC8466 Copper

📋 copy color: '#EC8466'

red 236 ◦ green 132 ◦ blue 102

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

Shades of Copper #EC8466

Tints of Copper #EC8466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.09%

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

R = 50.21%
G = 28.09%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC8466 (or 0xEC8466) is known color: Copper. HEX triplet: EC, 84 and 66. RGB value is (236,132,102). Sum of RGB (Red+Green+Blue) = 236+132+102=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8466 is #137B99. Grayscale: #9F9F9F. Windows color (decimal): -1276826 or 6718700. OLE color: 6718700.

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

Color convert

RGB 236 132 102 -
CMYK 0 0.44 0.57 0.07
HSL 13.43º 0.78% 0.66% -
HSV(B) 13.43º 0.57% 0.93% -
XYZ 45.24 35.29 17 -
YUV 159.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 236 132 102 0 0.44 0.57 0.07 13.43 0.78 0.66
Hex EC 84 66 0 2C 39 7 D 4E 42
Octal 354 204 146 0 54 71 7 15 116 102
Binary 11101100 10000100 1100110 0 101100 111001 111 1101 1001110 1000010

Color Harmonies of #EC8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8466

Black with #EC8466

Text Example


Text Example

White with #EC8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8466; }

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

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

background-color css

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

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

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

border-color css

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

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

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