Html Css Color HEX #EC8D64 Copper

📋 copy color: '#EC8D64'

red 236 ◦ green 141 ◦ blue 100

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

Shades of Copper #EC8D64

Tints of Copper #EC8D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.56%

 BLUE value IS 100 (39.45% from 255) = 20.96%

R = 49.48%
G = 29.56%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC8D64 (or 0xEC8D64) is known color: Copper. HEX triplet: EC, 8D and 64. RGB value is (236,141,100). Sum of RGB (Red+Green+Blue) = 236+141+100=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D64 is #13729B. Grayscale: #A4A4A4. Windows color (decimal): -1274524 or 6589932. OLE color: 6589932.

HSL color Cylindrical-coordinate representation of color #EC8D64: hue angle of 18.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC8D64 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 100 -
CMYK 0 0.40 0.58 0.07
HSL 18.09º 0.78% 0.66% -
HSV(B) 18.09º 0.58% 0.93% -
XYZ 46.42 37.8 16.91 -
YUV 164.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 236 141 100 0 0.40 0.58 0.07 18.09 0.78 0.66
Hex EC 8D 64 0 28 3A 7 12 4E 42
Octal 354 215 144 0 50 72 7 22 116 102
Binary 11101100 10001101 1100100 0 101000 111010 111 10010 1001110 1000010

Color Harmonies of #EC8D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D64

Black with #EC8D64

Text Example


Text Example

White with #EC8D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D64; }

 p { color: rgb(236,141,100); }

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

background-color css

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

 a { background-color: rgb(236,141,100); }

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

border-color css

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

 span { border-color: rgb(236,141,100); }

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