Html Css Color HEX #EC896A Copper

📋 copy color: '#EC896A'

red 236 ◦ green 137 ◦ blue 106

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

Shades of Copper #EC896A

Tints of Copper #EC896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.6%

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

R = 49.27%
G = 28.6%
B = 22.13%

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

#EC896A (or 0xEC896A) is known color: Copper. HEX triplet: EC, 89 and 6A. RGB value is (236,137,106). Sum of RGB (Red+Green+Blue) = 236+137+106=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC896A is #137695. Grayscale: #A3A3A3. Windows color (decimal): -1275542 or 6982124. OLE color: 6982124.

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

Color convert

RGB 236 137 106 -
CMYK 0 0.42 0.55 0.07
HSL 14.31º 0.77% 0.67% -
HSV(B) 14.31º 0.55% 0.93% -
XYZ 46.14 36.76 18.3 -
YUV 163.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 236 137 106 0 0.42 0.55 0.07 14.31 0.77 0.67
Hex EC 89 6A 0 2A 37 7 E 4D 43
Octal 354 211 152 0 52 67 7 16 115 103
Binary 11101100 10001001 1101010 0 101010 110111 111 1110 1001101 1000011

Color Harmonies of #EC896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC896A

Black with #EC896A

Text Example


Text Example

White with #EC896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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