Html Css Color HEX #EC8F65 Copper

📋 copy color: '#EC8F65'

red 236 ◦ green 143 ◦ blue 101

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

Shades of Copper #EC8F65

Tints of Copper #EC8F65

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.79%

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

R = 49.17%
G = 29.79%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC8F65 (or 0xEC8F65) is known color: Copper. HEX triplet: EC, 8F and 65. RGB value is (236,143,101). Sum of RGB (Red+Green+Blue) = 236+143+101=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F65 is #13709A. Grayscale: #A6A6A6. Windows color (decimal): -1274011 or 6655980. OLE color: 6655980.

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

Color convert

RGB 236 143 101 -
CMYK 0 0.39 0.57 0.07
HSL 18.67º 0.78% 0.66% -
HSV(B) 18.67º 0.57% 0.93% -
XYZ 46.76 38.42 17.26 -
YUV 166.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 236 143 101 0 0.39 0.57 0.07 18.67 0.78 0.66
Hex EC 8F 65 0 27 39 7 13 4E 42
Octal 354 217 145 0 47 71 7 23 116 102
Binary 11101100 10001111 1100101 0 100111 111001 111 10011 1001110 1000010

Color Harmonies of #EC8F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F65

Black with #EC8F65

Text Example


Text Example

White with #EC8F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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