Html Css Color HEX #EC886A Copper

📋 copy color: '#EC886A'

red 236 ◦ green 136 ◦ blue 106

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

Shades of Copper #EC886A

Tints of Copper #EC886A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.45%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 49.37%
G = 28.45%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC886A (or 0xEC886A) is known color: Copper. HEX triplet: EC, 88 and 6A. RGB value is (236,136,106). Sum of RGB (Red+Green+Blue) = 236+136+106=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC886A is #137795. Grayscale: #A2A2A2. Windows color (decimal): -1275798 or 6981868. OLE color: 6981868.

HSL color Cylindrical-coordinate representation of color #EC886A: hue angle of 13.85º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC886A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 136 106 -
CMYK 0 0.42 0.55 0.07
HSL 13.85º 0.77% 0.67% -
HSV(B) 13.85º 0.55% 0.93% -
XYZ 46 36.48 18.25 -
YUV 162.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 236 136 106 0 0.42 0.55 0.07 13.85 0.77 0.67
Hex EC 88 6A 0 2A 37 7 E 4D 43
Octal 354 210 152 0 52 67 7 16 115 103
Binary 11101100 10001000 1101010 0 101010 110111 111 1110 1001101 1000011

Color Harmonies of #EC886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC886A

Black with #EC886A

Text Example


Text Example

White with #EC886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC886A; }

 p { color: rgb(236,136,106); }

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

background-color css

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

 a { background-color: rgb(236,136,106); }

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

border-color css

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

 span { border-color: rgb(236,136,106); }

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