Html Css Color HEX #EC8465 Copper

📋 copy color: '#EC8465'

red 236 ◦ green 132 ◦ blue 101

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

Shades of Copper #EC8465

Tints of Copper #EC8465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 50.32%
G = 28.14%
B = 21.54%

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

#EC8465 (or 0xEC8465) is known color: Copper. HEX triplet: EC, 84 and 65. RGB value is (236,132,101). Sum of RGB (Red+Green+Blue) = 236+132+101=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8465 is #137B9A. Grayscale: #9F9F9F. Windows color (decimal): -1276827 or 6653164. OLE color: 6653164.

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

Color convert

RGB 236 132 101 -
CMYK 0 0.44 0.57 0.07
HSL 13.78º 0.78% 0.66% -
HSV(B) 13.78º 0.57% 0.93% -
XYZ 45.19 35.27 16.74 -
YUV 159.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 236 132 101 0 0.44 0.57 0.07 13.78 0.78 0.66
Hex EC 84 65 0 2C 39 7 E 4E 42
Octal 354 204 145 0 54 71 7 16 116 102
Binary 11101100 10000100 1100101 0 101100 111001 111 1110 1001110 1000010

Color Harmonies of #EC8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8465

Black with #EC8465

Text Example


Text Example

White with #EC8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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