Html Css Color HEX #EC8765 Copper

📋 copy color: '#EC8765'

red 236 ◦ green 135 ◦ blue 101

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

Shades of Copper #EC8765

Tints of Copper #EC8765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.6%

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

R = 50%
G = 28.6%
B = 21.4%

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

#EC8765 (or 0xEC8765) is known color: Copper. HEX triplet: EC, 87 and 65. RGB value is (236,135,101). Sum of RGB (Red+Green+Blue) = 236+135+101=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8765 is #13789A. Grayscale: #A1A1A1. Windows color (decimal): -1276059 or 6653932. OLE color: 6653932.

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

Color convert

RGB 236 135 101 -
CMYK 0 0.43 0.57 0.07
HSL 15.11º 0.78% 0.66% -
HSV(B) 15.11º 0.57% 0.93% -
XYZ 45.61 36.1 16.88 -
YUV 161.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 236 135 101 0 0.43 0.57 0.07 15.11 0.78 0.66
Hex EC 87 65 0 2B 39 7 F 4E 42
Octal 354 207 145 0 53 71 7 17 116 102
Binary 11101100 10000111 1100101 0 101011 111001 111 1111 1001110 1000010

Color Harmonies of #EC8765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8765

Black with #EC8765

Text Example


Text Example

White with #EC8765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8765; }

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

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

background-color css

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

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

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

border-color css

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

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

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