Html Css Color HEX #EC8365 Copper

📋 copy color: '#EC8365'

red 236 ◦ green 131 ◦ blue 101

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

Shades of Copper #EC8365

Tints of Copper #EC8365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.99%

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

R = 50.43%
G = 27.99%
B = 21.58%

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

#EC8365 (or 0xEC8365) is known color: Copper. HEX triplet: EC, 83 and 65. RGB value is (236,131,101). Sum of RGB (Red+Green+Blue) = 236+131+101=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8365 is #137C9A. Grayscale: #9F9F9F. Windows color (decimal): -1277083 or 6652908. OLE color: 6652908.

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

Color convert

RGB 236 131 101 -
CMYK 0 0.44 0.57 0.07
HSL 13.33º 0.78% 0.66% -
HSV(B) 13.33º 0.57% 0.93% -
XYZ 45.06 35.01 16.69 -
YUV 158.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 236 131 101 0 0.44 0.57 0.07 13.33 0.78 0.66
Hex EC 83 65 0 2C 39 7 D 4E 42
Octal 354 203 145 0 54 71 7 15 116 102
Binary 11101100 10000011 1100101 0 101100 111001 111 1101 1001110 1000010

Color Harmonies of #EC8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8365

Black with #EC8365

Text Example


Text Example

White with #EC8365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8365; }

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

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

background-color css

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

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

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

border-color css

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

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

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