Html Css Color HEX #EC8665 Copper

📋 copy color: '#EC8665'

red 236 ◦ green 134 ◦ blue 101

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

Shades of Copper #EC8665

Tints of Copper #EC8665

RGB

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

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

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

R = 50.11%
G = 28.45%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC8665 (or 0xEC8665) is known color: Copper. HEX triplet: EC, 86 and 65. RGB value is (236,134,101). Sum of RGB (Red+Green+Blue) = 236+134+101=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8665 is #13799A. Grayscale: #A0A0A0. Windows color (decimal): -1276315 or 6653676. OLE color: 6653676.

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

Color convert

RGB 236 134 101 -
CMYK 0 0.43 0.57 0.07
HSL 14.67º 0.78% 0.66% -
HSV(B) 14.67º 0.57% 0.93% -
XYZ 45.47 35.82 16.83 -
YUV 160.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 236 134 101 0 0.43 0.57 0.07 14.67 0.78 0.66
Hex EC 86 65 0 2B 39 7 F 4E 42
Octal 354 206 145 0 53 71 7 17 116 102
Binary 11101100 10000110 1100101 0 101011 111001 111 1111 1001110 1000010

Color Harmonies of #EC8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8665

Black with #EC8665

Text Example


Text Example

White with #EC8665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8665; }

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

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

background-color css

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

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

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

border-color css

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

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

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