Html Css Color HEX #EC8A6B Copper

📋 copy color: '#EC8A6B'

red 236 ◦ green 138 ◦ blue 107

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

Shades of Copper #EC8A6B

Tints of Copper #EC8A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.69%

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 49.06%
G = 28.69%
B = 22.25%

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

#EC8A6B (or 0xEC8A6B) is known color: Copper. HEX triplet: EC, 8A and 6B. RGB value is (236,138,107). Sum of RGB (Red+Green+Blue) = 236+138+107=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A6B is #137594. Grayscale: #A3A3A3. Windows color (decimal): -1275285 or 7047916. OLE color: 7047916.

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

Color convert

RGB 236 138 107 -
CMYK 0 0.42 0.55 0.07
HSL 14.42º 0.77% 0.67% -
HSV(B) 14.42º 0.55% 0.93% -
XYZ 46.33 37.07 18.62 -
YUV 163.77 95.97 179.52 -
System Red Green Blue C M Y K H S L
Decimal 236 138 107 0 0.42 0.55 0.07 14.42 0.77 0.67
Hex EC 8A 6B 0 2A 37 7 E 4D 43
Octal 354 212 153 0 52 67 7 16 115 103
Binary 11101100 10001010 1101011 0 101010 110111 111 1110 1001101 1000011

Color Harmonies of #EC8A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A6B

Black with #EC8A6B

Text Example


Text Example

White with #EC8A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A6B; }

 p { color: rgb(236,138,107); }

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

background-color css

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

 a { background-color: rgb(236,138,107); }

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

border-color css

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

 span { border-color: rgb(236,138,107); }

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